The latest version of the PixInsight Standard core application, 1.0.1.205 Beta 1, is now available for download:
http://pleiades-astrophoto.com/download/STD/index.html Along with a number of bug fixes and important optimizations, this new version introduces the new MorphologicalTransform process.
This release is entirely based on our customized version of Qt 4.1.3 and PCL 1.0.1.67 RC3. It has been completely rebuilt with the Microsoft Visual C++ 2005 compiler.
New MorphologicalTransform processThis process can be accessed from the Process Explorer, and also through Process > Morphology > MorphologicalTransform from the main menu. This is an advanced implementation of morphological transforms. It includes:
The erosion (minimum), dilation (maximum), opening, closing, morphological median and morphological selection operators.
Support for interlaced morphological transforms. An interlaced transform is applied at specific dimensional scales (much like the à trous wavelet transform algorithm).
Support for iterative/recursive morphological transforms (Iterations parameter).
Adjustable strength with the Amount parameter.
User-definable, n-way structuring elements with full-featured structure editor, including a structure manager to store structure collections as special disk files.
Support for thresholded morphological transforms. Thresholded transforms allow you to fine-tune preservation of structures in the shadows and highlights.
Enjoy it!
The Pleiades Development Team