搜索资源列表
-
0下载:
Detect circles with specified radius in a binary image. Resolve their center positions and show them in the original image.-Detect circles with in a specified radius b inary image. Resolve their center positions an d show them in the original image.
-
-
0下载:
LBP纹理特征提取算法。首先将检测窗口划分为16×16的小区域(cell),对于每个cell中的一个像素,将其环形邻域内的8个点(也可以是环形邻域多个点,如图 3‑ 4. 应用LBP算法的三个邻域示例所示)进行顺时针或逆时针的比较,如果中心像素值比该邻点大,则将邻点赋值为1,否则赋值为0,这样每个点都会获得一个8位二进制数(通常转换为十进制数)。然后计算每个cell的直方图,即每个数字(假定是十进制数)出现的频率(也就是一个关于每一个像素点是否比邻域内点大的一个二进制序列进行统计),然
-
-
0下载:
LINUX环境下,对一幅图像进行二值化,并设定一个阈值,得到亮斑,并得到亮斑的中心坐标-LINUX environment on a binary image, and set a threshold, are bright spots, and with bright spots of the center coordinates
-
-
0下载:
demo program a complete fingerprint feature extraction procedures. Including all the algorithms commonly used options.Centralize: binary image, Center Point- Crop: image pruning- Sectorize: Visualization fan- Normalize: normalized input image- Gabor
-
-
0下载:
定位人眼,对二值化图像进行积分投影便可准确定位人眼。分别对人脸图像进行水平/垂直积分投影,并对投影曲线归一化,便可得到眼睛中心水平坐标。-The positioning of the human eye , the integral projection of the binary image can be accurately positioning the human eye . Horizontal/vertical integral projection of the face imag
-
-
1下载:
在人脸局部图像中定位嘴的中心。MATLAB环境代码,配有实验用图。具体步骤:对输入图像进行二值化处理-标注二值图像中的连通分量-找出最大的连通分量-计算最大联通分量中心。《精通Matlab数字图像处理与识别》-The face part image is positioned in the center of the mouth. MATLAB environment code, with experimental Fig. Specific steps: input image binariz
-
-
0下载:
对小目标,高噪声情况下的图像二值化分割,将中心小圆点留下,周围部分为黑色,同时滤除噪声-Binary image small target, high noise situations segmentation, leaving the center of the small dots around the black part, and filter out the noise
-
-
0下载:
DFT.m:计算一幅图像的DFT,并在屏幕上显示频谱图,将频谱原点移到图像中间。
zhifangtu.m:用直方图均衡算法对一幅图像进行增强。
fenge.m:设计一种算法自动从灰度图像上求得全局分割阈值,将一幅图像中的目标和背景分隔开,使这幅图像的目标和背景有着不同的平均灰度。
gongshengjuzhen.m:求出一幅图像的像素和有下一个像素的共生矩阵。
OpenAndClose.m:实现二值形态学的膨胀、腐蚀、开操作、闭操作。-DFT.m: Calculates the
-
-
1下载:
通过CCD采集图像位置信息,获取图像——>图像灰度化——>图像滤波——>二值化——>边缘检测——>寻找轮廓——>计算轮廓矩——>计算质心及方向,获得物体质心的位置与角度信息。(Images captured by the CCD sampling image location information, -- - > > image grayscale change - > image filtering -- - > > e
-