New version of the SDK! Existing heuristics don't need to be rewritten.
Changes since version 0.3.0:
- Fix a problem when using CMake 2.8.x and Visual Studio 2008
- Add a README file
- Newly created heuristics contain an example implementation of the Identity heuristic by default (you can ask for an 'empty' one if you want, see the documentation of create_heuristic.py for an example)
- New test images (from the Caltech-256 database)
- Black pixels are now added to non-square images before the computation of the features (previously they were cropped)
- The test program don't stop when incorrect parameters are used for the generation of the results image. The image isn't generated, but the computation happens. This allows the user to more easily determine the size of the results image.