Mistral

Mistral is a high-level imaging engine for the Java Standard Edition platform (J2SE).
Download

Mistral Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Fabrizio Giudici
  • Publisher web site:
  • http://mistral.tidalwave.it

Mistral Tags


Mistral Description

Mistral is a high-level imaging engine for the Java Standard Edition platform (J2SE). Mistral is a high-level imaging engine for the Java Standard Edition platform (J2SE). Mistral project has been designed as an abstraction layer over the real imaging engine, that can be freely choosen among one of the most popular around (e.g. JAI, ImageJ), thus allowing the programmer to focus on the algorithm, without wasting time on impMistral goes even further, by providing a simple-but-effective ImagingProcessor which is able to schedule well-written image processing algorithms in different computing scenarios: from the single CPU, to the multi-core, up to the Sun Grid Computing Facility. Also cheap, local multiple node clusters based on Jini™ and Rio technologies are supported.Here are some key features of "Mistral":Abstract Imaging Layer. The processing is performed on an opaque class EditableImage, which hides the concrete image representation from the programmer's view. In this way, in the code there is no explicit reference to any existing imaging API, such as JAI or ImageJ. You can plug in the imaging engine in a different part of your code (e.g. at the application startup) with the use of a registry.Flexible. Advanced programmers can define new operations and their implementations. Your user-defined operations behave just as the standard ones.Versatile Imaging Processor. Mistral embeds a simple but effective ImagingTaskProcessor which is based on the concept of an ImagingTask. An ImagingTask is a class which encapsulates an atomic piece of image processing code that has to be executed in a parallel way. You just have to decompose your algorithm in a group of ImagingTasks, that can also be executed in a multi-phase fashion. Different implementations of ImagingTaskProcessor are able to schedule the tasks in a context-dependent fashion. For instance, on a traditional, single core CPU all the tasks will be executed serially; on a dual core, up to two tasks will be parallelized and executed at the same time; on a multiple-node cluster, as many tasks as the available workers will be scheduled at the same time. Furthermore ImagingTaskProcessor provides the programmer the tools to get the best from the context, by using the most appropriate inter-task communication protocol. For instance, the implementation for the Sun Grid Compute Server is able to use the distributed file system, thus avoiding unnecessary image serializations back and forth the nodes.Statistics. If needed, Mistral is able to collect performance statistics about your image processing algorithm, both coarse grained (ImagingTasks) and fine grained (single operations). Statistics are automatically aggregated and work both in local and distributed computing environments. Statistics are a great tool for optimizing your work.Image Renderer. Mistral includes a simple image renderer which is able to perform zooming and panning.Metadata support. Last but not least, if you're going to process digital photos Mistral is able to provide you all the metadata you need (e.g. EXIF, Maker Note) in a simple way. Mistral is able to extract metadata from JPEG photos (using the popular Drew Noakes' metadata-extractor library), TIFF photos (using native Java Image I/O support) and camera raw photos (using the special Image I/O plugin jrawio).Simple. Mistral is designed around a multi-phase version of the Master-Worker pattern, which is mostly useful for the so-called "embarrassingly distributed" tasks - generally speaking, parallel computations which require very limited inter-node communications.


Mistral Related Software