Thanks Stefan for your reply and additional info I did try to reach scikits-image mailing list shortly after this discussion, but I guess my mail didn't get there.
If it's OK to mention it here: it was question about thresholding template matching (I think SimpleCV has this feature, but I didn't play there yet). Template match in scikits-image always returns match (as long as call is valid - template is smaller then image), which may not be good when templating various source images for match - all will return match. So it's about additional parameter, which will limit the possibility for match or maybe other way around - output confidence level or match or similar. Maybe it's feasible by other means with scikits-image, but I wouldn't know Regards On 12-05-2012 at 1:39 AM, Stéfan van der Walt <[email protected]> wrote: > >Hi Matt > >On Sat, May 19, 2012 at 2:40 AM, <[email protected]> wrote: >> Thanks, that looks way more readable and easier for use and I'll >try it shortly, just to be able to see the results from SIFT >matching > >FWIW, in scikits-image we have io modules to read the output of >David >Lowe's SWIFT and of SURF feature files. > >> It recognizes also slightly filtered templates, and resized >without preserving aspect ratio >> I don't need rotation match feature, which I imagine is >supported only with SIFT feature > >I also have code available for matching rotated and scaled images, >via >the log-polar transform. Feel free to ping me on the skimage list >for >more info. > >Regards >Stéfan > >------------------------------------------------------------------- >----------- >Live Security Virtual Conference >Exclusive live event will cover all the ways today's security and >threat landscape has changed and how IT managers can respond. >Discussions >will include endpoint security, mobile security and the latest in >malware >threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >_______________________________________________ >Scikit-learn-general mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/scikit-learn-general ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
