3dct / open_iA

A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
GNU General Public License v3.0
41 stars 16 forks source link

Sample arbitrary filters #30

Closed codeling closed 2 years ago

codeling commented 5 years ago

As a user, I should be able to "sample" the parameter space for arbitrary filters.

This will unify the Computation Module from Porosity Analyzer and the sampling tool from GEMSe

codeling commented 2 years ago

The sampling tool from GEMSE has been moved to the MetaFilters module, and it can now sample any filter from within open_iA (or external filters via a command line interface). The Computation Module has been moved to a separate FeatureAnalyzerComputation module, it will need to be split into its sampling part (which should be merged into the sampling filter now in MetaFilter) and its pipeline editor part (which should also go into MetaFilter, as a GUI for creating some textual description of a pipeline of existing filters which is then treated by open_iA as any other predefined filter).