代码搜索:Keypoints

找到约 61 项符合「Keypoints」的源代码

代码结果 61
www.eeworm.com/read/295610/8150104

bib bibliography.bib

@article{lowe04distinctive, Author = {Lowe, D. G.}, Journal = {International Journal of Computer Vision}, Number = {60}, Pages = {91--110}, Title = {Distinctive Image Features from Scale-Invarian
www.eeworm.com/read/292406/8354906

bib bibliography.bib

@article{lowe04distinctive, Author = {Lowe, D. G.}, Journal = {International Journal of Computer Vision}, Number = {60}, Pages = {91--110}, Title = {Distinctive Image Features from Scale-Invarian
www.eeworm.com/read/375962/9341340

c siftfeat.c

/* This program detects image features using SIFT keypoints. For more info, refer to: Lowe, D. Distinctive image features from scale-invariant keypoints. International Journal of Computer V
www.eeworm.com/read/375764/9350133

c siftfeat.c

/* This program detects image features using SIFT keypoints. For more info, refer to: Lowe, D. Distinctive image features from scale-invariant keypoints. International Journal of Computer Vision, 60,
www.eeworm.com/read/452419/6951567

c siftfeat.c

/* This program detects image features using SIFT keypoints. For more info, refer to: Lowe, D. Distinctive image features from scale-invariant keypoints. International Journal of Computer Vision, 60,
www.eeworm.com/read/471581/6885761

m kp_harrislaplace.m

function points = kp_harrislaplace(img) % Extract keypoints using Harris-Laplace algorithm % % Author :: Vincent Garcia % Date :: 05/12/2007 % % INPUT % =====
www.eeworm.com/read/375962/9341216

ubc license.ubc

SIFT LICENSE CONDITIONS Copyright (2005), University of British Columbia. This software for the detection of invariant keypoints is being made available for individual research use only. Any comme
www.eeworm.com/read/292406/8354855

m sift.m

function [frames,descriptors,gss,dogss]=sift(I,varargin) % SIFTFRAMES Extract SIFT frames (keypoints) and descriptors % [FRAMES,DESCRIPTORS]=SIFT(I) extracts the SIFT frames FRAMES and % the corre
www.eeworm.com/read/292406/8355010

m sift_overview.m

% SIFT_OVERVIEW Scale-Invariant Feature Transfrom % % This is a MATLAB/C implementation of SIFT detector and descriptor % [1]. You can: % % * Use SIFT() to detect the SIFT frames (keypoints) of a