feature extraction - SIFT algorithm

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

feature extraction - SIFT algorithm

Michael Alex
I have encountered a problem using the SIFT algorithm and I was wondering whether anybody had a suggestion for a solution.

Very promising match-candidates, that passed the geometrical test, are called inliers. Inliers seems to be a list of point matches, that contains a pair of points per element (P1 and P2).

Every Point P contains an L-double array and an W -double array (called local and world).

I am really interested in the real (primary) coordinates x and y of the features in both images. Images, I work with, could be displaced (translated), scaled and displaced, rotated and displaced or a combination of them.

Thanks a lot for your support, have a nice day,
Best regards,
Michael
 

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: feature extraction - SIFT algorithm

Saalfeld, Stephan
That would be L.

On Tue, 2018-07-24 at 03:15 -0400, Michael Alex wrote:

> I have encountered a problem using the SIFT algorithm and I was
> wondering whether anybody had a suggestion for a solution.
>
> Very promising match-candidates, that passed the geometrical test,
> are called inliers. Inliers seems to be a list of point matches, that
> contains a pair of points per element (P1 and P2).
>
> Every Point P contains an L-double array and an W -double array
> (called local and world). 
>
> I am really interested in the real (primary) coordinates x and y of
> the features in both images. Images, I work with, could be displaced
> (translated), scaled and displaced, rotated and displaced or a
> combination of them. 
>
> Thanks a lot for your support, have a nice day, 
> Best regards, 
> Michael 
>  
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html

signature.asc (484 bytes) Download Attachment