Skip to content

(core): add services for ITK and VTK operator modules

Description

Migrates services from the non-free repository

  • Added services to opImageFilter
    • SBitwiseAnd
    • SLabelGeometryImage
    • SLabelImageToBinaryImage
    • SMatrixRegressor
    • SPropagator
  • Added services to opVTKMesh:
    • IGenerator
    • SNeedleGenerator(former SCylinder)
  • Added services to `basicRegistration:
    • SPointListFromMatrices
  • Added libs to imageFilterOp:
    • filters
    • Labeling
    • MatrixRegressor
    • MinMaxPropagation
    • PowellOptimizer
    • SpheroidExtraction
  • Added service to VisuOgreAdaptor:
    • SMeshList

Closes #640 (closed)

How to test it?

To test it, build the mentioned module above and make sure they have no building errors. Also, test applications after setting the submodule to this version.

Edited by David SIXELA

Merge request reports