-
图像处理初步,包括线性变换,几何变换,边缘检测
图像处理初步,包括线性变换,几何变换,边缘检测-Preliminary image processing, including linear transformations, geometric transformations, edge detection
- 2022-10-23 14:35:03下载
- 积分:1
-
ROI_PAC著名的遥感图像处理免费软件。可用于InSAR(干涉合成孔径雷达)图像的处理。,...
ROI_PAC著名的遥感图像处理免费软件。可用于InSAR(干涉合成孔径雷达)图像的处理。, -ROI_PAC well-known remote sensing image processing free software. Can be used for InSAR (interferometric synthetic aperture radar) image processing. ,
- 2023-04-09 22:00:03下载
- 积分:1
-
KL Face Recognition Face Recognition KL
K-L的人脸识别
K-L的人脸识别-KL Face Recognition Face Recognition KL
- 2022-04-30 14:02:40下载
- 积分:1
-
一个描述计算几何的相当不错的程序,写的挺好,对于初学者大有好处...
一个描述计算几何的相当不错的程序,写的挺好,对于初学者大有好处-a geometric description of the calculation procedure is quite good, very well written, is good for beginners
- 2022-02-25 20:41:52下载
- 积分:1
-
HE Bin, prepared by VC++ image processing source code of all books
何斌编写的VC++图像处理书籍的全部源代码-HE Bin, prepared by VC++ image processing source code of all books
- 2023-04-23 00:35:03下载
- 积分:1
-
相关的多
有关多目标跟踪算法及其实现的博士论文一篇,供参考-Related to multi-target tracking algorithm and its realization of a doctoral thesis, for reference
- 2022-08-08 02:13:42下载
- 积分:1
-
这是一个比较另类的图像库,它本身并不提供对图像对象的封装,只以类似插件的形式为您提供图像处理算法的封装和进度显示,而图像对象的封装则需由用户来提供。
本图像...
这是一个比较另类的图像库,它本身并不提供对图像对象的封装,只以类似插件的形式为您提供图像处理算法的封装和进度显示,而图像对象的封装则需由用户来提供。
本图像库平台无关,理论上它可以应用于任何已有的C++图像类上。
-This is a rather different type of image library, it does not provide the image object package, only the form of a similar plug-ins for your image processing algorithms to provide packaging and progress display, and image package should be targeted by user to provide. The image database platform-independent, in theory, it can be applied to any existing C++ Image category.
- 2022-07-02 21:22:01下载
- 积分:1
-
本程序实现了WBS(跳过空白块编码),对与二值图像进行了有效的压缩 该算法具有自适应性 可以自动选择空白快的大小...
本程序实现了WBS(跳过空白块编码),对与二值图像进行了有效的压缩 该算法具有自适应性 可以自动选择空白快的大小 -This procedure achieved a WBS (skip blank block coding), with binary image compression effectively with self-adaptability of the algorithm can automatically select a blank quick size
- 2022-03-19 09:14:15下载
- 积分:1
-
数学形态学膨胀 腐蚀 细化算法等基本的处理
数学形态学膨胀 腐蚀 细化算法等基本的处理-Mathematical morphology corrosion thinning algorithm, such as expansion of basic treatment
- 2022-06-14 10:29:01下载
- 积分:1
-
这个代码实现了很好的
This code implements the well-known Chan-Vese segmentation algorithm from the paper "Active Contours Without Edges."
This technique deforms an initial curve so that it separates foreground from background based on the means of the two regions. The technique is very robust to initialization and gives very nice results when there is a difference between the foreground and background means.
This code uses active contours and level sets in the implementation. It could also serve as a good framework for implementing all kinds of region-based active contour energies.
1.) Download
2.) Unzip
3.) Run >>region_seg_demo
See this site for experiments, videos, and more information on segmentation, active contours, and level sets:
[ http://www.shawnlankton.com/2007/05/active-contours/ ]
- 2022-06-21 17:17:59下载
- 积分:1