搜索资源列表
FvsImage
- 能够完成图像的阈值分割,平滑,细化功能,是可以执行的。-to complete the image thresholding segmentation, smooth, thinning functions can be implemented.
c第二章 matlab语言基础h2
- 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water
BinarizationAlgorithm
- 用matlab实现的otsu全局二值化算法、kittler 最小分类错误(minimum error thresholding)全局二值化算法、niblack局部二值化算法-Using matlab implementation otsu global binarization algorithm, kittler minimum classification error (minimum error thresholding) the global binarization algorithm
MultiDocImageN
- 图像处理与应用程序,由输入输出模块、基本处理模块与应用实例三部分组成。 输入输出模块:图像文件、视频采集(640x480)。 基本处理模块:点处理、邻域处理、彩色图像处理、二值图像处理、形态学处理、区域与边界处理。 应用实例:组合阈值、分水岭算法、PCB图像处理、图像合成原理。 - Image Processing Program,consist ImageFile,PointProcessing,NeighborProcessing,ColorImageProcess
12
- 计算机图形与识别,分辨率二维直方图阈值分割方法-Computer graphics and identification, resolution two-dimensional histogram thresholding method
Paper1
- Thresholding and Character Recognition from a Digital Raster Image
face
- 本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确定是否就是人脸,同时采用高斯平滑来消除图像的噪声,再进行二值化,二值化主要采用局域取阈值方法,接下来就进行定位、提取特征值和识别等操作。经过测试,图像预处理模块对图像的处理达到了较好的效果,提高了定位和识别的正确率。-This software is mainly used in image processing technology: lig
bradley
- The main function for local thresholding. averagefilter.m A subroutine - a faster version of MATLAB s build-in fspecial( average , [3 3]). bradley.png-The main function for local thresholding. averagefilter.m A subroutine- a faster version o
CannyBoundTest
- 1.对原图像高斯平滑 2.对高斯平滑后的图像进行sobel边缘检测。这里需要求横的和竖的还有联合的,所以一共三个需要sobel边缘检测图像。 3.对联合的sobel检测图像进行非极大抑制 4.连接边缘点并进行滞后阈值处理。 -1. Gaussian smoothing the original image 2. Gaussian smoothed image was sobel edge detection. Here and there on request t
YCgCrm
- 基于YCgcr肤色空间的自适应阈值分割的算法,本人根据论文《YCgCr颜色空间的肤色聚类人脸检测法》-YCgcr color space based adaptive thresholding algorithm, I am under the thesis YCgCr color clustering color space face detection method
platbfrm
- ADAPTIVETHRESHOLD An adaptive thresholding algorithm that se