-
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
-
PMG格式文件的canny边缘检测,c语言,编译通过
PMG格式文件的canny边缘检测,c语言,编译通过-PMG format documents canny edge detection, c language, the compiler through
- 2022-03-22 17:46:54下载
- 积分:1
-
使用分水岭算法实现图像的分割,并对直方图统计。
使用分水岭算法实现图像的分割,并对直方图统计。-The use of the watershed image segmentation algorithm and histogram statistics.
- 2022-01-26 00:30:40下载
- 积分:1
-
仿射变换法求深度信息,目前最好的方法
function [Z,D11,D12,D22] = diffusion_kernel_function(gx,gy,...
仿射变换法求深度信息,目前最好的方法
function [Z,D11,D12,D22] = diffusion_kernel_function(gx,gy,im)
gx,gy 为x,y方向偏导数 Z 为恢复出来的是深度信息。
函数适应于从 图像法相信息恢复高度信息-Affine transformation method the depth of information, is currently the best way to function [Z, D11, D12, D22] = diffusion_kernel_function (gx, gy, im) gx, gy for x, y direction of the partial derivative of Z is out to restore the depth of information. Function adapted from the image information to resume a high degree of information law
- 2022-05-26 04:32:32下载
- 积分:1
-
计算几何(描述)在材料匹配的第二版…
计算几何(C描述)第二版教材的配套程序,用C语言实现了本书的主要算法.-Computational geometry (C described) in the second edition of materials matching procedures, using C language to achieve the book
- 2023-09-04 05:50:03下载
- 积分:1
-
一个去除椒盐噪声的图像处理程序,采用了中值滤波,效果很不错...
一个去除椒盐噪声的图像处理程序,采用了中值滤波,效果很不错-a noise image-processing program, using a median filter, the effect is very good
- 2022-03-26 08:37:40下载
- 积分: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
-
several commonly used image
几个常用图像处理程序源码,vc 6.0 sp6+windows2000 sp4调试通过-several commonly used image-processing program source code, vc 6.0 SP6 windows2000 Explorer debugging through
- 2022-03-12 16:20:53下载
- 积分:1
-
Opencv read the image displayed in the dialog box!
Opencv 读取 图像 显示在 对话框!-Opencv read the image displayed in the dialog box!
- 2022-07-19 04:39:00下载
- 积分:1
-
通过此算法选取出来的阈值非常理想,对各种情况的表现都较为良好。虽然它在很多情况下都不是最佳的分割,但分割质量通常都有一定的保障,可以说是最稳定的分割。由上可知,
通过此算法选取出来的阈值非常理想,对各种情况的表现都较为良好。虽然它在很多情况下都不是最佳的分割,但分割质量通常都有一定的保障,可以说是最稳定的分割。由上可知,大津算法是一种较为通用的分割算法。-Through this algorithm to select the threshold by the very satisfactory performance of the various situations are relatively good. Although in many cases it is not the best partition, but the quality of segmentation is usually a certain degree of protection, it can be said is the most stable partition. From the above we can see that Otsu algorithm is a segmentation algorithm is more generic.
- 2022-03-23 22:38:45下载
- 积分:1