Franz Graf
Franz Graf
HI, just tested it with plain Java and a call from the commandline ``` public class SurfDemo { public static void main(String[] args) throws IOException, URISyntaxException { // load the...
Thanks for your energy in that point. I'm trying to find a colleague who's willing to invest some energy ( @muuki88 - if you feel bored, feel free to join...
Finding all classes that implement a certain interface is a general problem due to the possibility of having multiple class loaders. Currently I do not know an easy way to...
https://code.google.com/p/reflections/ Might be a solution. Nevertheless I still don't like the idea of walking the complete classpath (and loading each and every class)
Hi Thorsten, have you had a look at https://github.com/locked-fg/JFeatureLib/wiki/HowTo#using-masks ? Cheers Franz
Right, it's a cmd line option but you can have a look at the code how it's done. Unfortunately it's so long ago that I wrote the code that I'd...
It's actually not that complicated: Have a look at https://github.com/locked-fg/JFeatureLib/blob/master/src/main/java/de/lmu/ifi/dbs/jfeaturelib/utils/Extractor.java And where /how the masking option is used.
Descriptors shouldn't be reused at all. Maybe this should be guaranteed by throwing an exception after the first run.
Different configurations can be compared easily: Create different instances and call the set Properties methods. The according property values are set implicitly.
Yeah well, thought so. - The question is just: how.