ImageApp provides a drag and drop environment to create and execute graphs of
JAI operators. Release 0.8.2 includes bug fixes, full translation to German
and French, Match CDF operator and a return of the library dialogs for the
convolution operators.
A bug in the internationalisation is now fixed so users can add localisation
themselves by adding an entry to the XML. This will be in a tutorial soon.
As for the actual internationalisation - The GUI has now been translated into
German and French both by native speakers of the language (not Systran!). So
this should mean this is correct. Thanks to Johannes Prix (German) and the
Aurelien Mazurie (French) for the translations. Soon hopefully I will have
Romanian, Norwegian, Dutch and fixed Spanish translations. Any body would
like to translate to their native language can reply to the job I posted:
http://sourceforge.net/people/viewjob.php?group_id=30869&job_id=12010
This is only a few hours work if you know your stuff.
The matchCDF operator has now arrived. This operator allows you to try and
match an images histogram to a specified cumulative distribution function.
To build the function you usually specify a hard coded array, so rather
than have users so this, I have allowed them to enter a function using JEP:
http://sourceforge.net/projects/jep
You define the function in terms of its x value, this is then converted into
discrete values to fill the array. However I am yet to find a function that
will work for its library dialog, since I don’t know how you would specify a
valid CDF then this is yet to be done. If anyone can suggest some valid
functions for the library dialog then please post a message on the forum.
The convolution and Edge operators now have their library dialog back. For
some reason since moving the operator dialog to XML files I had removed it
and not put it back. So this has now returned and its style is now inline
with the matchCDF operator.
Bug fixes are listed in the change log but include a bug fixed to the interpreter
that meant after an error executing an operation, the thread pool was being
destroyed but not restarted. A bug fixed in the Help viewer UI that occurred
when you changed the look and feel. A bug in the initialisation in that the UI
wasn't being set for all components.
and feel.
Version 0.8.3 also fixes a bug present in 0.8.2 that meant the majority of the
Arithmetic operators were not being added to graphs.
Visit the homepage to find out more: