oscarkey / extrusionfinder

UG group project: computer vision app which identifies the shape of an extruded object and matches it with a replacement from a catalogue.
Other
0 stars 1 forks source link

Port prototype Python image preprocessor to Java #19

Closed ashleynewson closed 9 years ago

ashleynewson commented 9 years ago

Convert the preprocessor functionality of the Python file at https://gist.github.com/Veedrac/8cb815038fc28702e255 to a Java class.

MichaelHarrison- commented 9 years ago

This issue has already been raised and the code has been written. https://github.com/oscarkey/extrusionfinder/issues/16

ashleynewson commented 9 years ago

The preprocessor stage (prototyped by @Veedrac in Python) has not yet been converted to Java. This issue is more specific than #16, and is a step required to convert photos into a form which may be processed by use of Zernike moments.

ashleynewson commented 9 years ago

The Python has been ported. Improvements to the algorithm are not part of this issue.