搜索资源列表
-
0下载:
研究一种红外医学图像处理与分析方法,实现红外人脸图像中特征区域的自动定位。方法
针对红外正面脸部图像,采用一种无监督的局部和全局的特征提取方法,首先通过阈值法区分出前景和
背景,并根据面部特征对称性在前景中确定鼻区 然后在面部确定一个包含所有特征的矩形区域,利用
Harris算子在该区域检测出角点,并找出这些点的局部最大值点 最后用K-means方法对这些点进行
聚类
-To develop an mi age analyzing procedure forautomatic
-
-
0下载:
霍夫变换(Hough Transform) 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段)。本代码用来检测圆。-Hough transform (Hough Transform) Hough transform in image processing from the image geometry of the basic methods of identification, one of which is
-
-
0下载:
霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段).本程序利用霍夫变换求解出院的方程。-Hough transform in image processing from the image geometry of the basic methods of identification, one of which is widely used, there are many improved algorithm. B
-
-
0下载:
opencv里面实现hough变换检测直线段,并在图中画出;需在工程文件里面添加图片。-Inside opencv hough transform to detect straight line segment to achieve, and shown in the drawings need to add pictures inside the project file.
-
-
0下载:
人脸检测的matlab代码,能对人脸进行快速检测和分割(The matlab code of face detection can detect and segment the face fast)
-