MASH logo
Login | Register

MASH SDK 0.6.1 Released

2010-04-29 16:38:39 by Kanma

This is a maintenance release which fix some problems under Linux.

MASH SDK 0.6.0 Released

2010-04-16 12:07:49 by Kanma

New version of the SDK! Existing heuristics don't need to be rewritten.

The heuristics can now implement the following optional methods:
  • init()
  • terminate()
  • prepareForSequence()
  • finishForSequence()
The latter two are mainly usefull when the system is working on a sequence of images (this is the case for goal-planning experiments). Using those methods, a heuristic prepare itself to that case if necessary. In the case of image classification and object detection, each image is considered as a sequence.

The Image class has a new method, view(), that returns the index of the view this image was taken from. In the case of image classification, there is only one view. For the goal-planning, there might be several views.

MASH SDK 0.5.1 Released

2010-03-04 14:45:44 by Kanma

This is a maintenance release which fix some compilation problems when using a 64bits Linux operating system.

MASH SDK 0.5.0 Released

2010-02-26 11:17:45 by Kanma

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.

MASH SDK 0.3.0 Released

2009-10-19 17:06:48 by Kanma

New version of the SDK! There are less image file formats supported by default, to reduce a bit the compilation time.

MASH SDK 0.2.1 Released

2009-07-12 13:24:51 by Kanma

This is a maintenance release which fix a bug in the handling of the images. Existing heuristics don't need to be rewritten.

MASH SDK 0.2.0 Released

2009-07-10 15:46:50 by Kanma

New version of the SDK! Please check the documentation on the wiki, a lot of things changed!

Changes since version 0.1.0:
  • Simplification of the Heuristic class
  • Simplification of the Image class
  • Add a Python script to help to create a new heuristic
  • Add support for XCode 3.1
  • Add support for Visual Studio 2005 and 2008
  • Add support for Visual C++ 2008 Express

MASH SDK 0.1.0 Released

2009-07-06 12:25:46 by Kanma

A first version of the SDK has been released. Download it here and read the documentation on the wiki to learn how to implement your own heuristics.

The wiki is now available

2009-07-01 10:13:10 by Kanma

You'll soon find all the necessary instructions to write and compile your own heuristics. Stay tuned!

Internal testing launched!

2009-06-26 14:10:42 by Kanma

Let's find all the bugs!