akshithahm / jfeaturelib

Automatically exported from code.google.com/p/jfeaturelib
0 stars 0 forks source link

Inconsistent Parameterization #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Different feature descriptors are parameterized differently.

It would be nice to have a full Java based API for settings parameters.

Some examples:

PHOG has Setters for bins and recursions, but not for canny.

setGradientSource seems to be a bit odd. There is an initial value, but after 
the first run() it becomes null, making the feature descriptor somewhat 
non-reentrant.

AutoColorCorrelogram on the other hand apparently cannot be configured at all 
from Java, but only via properties, meaning you can't use different 
parameterizations in the same run if you want to compare them.

Original issue reported on code.google.com by erich.sc...@gmail.com on 13 Feb 2013 at 5:16

GoogleCodeExporter commented 9 years ago

Original comment by franz.graf on 13 Feb 2013 at 6:50

GoogleCodeExporter commented 9 years ago
moved to https://github.com/locked-fg/JFeatureLib/issues/8

Original comment by franz.graf on 16 Jul 2013 at 8:41