Welcome![Sign In][Sign Up]
Location:
Search - FIND MATCHING

Search list

[Special EffectsCBIR

Description: 本程序实现了基于内容的图像检索功能,也就是说如何根据图像的内容从多媒体数据库中索引或发现匹配的图像,所用的方法是傅立叶变换,小波变换等技术.-the program content-based image retrieval functions, in other words how images from the multimedia database indexing or find matching images, the methodology used is the Fourier transform, wavelet technology.
Platform: | Size: 20775 | Author: 陈建文 | Hits:

[assembly language4.36c

Description: 从输入的字符串中找到匹配字符串,修改也可以找到匹配的最长字符串-input from the string matching string found, changes can also find matching the longest string
Platform: | Size: 837 | Author: 闫文博 | Hits:

[assembly languagechazhao

Description: 查找匹配字符串汇编语言程序设计子程序设计-find matching string assembly language subroutine Design Program Design
Platform: | Size: 1140 | Author: haidenver | Hits:

[Special EffectsCBIR

Description: 本程序实现了基于内容的图像检索功能,也就是说如何根据图像的内容从多媒体数据库中索引或发现匹配的图像,所用的方法是傅立叶变换,小波变换等技术.-the program content-based image retrieval functions, in other words how images from the multimedia database indexing or find matching images, the methodology used is the Fourier transform, wavelet technology.
Platform: | Size: 20480 | Author: 陈建文 | Hits:

[Special Effectsbivalue

Description: 图像处理二值化,利用模板匹配可以在一幅图象中找到已知的物体。比如抓拍到了一张射门的照片,要在该照片中找到足球的位置。这时就可以采用模板匹配的方法。所谓模板匹配,其实想法很简单:拿已知的模板(在本例中为足球的图象),和原图象中同样大小的一块区域去对。-binary image processing and using template matching the image to find a known object. For example, snapped a shot of the photos to find pictures of the football position. It may be used template matching method. The so-called template matching, the idea is simple : take known template (in this case, the image of football), and the original image of a similar size to a regional right.
Platform: | Size: 45056 | Author: 中国 | Hits:

[assembly language4.36c

Description: 从输入的字符串中找到匹配字符串,修改也可以找到匹配的最长字符串-input from the string matching string found, changes can also find matching the longest string
Platform: | Size: 1024 | Author: | Hits:

[Graph programperson3_1024

Description: 超分辨率复原(分成1024块) 将样本库中的高分辨率图象和低分辨率图象分别做分块处理,当新输入一幅低分辨率图象时,分成小块到样本库中寻找最匹配的高分辨率块,然后复原出高分辨率图象。-Superresolution recovery (into 1024) for a sample of high-resolution images and low-resolution images, respectively do block, when the new importation of a low-resolution image, divided into small samples to find the most matching high-resolution block, and then recover from high-resolution images.
Platform: | Size: 3072 | Author: 丽仙 | Hits:

[assembly languagechazhao

Description: 查找匹配字符串汇编语言程序设计子程序设计-find matching string assembly language subroutine Design Program Design
Platform: | Size: 1024 | Author: | Hits:

[Special Effects3D_SIFT_demo

Description: 本MATLAB程序 用MATLAB 来实现3D 图像的匹配 用高斯卷积 来寻找 关键点 ,再利用关键点处的特征向量 通过3D向量的匹配 来实现3D 图像的配准-The MATLAB program using MATLAB to realize the matching of 3D images using Gaussian convolution to find the key points, re-use the key points of the feature vector through the 3D vector matching to realize 3D image registration
Platform: | Size: 1024 | Author: | Hits:

[Special EffectsCDOFM_src

Description: C++ code to find point correspondences by matching color distributions computed with spatially oriented kernels and optical flow registration. The theory is described in Point Matching Under Large Image Deformations and Illumination Changes-err
Platform: | Size: 59392 | Author: ly | Hits:

[Editorwenbenbianji_c

Description: 数据结构课程设计, 文本编辑, 自己写算法实现查找串儿匹配.c语言编码.-Data structure the curriculum design, text editor, to write their own algorithm to find matching string of abuse. C language coding.
Platform: | Size: 536576 | Author: 东方 | Hits:

[Special Effectsmatch_template_code

Description: 用opencv函数编写的,基于灰度的信息的模板匹配.对图像进行了二值处理,设定了阈值。求出最佳匹配点.-Prepared using opencv function, based on the gray-scale template matching information. For the two-valued image processing, set a threshold. Find the best matching points.
Platform: | Size: 37888 | Author: 程婷 | Hits:

[Graph programimdot

Description: 寻找匹配块,用于电子稳相中求偏移矢量 代表点匹配法-To find matching pieces for electronic image stabilization phase offset vector for the representative point matching method
Platform: | Size: 2048 | Author: likewind | Hits:

[assembly languagewangying4

Description: 微机原理与汇编语言的综合实验报告,包括用表格形式显示ASCII码实验,查找匹配字符串的实验,有详细的程序流程图。-Microcomputer Principle and the compilation of a comprehensive test report language, including shows in tabular form ASCII code experiment, to find matching strings experiments have detailed program flow chart.
Platform: | Size: 78848 | Author: wangying | Hits:

[Special EffectstemplateMatcher

Description: 图像匹配,在一副图象中搜寻子图像,寻找特征点-Image matching, in a sub-image search images to find the feature points
Platform: | Size: 1024 | Author: wu wei | Hits:

[Special EffectsCross-Correlation-Target-Image-Detection

Description: 基于互相关的图像匹配算法,可以在图像精确找到匹配图像!-Cross-correlation-based image matching algorithm, you can find a matching image image accurate!
Platform: | Size: 106496 | Author: feng | Hits:

[Graph programFacedetect

Description:  计算机人脸识别技术( Face Reocgnition)就利用计算机分析人脸图像,从中提取出有效的识别信息,用来辨认身份的一门技术。[ 1 ]即对已知人脸进行标准化处理后,通过某种方法和数据库中的人脸样本进行匹配,寻找库中对应人脸及该人脸相关信息。人脸自动识别系统有两个主要技术环节,一是人脸定位,即从输入图像中找到人脸存在的位置,将人脸从背景中分割出来,二是对标准化后的人脸图像进行特征提取和识别。本文中介绍的PCA (特征脸)方法就是一种常用的人脸 特征提取方法。-Computer Face Recognition Technology (Face Reocgnition) on the use of computer analysis of facial image, to extract the valid identification information used to identify the status of a technology. [1] that is known to standardize treatment of face, through a method and a database of face samples for matching, search library, the corresponding face and the face-related information. Automatic face recognition system has two main technical aspects, first, face location, that is, from the input image to find the location of the face there, the faces will be split out from the background, the second is, the standard features of face images extraction and recognition. Described in this paper PCA (Eigenfaces) method is a common facial feature extraction method.
Platform: | Size: 224256 | Author: Highjoe | Hits:

[matlabmotionEstDS

Description: Block matching algorithm,find the most similarity block in the neighborhood. Block matching algorithm,find the most similarity block in the neighborhood.-Block matching algorithm,find the most similarity block in the neighborhood.Block matching algorithm,find the most similarity block in the neighborhood.Block matching algorithm,find the most similarity block in the neighborhood.
Platform: | Size: 2048 | Author: bai | Hits:

[Special Effectsshape-matching-cluttered-scenes-

Description: 旋转不变非刚性的图像匹配 。代码为matlab源码,代码注释详细,可以通过代码上的链接找到原始文献,以作详细学习-Rotation-invariant non-rigid image matching. Matlab source code, code comments in detail, you can find links to the original code on the literature, for detailed study
Platform: | Size: 320512 | Author: joe | Hits:

[Special EffectsTemplate-matching

Description: 模板匹配主要是采用基于灰度信息的匹配算法,其中是统计模板与原图像的相关系数,得到最大值的地方,就是相似度最大的地方,也就是成功地找到了匹配的像素点。具体的算法如下。其中,im_matched为原图像,im_template为模板图像。MaxR为最大相似度系数。-Template matching matching algorithm based on gray-scale information, which is the the statistical template with the correlation coefficient of the original image to obtain the maximum value of the place is the biggest similarity place is to find matching pixels. The specific algorithm is as follows. Wherein, im_matched original image, im_template the template image. MaxR maximum similarity coefficient.
Platform: | Size: 1024 | Author: 太一 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net