搜索资源列表
VideoCapture
- 一款用于从avi视频中提取单帧图像数据的实例,本人第一次做,有兴趣者可以联系共同探讨。
sift.rar
- opencv下的图像sift特征提取以及匹配,sift
iamge
- 图像的特征提取,用于图像的分类研究 主要是用的MATLAB-Image feature extraction
SIFT
- SIFT 角点检测,提取图像的焦点特征,SIFT 特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强-SIFT CORNER DETECTION EXTRACTION OF IMAGE FEATURE
image-segment
- 图像分割代码实现,先检测运动的车辆,将一幅图片提取出来,对其进行检测,实现特定目标区域的分割。-Image segmentation code implementation
opensift-master
- sift程序,用于图像特征提取和图像的匹配,功能很强大-Sift program for image feature extraction and image matching, function is very powerful
robwhess-opensift-300bad1.tar
- sift程序,用于图像特征提取和图像的匹配,功能很强大-Sift program for image feature extraction and image matching, function is very powerful
4-order-CANDHAP1
- sift程序,用于图像特征提取和图像的匹配,功能很强大-Sift program for image feature extraction and image matching, function is very powerful
Haris
- 角点检测,用于运动背景特征点提取,对图像匹配,拼接,运动目标提取有用-Corner detection, feature point extraction for moving background, image matching, mosaic, moving target extraction of usefu
surf
- surf特征点以及描述子的提取和匹配,是图像处理中一项重要的作用-Surf feature point extraction and matching as well as descr iptors, in image processing is an important role
otsu_seg
- otsu算法 图像分割 果实自动提取 matlab -the otsu algorithm for image segmentation fruit automatic extraction of Matlab
zhifangtujiansuo
- 基于内容的图像检索(Content-based Image Retrieval,简称CBIR)技术被提出。这一技术的出现提高了图像检索的准确性,它通过提取图像本身的内在客观特征如颜色、纹理、形状、布局等关系,并比较这些视觉特征间的相似性,自动搜索出符合用户要求的图像。-Content-based image retrieval (Content-based Image Retrieval, referred to as CBIR) techniques have been proposed. T
The-image-processing
- 用matlab提取图像的骨架 参看边缘检测技术、闭合边界技术和轮廓提取方面的资料 用canny算子检测得到的边界图见附图,还需要进行边界的修补然后提取轮廓 根据你的要求再自己加些东西进去吧 -Matlab was used to extract the skeleton of the image See the edge detection technology, a closed boundary contour extraction and information tec
The-image-histogram
- 可以提取图像的个种直方图,功能很强大,数字图像处理有帮助!-Can extract a kind of histogram of the image, the function is very powerful, digital image processing to help!
dynamic-expectation-and-variance
- 做动态图像的处理时,即做视频处理时,动态特征是不可或缺的,尤其是动态的期望和方差是我们必须使用的两个量,本程序提供了提取的算法-Do dynamic image processing, video processing is done, the dynamic characteristic is indispensable, especially in the dynamic expectation and variance is that we must use two quantities,
shixi
- 首先提取印刷品的数字图像,对图像进行预处理,然后用模板匹配将图像中的文字部分分割出来,在提取文字图像的特征参数,最后对照标准样张图像的特征参数分析该印刷品的印刷质量,得到质量数据。-First extract the print of digital image, the image preprocessing, and then the text part of the image segmentation with template matching, text image feature
20113025
- 数字图像处理基本算法,包括几何变形,边缘提取,特征提取,影像融合等多种操作-Basic digital image processing algorithms, including geometric distortion, edge detection, feature extraction, image fusion and other operating
face-recognition
- 人 脸识别技术分 4 个方面:(1)皮肤检测 ,在 图像 中寻找出人 脸 区域,也可 以说是将图像中的背景和人的肤色进行分 离;(2)人脸规范化,即校正人脸在尺度、光照和旋转等方 面的变化;(3)特征提取 ,从人脸图像中映射提取~组能反 映人脸特征的数值表示样本;(4)特征匹配,将待识别人脸 与数据库中的已知人脸比较,得出相关信息。-people face recognition
Harris
- 本文用用Harris算子提取特征点,基于特征点的匹配,加权融合图像拼接-In this paper, we use the Harris operator to extract the feature points, which is based on the feature points matching.
gabor滤波器
- gabor滤波主要用来提取图像的纹理特征,适用于车牌字符识别和人脸识别的特征提取。