-
实现五种基本变换的C程序(平移,错切,对称,旋转,比例放大缩小)...
实现五种基本变换的C程序(平移,错切,对称,旋转,比例放大缩小)-achieve the five fundamental transformation of the C program (translation, the wrong cut, symmetrical, rotation, scaling, zooming)
- 2022-01-24 14:24:20下载
- 积分:1
-
对图像进行逐点计算,并且取最大值和最小值的差值作为该点新的灰度值。
在区别边缘点和非边缘点时,首先确定一个阈值T,若图像中像素点的新
值大于该门限值,则...
对图像进行逐点计算,并且取最大值和最小值的差值作为该点新的灰度值。
在区别边缘点和非边缘点时,首先确定一个阈值T,若图像中像素点的新
值大于该门限值,则可以初步确定为边缘点,小于T的新值被判断为非边缘点.-Image point by point basis, and taking the maximum and minimum points of difference as the new gray value. Edge in the difference between point and non-edge point, first determine a threshold T, if the image of the new pixel value is greater than the threshold, you can initially identified as the edge point, the new value is less than T have been judged as non-edge point.
- 2023-03-01 03:35:03下载
- 积分:1
-
canny operator Edge Detection
canny算子边缘检测-canny operator Edge Detection
- 2022-03-25 18:10:43下载
- 积分:1
-
简单的VC++环境的应用
简单的VC++环境的应用-simple application of the VC
- 2022-03-03 08:42:46下载
- 积分:1
-
一个JAVA3D下的地形编程源文件,可以用键盘进行交互控制
一个JAVA3D下的地形编程源文件,可以用键盘进行交互控制-JAVA3D terrain under a program source file, you can use the keyboard for interactive control
- 2022-03-22 03:40:55下载
- 积分:1
-
扫描线填充算法画多边形
说明: 可以是边相交的多边形
扫描线填充算法画多边形
说明: 可以是边相交的多边形-Scan Line Fill Algorithm
- 2022-05-14 06:42:57下载
- 积分:1
-
C++ QR码编码源码
QR码编码源代码,无需动态链接库,在VC或VS下运行工程,实现QR码编码,可以调版本,错误等级,掩模模式,可以保存图像。注释是日文,功能很强大。适合喜欢研究二维码或QR码的同学学习和研究。
- 2023-07-30 02:10:03下载
- 积分:1
-
统计静态时序分析器
MinnSSTA 是一种考虑空间相关性的工艺参数的统计静态时序分析工具。SSTA的详细信息,请阅读 zip 文件中的自述文件。分析器有一些matlab 的版本 要求。
- 2023-08-23 23:40:06下载
- 积分:1
-
***** DocBar
***** DocBar - AutoCAD 基于图形化可停坞的文档选择工具 -***** DocBar- AutoCAD can be stopped based on the graphical selection tool dock document*****
- 2022-01-22 02:49:09下载
- 积分:1
-
Convert Sketchup SKP files to DXF or STL
This is a plugin script for Go-ogle"s free 3D design program Sketchup. The free version of Sketchup has limited file export options and many CAM programs will not recognise the native Sketchup (SKP) file format. This plugin allows you to export your Sketchup model as a DXF or STL files readable by most CAM and 3D printer software.Using the pluginAfter copying this file, start Sketchup and you should now have an extra menu option (Export to DXF or STL) in the Sketchup Tools menu.There are five export options:STL triangles. Use this for Makerbot or Reprap style 3D printersDXF polyface mesh. This will give the most faithful reproduction of your original Sketchup model.DXF polylines: exports the outlines of each face as a polyline, sometimes useful for CAM toolpaths.DXF triangular mesh: breaks all the faces up into trianglesDXF lines. This
- 2022-07-17 00:59:40下载
- 积分:1