-
边界识别,边界检测和边界点图像坐标…
图像边缘识别,侦测图像的边界并且得到边界点坐标-Edge identification, boundary detection and image coordinates of boundary points to be
- 2022-03-07 04:36:01下载
- 积分:1
-
Visual C++数字图像识别技术典型案例
Visual C++数字图像识别技术典型案例-Visual C++ Digital image recognition technology typical cases
- 2023-03-27 08:50:03下载
- 积分:1
-
<visual c++数字图像处理典型算法及实现>一书中的第四章图像的平移、镜像变换、转置、缩放、旋转等,一本很好的书和算法源代码...
一书中的第四章图像的平移、镜像变换、转置、缩放、旋转等,一本很好的书和算法源代码- Chapter IV of the book image translation, image transform, transpose, zooming, rotating and so on, a good book and the algorithm source code
- 2022-03-16 08:46:09下载
- 积分:1
-
用傅立叶变换的方法在频率域实现图像处理,并比较从幅度和相位恢复图像的区别,已经通过调试...
用傅立叶变换的方法在频率域实现图像处理,并比较从幅度和相位恢复图像的区别,已经通过调试-Fourier transform method used in the frequency domain realization of image processing, and compare the amplitude and phase from the difference between the restoration of images, has passed debugging
- 2023-02-08 02:30:04下载
- 积分:1
-
自己编写的图像处理工具,比较全面,包括视频处理,图像融合等,可以作为开发参考...
自己编写的图像处理工具,比较全面,包括视频处理,图像融合等,可以作为开发参考-I have written image processing tools, a more comprehensive, including video processing, image fusion and so on, can be used as the development of reference
- 2023-01-12 21:30:05下载
- 积分:1
-
内含盲均衡与盲解卷算法matlab程序,用于盲信号处理领域
内含盲均衡与盲解卷算法matlab程序,用于盲信号处理领域-intron blind equalization and blind deconvolution algorithm Matlab procedures for the blind signal processing field
- 2022-01-25 15:02:25下载
- 积分:1
-
用来说明小波消失矩作用的程序,也是用一维信号
用来说明小波消失矩作用的程序,也是用一维信号-used to illustrate the role of vanishing moments procedures, as well as one-dimensional signal
- 2022-08-18 16:33:48下载
- 积分:1
-
对BMP图像简单的处理,如sobel边缘提取,直方图显示,中值滤波等,清晰易懂...
对BMP图像简单的处理,如sobel边缘提取,直方图显示,中值滤波等,清晰易懂-BMP images for simple treatments, such as sobel edge detection, histogram display, median filtering, clear and easy to understand
- 2022-03-14 21:07:05下载
- 积分:1
-
该程序是进行图像压缩的spiht算法,具体的函数见里面的content.m文件,比较详细...
该程序是进行图像压缩的spiht算法,具体的函数见里面的content.m文件,比较详细-The program is the SPIHT image compression algorithm, the specific function content.m see inside documents, in more detail
- 2022-01-25 14:56:29下载
- 积分: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