-
Provide a complete vc++ Environment opencv source code has very good results can...
提供完整的vc++环境下的opencv 源代码 效果非常好 可以找一辆自行车试试 呵呵 其中阈值可调-Provide a complete vc++ Environment opencv source code has very good results can try to find a bicycle which呵呵threshold adjustable
- 2023-08-21 09:05:03下载
- 积分:1
-
图像的腐蚀和膨胀,是本人亲自编写,经典程序,适合于初学者学西...
图像的腐蚀和膨胀,是本人亲自编写,经典程序,适合于初学者学西-image of corrosion and expansion, I personally prepared, classic procedures, suitable for beginners to learn the West
- 2022-03-24 03:11:08下载
- 积分:1
-
这是一个用mfc编写的能够实现自动关机功能的一个软件。请大家提出批评意见...
这是一个用mfc编写的能够实现自动关机功能的一个软件。请大家提出批评意见-This is a mfc prepared to use automatic shutdown function of a software. Please criticize the views of U.S.
- 2022-03-29 04:20:22下载
- 积分:1
-
<visual c++数字图像处理典型算法及实现>一书的第三章示例1灰度线性变换、阈值变换、灰度窗口变换、拉伸、均衡,很好的一本书和算法...
一书的第三章示例1灰度线性变换、阈值变换、灰度窗口变换、拉伸、均衡,很好的一本书和算法- the third chapter of a book on linear transformation Example 1 gray, threshold transform, gray level window transform, stretch, balance and a good book and algorithms
- 2022-12-23 04:35:03下载
- 积分:1
-
对各种格式图象文件进行打开保存旋转等操作的示例工程。
对各种格式图象文件进行打开保存旋转等操作的示例工程。-right formats for image files kept open the operation of the rotating sample works.
- 2022-05-20 12:33:14下载
- 积分:1
-
阈值分割和轮廓提取,数字图像处理常用算法,实现阈值分割和轮廓提取...
阈值分割和轮廓提取,数字图像处理常用算法,实现阈值分割和轮廓提取-Threshold segmentation and contour extraction, commonly used digital image processing algorithms realize threshold segmentation and contour extraction
- 2022-02-04 00:10:45下载
- 积分:1
-
对指纹图像用模板进行滤波的代码,其中包括平滑模板和锐化模板...
对指纹图像用模板进行滤波的代码,其中包括平滑模板和锐化模板-the fingerprint image with the filter template code, including smoothing and sharpening template template
- 2022-07-07 11:58:16下载
- 积分:1
-
一个对图像进行二值化处理的代码,有灰度拉伸的比较
一个对图像进行二值化处理的代码,有灰度拉伸的比较-an image managing algorithm, set an threshold for the manage to turn it to an two-value manage.
- 2023-04-13 17:30:03下载
- 积分:1
-
基于离散2维小波变换的彩色图像水印程序。输入原图和logo,可直接得到水印图像。
基于离散2维小波变换的彩色图像水印程序。输入原图和logo,可直接得到水印图像。-Based on discrete wavelet transform 2-D color image watermarking program. Input original image and logo, watermarked image can be obtained directly.
- 2022-02-20 09:53:37下载
- 积分: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