Welcome![Sign In][Sign Up]
Location:
Search - otsu image filter

Search list

[Other resourceedge_erode

Description: 采用%中值滤波%otsu 自动阈值计算%图像二值化%采用腐蚀的方法进行边缘检测-using median filter%% Otsu automatic threshold calculation% image binarization% of the corrosion methods Edge Detection
Platform: | Size: 1448 | Author: 陈旭 | Hits:

[2D Graphicedge_erode

Description: 采用%中值滤波%otsu 自动阈值计算%图像二值化%采用腐蚀的方法进行边缘检测-using median filter%% Otsu automatic threshold calculation% image binarization% of the corrosion methods Edge Detection
Platform: | Size: 1024 | Author: 陈旭 | Hits:

[Special Effectshhh

Description: 可以打开真彩色或是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.
Platform: | Size: 93184 | Author: 张蔚 | Hits:

[Special EffectsDigitalImageProcessing_v1

Description: 本程序主要是一些学习影像处理时会用到的程序,其中包括: color to gray , segement RGB,、mean filter、median filter、user defined thresholding、otsu、Histogram equalization、Sobel edge detection、Prewitt edge detection,并可将边缘侦测所得到的信息以彩色线条贴至原图-This procedure is mainly learning image processing procedures will be used, including: color to gray, segement RGB,, mean filter, median filter, user defined thresholding, otsu, Histogram equalization, Sobel edge detection, Prewitt edge detection, and Edge detection can be the message to paste the image color lines
Platform: | Size: 1389568 | Author: Johnson Huang | Hits:

[Graph programOtsu

Description: 利用Otsu算法进行图像分割实现简单,速度快,效果也好-Otsu algorithm using image segmentation to achieve a simple, fast and effective or
Platform: | Size: 345088 | Author: 蚂蚁 | Hits:

[Graph programcode

Description: 代码1:优化过的Otsu程序,纯C编写 代码2:优化过的中值滤波程序,纯C编写 代码3:快速连通域检测程序,用于团块分析,纯C编写 代码4:MeanShift图像分割程序,纯c编写 代码5:WaterShed图像分割程序,c++编写,可直接运行,看分割效果-Code 1: The optimized program Otsu, pure C code 2: The optimized procedure median filter, pure C code 3: Fast connected component detection program for mass analysis, pure C code 4: MeanShift image segmentation procedure, pure c code 5: WaterShed image segmentation program, c++ write, direct running, see segmentation
Platform: | Size: 12169216 | Author: 韦立庆 | Hits:

[Special EffectsImgProcess2009-05-14

Description: 这是我读“图像识别与人工智能”研究生是,在实验室做图像处理与跟踪实验所用的框架程序。里面已经包含了如下函数模块: 图像显示:单幅图像显示,连续文件名的序列图像显示,SRC(纯数据图像文件)序列图显示 图像滤波、增强:均值滤波,灰度拉伸,图像减背景并拉伸 图像分割:自适应门限阈值分割,基于梯度的分割,基于最大熵的分割,OTSU分割, 图像加噪:图像加入随机噪声,序列图加噪声 图像轮廓:轮廓提取(只能对0-255二值图),轮廓跟踪(只能对0-255二值图), 其他:图像差分,腐蚀,膨胀 说明:因为是实验室做实验用的,所以界面做的很简单,大家多多谅解。但内容还是听丰富的,既有师兄师姐们积累的成果,也有我的两年经验。各函数都有很详细的中文注释,希望能给大家带来帮助,少走弯路。-The software contains the following function modules: Image display: single image, the image sequence of consecutive file names SRC (pure data image files) sequence diagram showsImage filtering, enhancement: the mean filter, gray stretch, the image background subtraction and tensileImage Segmentation: Adaptive threshold threshold segmentation, gradient-based segmentation, segmentation based on maximum entropy, OTSU split,Image noise: images by adding random noise sequence diagram plus noiseImage contours: contour extraction (only 0-255 binary image), the contour tracking (only 0-255 binary diagram)Other: image difference, erosion and dilationDescription: laboratory experiments, so the interface to do the very simple, we a lot of understanding. Or listen to the rich, both brothers Shijie accumulated results of two years experience. Each function has a very detailed notes in Chinese, I hope we can bring help to avoid detours.
Platform: | Size: 3980288 | Author: 罗蛟 | Hits:

[Documentstuxiangkaoshi

Description: 数字图像处理 中值滤波 均值滤波 边缘检测 固定阈值法 最大类间方差法 vc6.0可以运行的-Digital image processing median filter mean filter edge detection fixed threshold method OTSU method
Platform: | Size: 1704960 | Author: du | Hits:

[matlabMATLABshiyongyuandaima

Description: 目录 1.图像反转 2 2.灰度线性变换 2 3.非线性变换 4 4.直方图均衡化 5 5. 线性平滑滤波器 6 6.中值滤波器 7 7.用Sobel算子和拉普拉斯对图像锐化: 8 8.梯度算子检测边缘 9 9.LOG算子检测边缘 11 10.Canny算子检测边 缘 12 11.边界跟踪 (bwtraceboundary函数) 13 12.Hough变换 14 13.直方图阈值法 16 14. 自动阈值法:Otsu法 18 15.膨胀操作 19 16.腐蚀操作 20 17.开启和闭合操作 21 18.开启和闭合组合操作 22 19.形态学边界提取 24 20.形态学骨架提取 25 21.直接提取四个顶点坐标 26 22.文件打开窗口 27 -Contents 1 image reversal 22 23 gray linear transformation. Nonlinear transformation 44. Histogram equalization 55 linear smoothing filters 66. Median filter 77. Sobel operator and Rapp Las Image Sharpening: 88. gradient edge detection operator 9 9.LOG edge detection operator 11 10.Canny count of edge detection 1211. the border tracking (bwtraceboundary function) 1413 13 12.Hough transform histogram. threshold Law 1614 automatic thresholding method: Otsu 1815 expansion operation 1916. corrosion operation 2017. opening and closing operation of 2118. combination of opening and closing operation 2219. morphology boundary extraction 24 20 morphological skeleton extraction 2521 direct extraction of four vertex coordinates 2622 File Open window 27
Platform: | Size: 115712 | Author: 廉小萍 | Hits:

[matlabMATLABshiyongdaima1

Description: 目录 1.图像反转 2 2.灰度线性变换 2 3.非线性变换 4 4.直方图均衡化 5 5. 线性平滑滤波器 6 6.中值滤波器 7 7.用Sobel算子和拉普拉斯对图像锐化: 8 8.梯度算子检测边缘 9 9.LOG算子检测边缘 11 10.Canny算子检测边 缘 12 11.边界跟踪 (bwtraceboundary函数) 13 12.Hough变换 14 13.直方图阈值法 16 14. 自动阈值法:Otsu法 18 15.膨胀操作 19 16.腐蚀操作 20 17.开启和闭合操作 21 18.开启和闭合组合操作 22 19.形态学边界提取 24 20.形态学骨架提取 25 21.直接提取四个顶点坐标 26 22.文件打开窗口 27 -Contents 1 image reversal 22 23 gray linear transformation. Nonlinear transformation 44. Histogram equalization 55 linear smoothing filters 66. Median filter 77. Sobel operator and Rapp Las Image Sharpening: 88. gradient edge detection operator 9 9.LOG edge detection operator 11 10.Canny count of edge detection 1211. the border tracking (bwtraceboundary function) 1413 13 12.Hough transform histogram. threshold Law 1614 automatic thresholding method: Otsu 1815 expansion operation 1916. corrosion operation 2017. opening and closing operation of 2118. combination of opening and closing operation 2219. morphology boundary extraction 24 20 morphological skeleton extraction 2521 direct extraction of four vertex coordinates 2622 File Open window 27
Platform: | Size: 12288 | Author: 廉小萍 | Hits:

[OtherMATLAB实用源代码

Description: 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标 22.文件打开窗口(1. image reversal 2. gray linear transform 3. nonlinear transform 4. histogram equalization 5. linear smoothing filter 6. median filter 7. image sharpening on Sobel edge detection operator and Laplasse: 8. gradient edge detection operator 9.LOG edge detection operator 10.Canny operator 11. boundary tracking (bwtraceboundary function) 12.Hough transform 13. histogram thresholding method 14. threshold method: Otsu method the 15. expansion operation 16. corrosion operation 17. opening and closing operation of the 18. opening and closing combination operation 19. morphological edge extraction 20. morphological skeleton extraction 21. direct extraction of four vertex coordinates 22. file open window)
Platform: | Size: 113664 | Author: 春天里的野百合 | Hits:

CodeBus www.codebus.net