Extracting SURF features – convenience command line utility for Windows
March 2, 2012 on 4:36 pm | Tags: binary, Dev, opencv | In Dev, General, Multimedia, Software | No CommentsSometimes you just need a small command line utility to extract some local feature from an image … and you have no time to set up and compile OpenCV right this time. Here’s the solution: I did the task (actually for my students and for me, but still you might use it
.
The utility is absolutely basic stuff. Just start “extractSurf.exe” on Windows 7, give it an image as first parameter and it will spit out the surf feature descriptors (on stdout) headed by the x and y coordinates and the response value. Source – of course – is also provided … but it’s not magic. It’s all about the convenience of the binary.
Links to the OpenCV wiki on how to compile the stuff are provided in a small README in the source archive.
Links
- extractSurf-bin.7z - (7Z archive, Win7 32 bit binary, 1.5M)
- extractSurf-src.7z - (7Z archive, C++ code and CMake file, 1.2K)
Search through a million images in less than a second
March 20, 2010 on 10:00 am | Tags: Dev, invertedlist, Lire, performance | In General | No CommentsWe reached a milestone here! Sebastian Kielmann reported that he used LIRe to index a million images. While that’s actually no problem he further managed to search through the images in < 1 second! Whoot!
Sebastian used the metric index, which implements the ideas of Giuseppe Amato. The approach is easy, but works out really fine. Currently CEDD is the standard descriptor, but others are integrated easily. However, using the metric index is not trivial and requires some knowledge on the process. Also the results are approximate and might differ from the results obtained by linear search.
Links
Lire accepted for the Open Source Contest @ ACM MM
July 15, 2008 on 2:14 pm | Tags: acm, Dev, Lire, Multimedia, OpenSource | In Conference, General, Multimedia, Research, Software | No CommentsAlthough its quite some time ago that I got the acceptance mail I forgot to blog the good news: Lire (Lucene Image Retrieval) has been acccepted to be presented at the ACM Multimedia within the Open Source Contest track. As it is a contest I assume we have chances to win something?
Best of compiler construction
July 8, 2008 on 9:52 am | Tags: Dev, Teaching | In Fun, General, Teaching | 1 CommentIn general one should not post errors of other … but well I just give the best answers, no questions, no names … and of course: it’s a good laugh
Notation for describing graphs is not quite clear to some people. I also miss the mother nodes: [...] nodes in the dependency graph are depending on father nodes, sister nodes and brother nodes [...]
Asking for advantages and disadvantages of a certain approach I got within the same answer: [...] advantage: program is faster, disadvantage: program would be slower [...]
Please note that I assume that these answer come out of the stress of the people writing the test and not the missing knowledge.
© 2004-2010 by Mathias Lux
>> Contents of this page are licensed under the Creative Commons Attribution-Share Alike 3.0 Austria License license <<