代码搜索:Keypoints
找到约 61 项符合「Keypoints」的源代码
代码结果 61
www.eeworm.com/read/375764/9350124
c sift.c
/*
Functions for detecting SIFT image features.
For more information, refer to:
Lowe, D. Distinctive image features from scale-invariant keypoints.
International Journal of Computer Vision, 60
www.eeworm.com/read/425699/10336365
m go_randkey.m
% GO_RANDKEY Scan the database to generate random keypoints
%
% We simulate the feature distribution proposed by
%
% [1] E. Nowak, F. Jurie, and B. Triggs, "Sampling strategies for
% bag-of-
www.eeworm.com/read/452419/6951551
h sift.h
/**@file
Functions for detecting SIFT image features.
For more information, refer to:
Lowe, D. Distinctive image features from scale-invariant keypoints.
International Journal of Computer Visio
www.eeworm.com/read/452419/6951562
c sift.c
/*
Functions for detecting SIFT image features.
For more information, refer to:
Lowe, D. Distinctive image features from scale-invariant keypoints.
International Journal of Computer Vision, 60
www.eeworm.com/read/225910/14511418
m match.m
% num = match(image1, image2)
%
% This function reads two images, finds their SIFT features, and
% displays lines connecting the matched keypoints. A match is accepted
% only if its distance is l
www.eeworm.com/read/293584/3929443
h sift.h
/**@file
Functions for detecting SIFT image features.
For more information, refer to:
Lowe, D. Distinctive image features from scale-invariant keypoints.
International Journal of Computer Visio
www.eeworm.com/read/293584/3929462
c sift.c
/*
Functions for detecting SIFT image features.
For more information, refer to:
Lowe, D. Distinctive image features from scale-invariant keypoints.
International Journal of Computer Vision, 60
www.eeworm.com/read/399998/7816019
m sift_demo6.m
% SIFT_DEMO6 Demonstrate SIFT code (6)
% Using custom keypoints.
I=imreadbw('data/nest.png') ;
% first run the complete pipeline
[f,d] = sift(I,'verbosity',0,'threshold',.0282) ;
f
% now select
www.eeworm.com/read/307271/13724737
m sift_demo6.m
% SIFT_DEMO6 Demonstrate SIFT code (6)
% Using custom keypoints.
I=imreadbw('data/nest.png') ;
% first run the complete pipeline
[f,d] = sift(I,'verbosity',0,'threshold',.0282) ;
f
% now select
www.eeworm.com/read/295610/8150043
m sift_demo6.m
% SIFT_DEMO6 Demonstrate SIFT code (6)
% Using custom keypoints.
I=imreadbw('data/nest.png') ;
% first run the complete pipeline
[f,d] = sift(I,'verbosity',0,'threshold',.0282) ;
f
% now select