-
关于图像变换的源代码,包括对图像的旋转,缩放,裁剪和合并。...
关于图像变换的源代码,包括对图像的旋转,缩放,裁剪和合并。-Image Transform on the source code, including the right image rotation, zooming, cutting and mergers.
- 2023-05-30 06:10:04下载
- 积分:1
-
建立256色以上ImageList
建立256色以上ImageList-The example of creating ImageList above 256 color
- 2022-06-28 18:25:26下载
- 积分:1
-
brightness changes address, VC++ debugging through
亮度增减处理处理,VC++下调试通过-brightness changes address, VC++ debugging through
- 2022-03-18 21:19:17下载
- 积分:1
-
通过忽略精度 有24位bmp转为16位img压缩图片
,生成的图片在嵌入式环境内读取速度很快,相应的文件查看软件请下载ImgViewer...
通过忽略精度 有24位bmp转为16位img压缩图片
,生成的图片在嵌入式环境内读取速度很快,相应的文件查看软件请下载ImgViewer-Through neglect precision 24-bit bmp into 16 img compressed picture, the picture generated in the embedded environment to read fast, the appropriate file to view software download ImgViewer
- 2022-06-21 12:25:56下载
- 积分:1
-
计算“连通”的结合使用Tarjan
Computes "Connected Components" using Tarjan s Union-Find algorithm the result is returned in the same buffer as gray_level image with values equal to the label of the component.
- 2022-01-26 06:34:09下载
- 积分:1
-
图象处理的基础,包过点运算,空间运算,频域运算,等等.是入门的基础...
图象处理的基础,包过点运算,空间运算,频域运算,等等.是入门的基础-the basis of image processing, packet-off point operations, space operations, the frequency domain computation, and so on. The foundation is the entry
- 2023-02-15 19:45:04下载
- 积分:1
-
对红外探测器采集到的数据进行PE算法的增强处理,同时校正了由于探测器问题而引起的奇偶场错位的问题!...
对红外探测器采集到的数据进行PE算法的增强处理,同时校正了由于探测器问题而引起的奇偶场错位的问题!-on infrared detectors to collect the data PE increased processing algorithm, as a result of detector calibration of the issue of parity market dislocation question!
- 2022-07-02 22:42:16下载
- 积分:1
-
简单的位图类
dib简洁位图处理类-Freehand simple bitmap class
- 2022-03-06 00:31:19下载
- 积分:1
-
LabVIEW source, volume, as a comprehensive, believe that the right LabVIEW begin...
LabVIEW源程序,数量很多,内容全面,相信对LabVIEW初学者帮助很大.-LabVIEW source, volume, as a comprehensive, believe that the right LabVIEW beginners great help.
- 2022-04-23 23:38:31下载
- 积分:1
-
Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这...
Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle:
Assume there is a line whoes direction is "sita" , and the distance from the origin to this line is s. So each point in this line satisfies the equation : s=x*Cos(sita)+ y*Sin(sita) . We can find out the lines based on this fact.
And this programme is to find out the longest line in the image.
- 2022-09-05 00:30:03下载
- 积分:1