Hi Yari, the mitkBinaryThresholdTool is a segmentation tool and hence it has to be used in combination with the tool framework of MITK.
If you have a look at our segmentation plugin in the 3D tools tab, you will find the according threshold tool. Basically you have two options: 1. You can add a QmitkToolSelectionBox to you plugin, like it is done in the QmitkSegmentationView, and simply add the BinaryThresholdTool. 2. You can use the ITK BinaryThresholdFilter directly within your plugin, like it is done in the mitkBinaryThresholdULTool. In this way you would not have to use the tool framework Best regards, Andreas Am 12/08/15 10:04 schrieb "yari mattei" unter <[email protected]>: >Hi guys, > >starting from the tutotial step6 I would like to implement a small >application which render a threshold segmantation of a loaded image. >(From step6 change region grwoing to threshold) > >I had a look at mitkBinaryThresholdTool.cpp but I cannot figure out how >to do this. > >Does someone has a suggestion on where to look or how to do it? > >Cheers, > >Yari > >-------------------------------------------------------------------------- >---- >_______________________________________________ >mitk-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
