-
沃尔什(Walsh)变换是一种可分离变换,广泛应用于图像处理。本代码实现了图像Walsh变换,非常经典,带图片可测试....
沃尔什(Walsh)变换是一种可分离变换,广泛应用于图像处理。本代码实现了图像Walsh变换,非常经典,带图片可测试.-Walsh (Walsh) is a separable transform transform, which are widely used in image processing. Implementation of the code of the image Walsh transform, very classic, with pictures can be tested.
- 2022-07-16 13:59:39下载
- 积分:1
-
里边包含OpenCV中文参考手册
OpenCV是Intel® 开源计算机视觉库。它由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉...
里边包含OpenCV中文参考手册
OpenCV是Intel® 开源计算机视觉库。它由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉方面的很多通用算法。 -Chinese inside OpenCV reference manual contains the OpenCV is Intel ? Open Source Computer Vision Library. It consists of a series of C function and a small amount of C++ Category consists realize the image processing and computer vision aspects of many common algorithms.
- 2022-02-07 10:01:59下载
- 积分:1
-
curvelet变换贝叶斯估计方法,用于估计含噪声图像的噪声参数。再对图像进行去噪处理...
curvelet变换贝叶斯估计方法,用于估计含噪声图像的噪声参数。再对图像进行去噪处理-curvelet transform Bayesian estimation methods used to estimate the image noise with noise parameters. Re-image de-noising processing
- 2022-07-07 22:40:09下载
- 积分:1
-
Visual C++ digital image processing algorithms and implementation of a typical (...
Visual C++ 数字图像处理典型算法及实现(2)-Visual C++ digital image processing algorithms and implementation of a typical (2)
- 2022-02-03 23:10:45下载
- 积分:1
-
Snake game using C Graphics
Snake game using C Graphics
- 2022-03-11 22:23:29下载
- 积分:1
-
- 2022-12-23 04:40:02下载
- 积分:1
-
Wavelet
一种基于小波的图像融合算法。2004年的一篇文章。-Wavelet-based image fusion algorithm.
- 2022-05-13 06:50:32下载
- 积分:1
-
vc6.0, the detection of the contour shape image of the area and perimeter, BMP i...
vc6.0下,检测图像形状的轮廓的面积和周长,图像格式必须为BMP格式。-vc6.0, the detection of the contour shape image of the area and perimeter, BMP image format must be the format.
- 2022-12-25 14:25:03下载
- 积分:1
-
《数字图像处理编程入门》,非常容易上手,文字后有现成的通过运行的程序,是清华一位博士写的...
《数字图像处理编程入门》,非常容易上手,文字后有现成的通过运行的程序,是清华一位博士写的-Introduction to digital image processing program, very easy, after the language has ready-made by running the procedure, a doctor is written by Tsinghua
- 2022-08-08 15:32:13下载
- 积分: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