-
otsu算法实现,可以自适应获取阈值,对图像进行二值化。里面配有图像均衡化的程序一起使用,效果更好...
otsu算法实现,可以自适应获取阈值,对图像进行二值化。里面配有图像均衡化的程序一起使用,效果更好-otsu algorithm, you can get adaptive threshold for image binarization. Which is equipped with image-based program used in conjunction with a balanced, better
- 2023-05-17 01:00:04下载
- 积分:1
-
Geometry of image transform, gray level transformation, air filtering, edge dete...
可对图像进行几何变换、灰度变换、空域滤波、边缘检测等的VC++程序源代码-Geometry of image transform, gray level transformation, air filtering, edge detection, etc. VC++ Source code
- 2023-04-17 13:55:02下载
- 积分:1
-
立体模型
stereo camera modeling
- 2023-07-08 20:30:02下载
- 积分:1
-
Ha ha, I is not programmed, it will spread. Now give some information to share w...
呵呵,本人目前没有编程序,以后会传的。现在先给大家分享一些资料-Ha ha, I is not programmed, it will spread. Now give some information to share with you
- 2022-05-08 22:05:52下载
- 积分:1
-
Matlab prepared using a median filter source, in the hope that useful to everyon...
利用matlab编写的一个中值滤波源程序,希望对大家有用。-Matlab prepared using a median filter source, in the hope that useful to everyone.
- 2023-07-10 16:45:02下载
- 积分:1
-
这是我本科的毕业设计做的关于医学图像的基于形状的图像检索。预处理用小波去噪 ,特征选用不变矩。...
这是我本科的毕业设计做的关于医学图像的基于形状的图像检索。预处理用小波去噪 ,特征选用不变矩。-This is my undergraduate graduation design done on the medical images based on the shape of the image retrieval. Pretreatment with wavelet denoising, feature selection invariant moment.
- 2023-03-29 10:30:04下载
- 积分:1
-
基于VC++,MFC界面,载入背景图片和检测图片,可以检测出运动物体和运动轨迹,可以收到操作滤波,除噪,匹配等功能...
基于VC++,MFC界面,载入背景图片和检测图片,可以检测出运动物体和运动轨迹,可以收到操作滤波,除噪,匹配等功能-Based on VC++, MFC interface, load background images and testing images, can detect moving objects and motion trajectory, you can receive the operation of filtering, in addition to noise, matching and other functions
- 2022-04-27 16:14:30下载
- 积分:1
-
本程序包含了一些膨胀程序,图像源代码生成,详述了膨胀原理...
本程序包含了一些膨胀程序,图像源代码生成,详述了膨胀原理-This procedure contains a number of the expansion process, the image source code generated, detailing the expansion of the principle of
- 2023-07-03 12:05:03下载
- 积分:1
-
zoran的一款数字电视,机顶盒方案的源程序应用,软件技术手册,厂家原文,全英文....
zoran的一款数字电视,机顶盒方案的源程序应用,软件技术手册,厂家原文,全英文.-zoran" s a digital TV, set-top box application program source code, software, technical manuals, factory original, all in English.
- 2022-03-24 09:18:55下载
- 积分: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