-
yuzhihuafenge
图像分割是把图像划分成具有实际意义的互补交迭的区域的集合。在图像分割之前,图像区域的数目未知,而在分割后各个区域同时满足均匀性和连通性的条件,故图像分割是一个复杂的过程,目前大多数研究都是针对某一类型图像或者某一具体应用的分割。图像阈值化分割的基本思想是确定一个阈值,然后把每个像素点的像素值和阈值相比较,根据比较的结果把像素划分为两类,前景(1)或背景(0)。该方法的关键是确定一个最优的阈值。常用的阈值确定方法有直接门限法、类间最大方差法(otsu法)、分水岭算法、最小误差法、最大熵法等。该段代码就是图像的阈值分割。(The image segmentation is divided into the practical significance of the emerging area of complementary set. In the image segmentation, before the number of image region, the unknown, and after each area in division at the same time satisfy the uniformity and connectivity condition, so the image segmentation is a complicated process now, most research are for a certain type image or a particular application of the division. Image threshold segmentation of the basic idea is to determine a threshold, then put each pixel threshold value of the pixels and compared, according to the result of the comparison the pixel divided into two categories, the prospect (1) or background (0). This method is the key to determine an optimal threshold. Commonly used method to determine the threshold value of direct threshold method, the largest of the variance between method (otsu method), watershed algorithm, the minimum error method, the maximum entropy method, etc. When the code is image threshold segm)
- 2011-11-14 21:10:46下载
- 积分:1
-
散焦模糊自动复原的算法
一个散焦模糊自动复原的算法,自动估计散焦半径,在频率域识别参数,并用最小二乘滤波复原(A defocus blur automatic recovery algorithm automatically estimated defocus radius, in the frequency domain identification parameters, and by the least squares filter restoration
)
- 2020-06-28 12:00:01下载
- 积分:1
-
GPUImageProcessor
一个简单的GPU图像处理程序,使用Qt框架,OpenGL API和OpenGL着色器语言开发。(A simple GPU image processing program, using the Qt framework, the OpenGL API and OpenGL shader language development.)
- 2012-04-02 22:53:25下载
- 积分:1
-
mrf
MRF程序:建立了马尔科夫随机场 应用于图像去噪 不过此程序有待进一步调试(MRF procedure used in image denoising)
- 2010-09-13 20:10:49下载
- 积分:1
-
FG
说明: 交互式支持向量机图像分割程序,通过鼠标选取区域实现前景和背景选取(Interactive support vector machine image segmentation procedures, through the mouse to select regions of foreground and background selection)
- 2012-03-10 18:49:03下载
- 积分:1
-
canny
canny边缘检测的步骤:
1,生成高斯核,与图像做卷积
2,计算梯度图像
3,非极大值抑制
4,双阈值法和连接边缘(Canny edge detection steps:
1, Generate Gaussian kernel, convolution with the image
2, calculate the gradient image
3, non-maximal inhibition
4, double threshold method and connect the edge)
- 2017-11-28 19:31:27下载
- 积分:1
-
canny
Canny边缘检测算法,canny算法计算梯度,并从小波模极大重构图像.(Canny edge detection algorithm, canny algorithm for calculating the gradient, and from the Wavelet Modulus Maxima Image Reconstruction.)
- 2007-07-12 10:28:22下载
- 积分:1
-
image_demo
本工程在C6678上实现了BMP图像的读取,滤波,锐化等操作。可以作为多核DSP图像处理的资料,自己在CCS6平台上测试验证没有问题(This project has realized the reading, filtering and sharpening of the BMP image on C6678. It can be used as a multi-core DSP image processing data, and to test validation on the CCS6 platform)
- 2017-12-12 22:39:59下载
- 积分:1
-
sauvola
说明: 一种图像阈值分割算法。能够对图像.sauvola是一种考虑局部均值亮度的图像二值化方法, 以局部均值为基准在根据标准差做些微调.算法实现上一般用积分图方法来实现.这个方法能很好的解决全局阈值方法的短板—关照不均图像二值化不好的问题.(Image threshold segmentation algorithm)
- 2020-03-28 08:47:27下载
- 积分:1
-
fenkua
超分辨率中要使用的分块重叠及恢复,任意像素重合,超简单!(Super-resolution block overlap and recovery, to use in any pixel overlap, super easy!)
- 2013-09-13 11:46:00下载
- 积分:1