Welcome![Sign In][Sign Up]
Location:
Search - sift edge

Search list

[Special EffectsMatlabSIFT

Description: 一个进行特征提取的算法,主要可以进行特征点的检测以及与之相关的边缘检测-a feature extraction algorithm, the main feature points can be detected and the associated Edge Detection
Platform: | Size: 321536 | Author: 宋明黎 | Hits:

[Graph programCanny435435

Description: 这是一个canny边缘检测的程序-This a canny edge detection procedures.
Platform: | Size: 159744 | Author: ling | Hits:

[Multimedia Developtianyufeishi

Description: 图象编程,含有图象的边缘特征和图象匹配的算法实现-image programming, with the edge of the image features and image matching algorithm
Platform: | Size: 803840 | Author: 张敬 | Hits:

[Special EffectsSIFT_EDGE_test

Description: 本程序将SIFT与边缘结合起来用来做图像配准 先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准-This procedure will be combined with SIFT and the edge used to do image registration using SIFT key-point detection using Canny edge detection operator to select the best match to optimize vector match point image registration
Platform: | Size: 1024 | Author: 李云 | Hits:

[Special EffectsCV_Experiments

Description: 计算机视觉实验的源代码,包括各种canny边缘提取,sift特征提取,摄像头标定,gabor滤波,立体视觉等算法。-Computer Vision experiment source code, including a variety of canny edge detection, sift feature extraction, camera calibration, gabor filtering, such as stereo vision algorithm.
Platform: | Size: 2530304 | Author: 翟方文 | Hits:

[Multimedia Develop11

Description: 摄像头标定源码 visual c++ 平台下实现-The source code of computer vision experiments, including the various canny edge detection, sift feature extraction, camera calibration, gabor filtering algorithm for stereo vision, etc.
Platform: | Size: 2530304 | Author: xiang | Hits:

[Graph programSIFT(lowe)

Description: lower的原版关于sift算法的资料,很难找的哦。本文非常详细的介绍了sift算法,并与常用的边缘检测算法作了比较,是学习sift算法的好资料。-lower of the original information on the sift algorithm, it is difficult to find, oh. This very detailed introduction to the sift algorithm, and with commonly used edge detection algorithms are compared, is the learning algorithms sift the good information.
Platform: | Size: 490496 | Author: huangxing | Hits:

[Special EffectsSIFT

Description: 本程序将SIFT与边缘结合起来用来做图像配准 先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准。 -The program will combine the SIFT and the edge of image registration is used to make the first detection of the key points with SIFT operator with CANNY edge detection and then select the best match point optimized vector matching image registration.
Platform: | Size: 1024 | Author: 杨博明 | Hits:

[Special EffectsImageRetrieval

Description: 毕业设计,基于内容的图像检索,支持的检索特征包括 sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持,运行时请先选定一个文件夹来生成特征库,特征库用access数据库保存,只支持JPG文件-Graduate design, content-based image retrieval, search features, including support sift, color histogram, gray matrix, HU moment invariants, edge direction histogram, retrieval method using the K-means and KD trees are two kinds of needs OPENCV support Please select a runtime folder to generate the feature library, feature library with access database save, only supports JPG files
Platform: | Size: 359424 | Author: 平天羽 | Hits:

[Special EffectsSiftGPU-V370

Description: 使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual-SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors. SiftGPU is inspired by Andrea Vedaldi s sift++[2] and Sudipta N Sinha et al s GPU-SIFT[4] . Many parameters of sift++ ( for example, number of octaves, number of DOG levels, edge threshold, etc) are also available in SiftGPU. The shader programs are dynamically generated according to the parameters that user specified. SiftGPU also includes a GPU exhaustive/guided sift matcher SiftMatchGPU. It basically multiplies the descriptor matrix on GPU and find closest feature matches on GPU. Both GLSL and CUDA implementations are provided.
Platform: | Size: 5296128 | Author: 周金强 | Hits:

[OpenCVSIFT

Description: SIFT算法实现,更加适合医学图像匹配,更好去掉边缘点,去掉误匹配-this is not original SIFT algorithms,can fit for operation pictures,delete the edge points,reduce the wrong match
Platform: | Size: 7670784 | Author: jiba | Hits:

[Special Effectsedge-detection

Description: 本程序将SIFT与边缘结合起来用来做图像配准 先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准。 -The SIFT program used to do with the edge combination image registration using SIFT test first key with CANNY edge detection operator to optimize select the best match point vector matching image registration.
Platform: | Size: 1024 | Author: zhao | Hits:

[Software EngineeringA_simple_method_to_steoro_match

Description:   汽车防撞,技术路径不外:1.雷达测距防撞;2.视差测距防撞。前者,一旦保有量较大,必定遭遇互相干扰问题;后者,以前主要问题是,算法复杂,实时性差。   本文公开了一种新算法(已申请发明专利),主要运算可以借助硬件组合逻辑模块并行执行,可以极大提高视差测距的实时性,满足汽车防撞的要求。-(Background) Stereo matching, requires in two images to identify two pixels to be matched each other, in the field of machine vision, this is a difficult, but central task To complete the task, the key is to strengthen pixels characteristics (status)In order to strengthen the characteristics of pixels , has developed combination of the pixel neighborhood features technology, a variety of window matching technology, and matching prominent features of pixels only, for example, the edge pixels in the image, or to match with the Sift technical characteristics of pixels The window matching Technology, in theory, the larger the window, the more prominent features of pixels to be matched, but the resulting: 1. the computational size is increase 2. the windows across the actual object boundary, so that, the same characteristics pixel in the other image is inexistence,making computing more difficult, so two questions The feature matching, can acquire sparse disparity map only, and mat
Platform: | Size: 318464 | Author: 李维纲 | Hits:

[Special Effectsmultiple-view-match-under-gui

Description: 将点匹配方法包括harris,sift,susan集成在GUI中显示,还包含了边缘的检测与直线的提取,此外还可以进行线分组,程序可直接运行-Harris, sift, susan point matching method is integrated in the GUI display also includes the extraction of edge detection and linear addition line grouping, the program can be run directly
Platform: | Size: 14599168 | Author: fanchand | Hits:

[Software Engineeringsift-based-on-edge-corner

Description: SIFT 由特征提取,特征描述符描述和特征匹配 3 部分构成,该算子特征提取数目庞大,建立特征描述符运算 量高,导致算法效率低。提出了一种 SEC( SIFT-Edge-Corner) 算法,在图像尺度空间提取角点代替 SIFT 特征点,并根 据角点是边缘曲率极值理论,预先采用 Canny 算子得到高斯边缘图像金字塔,再提取角点并进行尺度选择。实验结 果表明: 该算法在保障高准确率的前提下大幅度提高特征提取效率-By the SIFT feature extraction, feature descriptions and feature matching descriptors 3 parts, the large number of feature extraction operator established feature descriptor computation high, resulting in low efficiency of the algorithm. Presents a SEC (SIFT-Edge-Corner) algorithm, the image scale space instead of SIFT feature extraction corner points and corner points based on extreme value theory is an edge curvature in advance using Canny operator edge image obtained Gaussian pyramid, and then extract corner point and scale selection. Experimental results show that: the algorithm protect high accuracy under the premise of feature extraction efficiency greatly improved
Platform: | Size: 231424 | Author: 焦婷 | Hits:

[Special EffectsSIFT_matlabe1

Description: This a MATLAB implementation of the SIFT keypoint detector and descriptor -do_gaussian: generate Gaussian scale space of input image do_diffofg: generate Difference of Gaussian (DoG) scale space do_localmax: local extrema as the potential keypoints do_extrefine: refine the keypoints by discarding the ones with low contrast and along an edge do_orientation: compute the orientation of a support region of keypoint do_descriptor: compute the descriptor of a keypoint based on image gradients. do_match: match two images based on the nearest neighbor principle and spatial consistency. do_sift: generate the SIFT descriptors for a given input image. It basically s all the functions above.
Platform: | Size: 1257472 | Author: 崔雪红 | Hits:

[Special EffectsimmH

Description: 使用两种方法实现图像拼接。一种是用SIFT算法自动实现,一种是用手动选取特征点(可边缘化图像),根据手动选取的特征点进行图像的变换和拼接。-Image stitching using two methods. One is to use SIFT algorithm automatically, one is manually selected features (edge of image), based on manual selection of feature points for image transforms and mosaics.
Platform: | Size: 3953664 | Author: whynot | Hits:

[Graph RecognizeImageRetrieval

Description: ImageRetri (C++_毕业设计) sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持-ImageRetri Color histogram, gray matrix, HU invariant moment, edge direction histogram, retri method using K-means and K-D tree two, need OPENCV support (C++ _ graduation design) sift, color histogram,
Platform: | Size: 438272 | Author: 高峰记忆 | Hits:

[OpenCVSIFT拼接练习

Description: 图像拼接,使用了opencv里面的函数,对边缘进行了处理,效果较好(Image stitching, the use of OpenCV inside the function, the edge of the treatment, the effect is better)
Platform: | Size: 40916992 | Author: YCCCCCY | Hits:

[Special EffectsComputerVision-Problems-master

Description: Contains three problems - Texture Classification using k means and Laws filters, Vehicle Classification using SIFT and SURF features and BOWs approach and Edge Detection techniques
Platform: | Size: 1382400 | Author: 穿山甲说 | Hits:

CodeBus www.codebus.net