-
otsu1
对最大类间方差法进行改良,引入最小类内方差,进一步提高分割效果(For improved Otsu method, introducing the minimum interclass variance, further improve the segmentation effect)
- 2014-12-14 13:56:03下载
- 积分:1
-
xsk_RMA
合成孔径雷达成像算法仿真程序(Synthetic aperture radar imaging algorithm simulation program)
- 2020-09-26 21:27:46下载
- 积分:1
-
count-rice
本程序可以使用图像处理算法对图片进行处理,对于一个含有各种物体的图片,如米粒,可以计算物体的个数。使用前请配置好opencv环境。希望对大家学习图像处理和opencv有所帮助...(This procedure can use the image processing algorithm for processing images for a picture with a variety of objects, such as a grain of rice, can calculate the number of objects. Configured before use opencv environment. We would like to learn opencv image processing and help ...)
- 2009-04-23 16:05:57下载
- 积分:1
-
IDl
本代码的主要功能是实现数据格式之间的转换,实用的是IDL代码,好用实用且清晰。(The main function of the code is to achieve conversion between data formats, practical IDL code, good with practical and clear.)
- 2015-06-04 10:30:50下载
- 积分:1
-
quzao
对比了常见的几种去噪方法,含中值滤波,均值滤波,维纳滤波,高斯滤波,以及三种形态学滤波(一般的,改进的,多结构元素形态学滤波)(Comparison of several common Denoising containing median filtering, mean filtering, Wiener filtering, Gaussian filtering, as well as three morphological filtering (generally improved, multi-structural elements morphological filtering))
- 2013-04-10 10:10:18下载
- 积分:1
-
DANMUMATLAB
单目标定很好用的程序,对于单目摄像机的一个标定。张正友博士的方法,对于摄像机标定,切记标定板不能用手机拍摄,因为手机拍摄是变焦的(Single objective of the program is very good, for a single camera calibration. Dr. Zhang Zhengyou s method for camera calibration, remember that the camera calibration board can not be used to shoot the phone, because the phone is to shoot a zoom )
- 2016-04-27 15:38:00下载
- 积分:1
-
BM
说明: 双目测距bm算法,已经实现,基于vs2015+opencv3.2,测距精度很高,一米内精度一厘米误差(Binocular ranging bm algorithm, which has been implemented, is based on vs2015 + opencv3.2, which has high accuracy and one centimeter error in one meter)
- 2017-09-04 19:43:02下载
- 积分:1
-
sift_feature-extract-and-match
使用sift算法,找出图像的关键点,使用关键点作为匹配因子对两幅图像进行匹配,数据库中包含了丰富的可用图片库。(Use sift algorithm to find the image of the key points, key points to use as matching factor of two images match, the database contains a wealth of available gallery.)
- 2020-11-28 15:19:30下载
- 积分:1
-
opencv-sift
图像匹配,可以实现目标图像的匹配,匹配出最相似的训练图片。(Image matching, the matching can achieve the target image, matching the most similar training images.)
- 2013-06-08 16:46:48下载
- 积分:1
-
recognize_face
利用灰度积分投影直接对人脸图像进行检测和眼睛定位是一种常用的算法,但是直接采用该算法会受到背
景、特征等因素的影响,识别准确率较低。提出了一种基于最大类间方差阈值和区域膨胀相结合的检测与定位算法。该算
法首先计算最大类间方差设置阈值,把灰度图像转换为二值图像并检测出人脸区域,然后通过对该人脸区域中的连通区域
进行膨胀及连通性处理,精确定位眼睛坐标。实验表明,此算法可靠,具有较好的识别效果。(face recognized)
- 2010-08-19 16:45:54下载
- 积分:1