搜索资源列表
otsu算法(灰度图像的域值分割)的C++类实现
- otsu算法(灰度图像的域值分割)的C++类实现.-otsu algorithm (grayscale image segmentation domain) Category C to achieve.
图像分割otsu算法
实现自动阈值选取图像分割算法——otsu算法。
图像otsu分割算法实现C源代码
- 图像分割的otsu算法,高效实用。
otsu算法
- otsu 最大间类分割法分割红外图像,代码可以运行,附带结果图。
otsu
- otsu 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。-otsu algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple
大津法阈值分割(otsu)
- 个人搜集的两个大津法阈值分割算法(otsu算法),已通过测试-personal collection of two large Zimbabwe law thresholding segmentation algorithm (otsu algorithm), have passed the test
otsu方法计算图像二值化的自适应阈值
- otsu方法计算图像二值化的自适应阈值,otsu 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-otsu images calculated value
otsu算法(灰度图像的域值分割)的C++类实现
- otsu算法(灰度图像的域值分割)的C++类实现.-otsu algorithm (grayscale image segmentation domain) Category C to achieve.
vc++otsucode
- otsu算法,本算法用VC和MATLAB实现。 价值比较大的。可以提供给有需要的朋友-otsu algorithm, the algorithm used VC and MATLAB. Value larger. Available for a friend in need
otsu
- otsu 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。-otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images to gray scale image 2) s
hhh
- 可以打开真彩色或是256色位图图像,进行彩色转灰度、中值滤波、均值滤波、otsu算法图像二值分割等处理。-Can open the true color or 256 colors bitmap images, change color to gray, median filter, mean filter, otsu algorithm for image segmentation, such as binary treatment.
otsu
- otsu算法(灰度图像的域值分割)的C++类实现-otsu algorithm (gray image segmentation of the domain) of the C++ Category realize
otsu
- otsu算法(灰度图像的域值分割)的C++类实现-otsu algorithm (gray image segmentation of the domain) of the C++ Category realize
otsu
- 在目标和背景的尺寸比例很接近时,应用otsu算法分割效果才比较好,因此对目标进行开窗分割很有意义.也就说在一定窗口大小内对目标进行otsu分割,窗口之外的图像可以不变或者赋为0 程序中分别给出了算法.-In the target and background is very close to the size of the ratio, the application of otsu segmentation algorithm is
newnethodotsu
- 一个新设计的otsu算法,使用方法如下:% load clown % subplot(221) % imshow(X/max(X(:))) % title( Original , FontWeight , bold ) % for n = 2:4 % Iseg = otsu(X,n) % subplot(2,2,n), colormap(gray) % imshow(Iseg) % title([ n
otsu
- otsu 算法,自适应计算单阈值对输入的灰度图像的直方图进行分析,将图像二值化。-otsu算Yang,自适Beckmannia算such as the number of阈值Qin Huai 入 cavity threshold standard像only source of standard vehicles直cavity shallow Pleiades Xu, Wei Zhao值old woman像standard 。
otsu
- otsu算法应用于图像分割--图像分割-直方图-otsu algorithm is applied to image segmentation image segmentation- Histogram
GDI+otsu
- 本程序使用了Gdiplus,在GUI中实现otsu算法。-This procedure uses the Gdiplus, in the GUI to achieve otsu algorithm.
otsu
- 利用otsu算法进行图像分割实现简单,速度快,效果也好-otsu algorithm using image segmentation to achieve a simple, fast and effective or
otsu
- otsu算法的实现,自适应最佳阈值图像分割方法,最大类间方差算法-otsu algorithm, adaptive optimal threshold image segmentation method, otsu Algorithm