Closed mz2 closed 10 years ago
Refactored the point cloud creation API to include in all cases the resample count, scale normalisation and translation to a difference from the centroid option.
The evaluation of different resampling settings was moved to a separate issue #9.
The original DollarP code forces 32 point resampling -- this is not an arbitrary value as the Vatavu et al 2012 paper shows that there are little gains in their testing with going beyond 32 points and the runtime of the algorithm scales O(N^2.5) -- see http://faculty.washington.edu/wobbrock/pubs/icmi-12.pdf for more detail (basically, 5+ participants, 10+ training samples from each, with shapes resampled to 32 points). However, this needs systematic testing in a supervised setting because the performance effect of downsampling too much might only show itself in some symbol namespaces we make predictions in (more complex, curved shapes might need more samples).