搜索资源列表
第09章 人脸的检测与定位
- 人脸的检测与定位(在预处理部分,采用了特别的增强人脸特征与脸部皮肤之间对比度的方法及局域取阈值二值化方法,改进了预处理的效果。在图像分割部分,实现了经典的分合算法,并且使用成组算法改进了分合的效果。在人脸匹配部分,实现了基于眼睛和嘴的几何模型匹配,并对评价函数的构造进行了研究。)-Face Detection and Location (pretreatment, using a special facial features enhanced facial skin and the contr
goodCanny
- 图像分割的经典算法CANNY算法的源代码,很实用-the classic image segmentation algorithm Canny algorithm source code, practical
Imagepro_4
- 用于各种图像分割的算法 ,隐痛上传,从上面的边缘检测,二值化,区域分割一些经典的算法来加深对图像分割的理解。粗略分析了这些算法的优点很不足。对于课题算法的选取起了很大的帮助-for various image segmentation algorithm secret anguish uploads from above the edge detection, two values, Segmentation some classical algorithm for image segmenta
bmplib的读取和各种经典图片变化处理算法的比较
- 程序实现了bmp和dib图片的的读取,并能用各种经典的算法对图片实现:图像增强,图像匹配,图像复员,图像变换,特征提取,图像识别和图像分割 除此之外,该程序还给出了各个算法的实现结果的比较.详细内容参见压缩包内的-bmp realized by the pictures and Freehand read, and can use various classic picture of the algorithm to achieve : image enhancement, image matc
基于C++的图像典型算法演示系统
- 这是北航图像中心用C++编写的一个图像典型算法演示系统,里面包括各类经典的图像算法,比如图像预处理、各类图像分割、图像增强、图像复原、两种模板匹配、两种运动图像分析等。对于学习图像处理的人,无论是学习算法还是拷贝代码都有莫大的好处。
mean shift 彩色图像分割经典算法
- mean shift 彩色图像分割经典算法--VC,mean shift color image segmentation--VC
4
- 图像分割算法的Matlab源程序,里面含有大量经典源代码-image segmentation algorithm Matlab source, it contains a large number of classic source code
kmeans
- k均值图像分割,经典的图像分割方法,算法简单,效果好。-k-means image segmentation
SNAKE
- 图像分割中的经典算法snake的代码。该代码简洁高效,当处理非凸曲线边缘时分割效果好-Image segmentation algorithm in the classic snake code. The code concise and efficient, when dealing with non-convex curve of the edge effect when the partition
meanshift
- 用meanshift算法实现图像分割,较经典的方法,效果较好-Meanshift algorithm using image segmentation, the more classical methods, better
RegionGrow921
- 基于区域增长的图像分割算法,非常经典,用MATLAB编写,已测试可用,对新手有帮助-Based on region growing image segmentation algorithm, very classic, with MATLAB writing, have been tested is available on the novice help
GUISUSAN
- 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的
03
- 上下文分割算法EM 算法,相当经典。是基于小波域隐马尔可夫模型的多尺度图像分割。-Context of the EM segmentation algorithm, very classic. Is based on wavelet domain hidden Markov model multi-scale image segmentation.
KMeansBMPSeg
- 模式识别经典方法之一 K均值算法(KMeans)进行图像分割 有完善的图形界面 可以通过柱状图的形式动态展示聚类程序-One of the classical method of pattern recognition K means algorithm (KMeans) for image segmentation has improved graphical interface can be dynamically displayed in the form of histogram clu
ImageProcess
- 图像处理的经典算法,包含直方图、图像滤波、边缘检测、图像分割等算法-Classical image processing algorithms, including histogram, image filtering, edge detection, image segmentation algorithm
GraphCut
- 图像分割经典算法GraphCut的实现代码-An implementation of GraphCut Algorithm, which is a classical method in image segmentation field.
MATLAB实现图像分割otsuf 源程序代码
- 本程序,直接用MATLAB实现otsuf算法,并使用此算法对经典图像进行分割。(This procedure, directly with MATLAB to achieve otsuf algorithm, and use this algorithm to segment the classic image.)
图像分割
- 该文档包含多个图像分割的经典算法有:区域生长的图像分割程序,基于遗传算法的图像分割,大津算法,迭代法等(The document contains a number of image segmentation of the classic algorithms are: regional growth of the image segmentation program, based on genetic algorithm image segmentation, Ozu algorithm, i
C#数字图像处理算法典型
- 图像处理的基本算法汇总 , 灰度化 , 点运算 , 几何运算 , 边缘检测 , 平滑去噪 ,图像分割 ,彩色图像处理等 . C#语言编写的图像处理算法集合 .(Image processing of the basic algorithm, summary, grayscale, point calculation, geometric operations, edge detection, smoothing denoising, image segmentation, color image
CV_code_Sample
- 李纯明的经典水平集分割算法代码,十分好用(2005__LevelSet__Li-ChunMing)