|
|
IPSDKIPLADVANCEDMORPHOLOGY_API const std::string & | getIPSDKIPLAdvancedMorphologyLoggerName () |
| | Recovery of logger name associated to library.
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API log4cplus::Logger & | getIPSDKIPLAdvancedMorphologyLogger () |
| | Recovery of logger associated to library.
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API const ipsdk::LogMessageManager & | getIPSDKIPLAdvancedMorphologyLogMessageManager () |
| | Recovery of message manager associated to library.
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API CustomImageInfoPtr | outputWatershed (const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InWatershedOutputMode > pModeAttribute) |
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API CustomImageInfoPtr | outputWatershed (const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InWatershedSeparationMode > pModeAttribute) |
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API CustomImageInfoPtr | outputWk1Watershed (const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InWatershedSeparationMode > pModeAttribute) |
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API CustomImageInfoPtr | outputWk2Watershed (const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InWatershedSeparationMode > pModeAttribute) |
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API CustomCheckedImagePropertyPtr | allowedBufferType (const boost::shared_ptr< const attr::InWatershedOutputMode > pModeAttribute) |
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API CustomCheckedImagePropertyPtr | allowedBufferType (const boost::shared_ptr< const attr::InWatershedSeparationMode > pModeAttribute) |
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API CustomCheckedImagePropertyPtr | allowedBufferType (const boost::shared_ptr< const attr::InWatershedSeparationMode > pModeAttribute, const ImageAttributeConstPtr &pImageAttribute) |
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API CustomCheckedImagePropertyPtr | allowedWk1BufferType (const boost::shared_ptr< const attr::InWatershedSeparationMode > pModeAttribute) |
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API CustomCheckedImagePropertyPtr | allowedWk2BufferType (const boost::shared_ptr< const attr::InWatershedSeparationMode > pModeAttribute, const ImageAttributeConstPtr &pImageAttribute) |
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | adaptiveBinaryWatershed2dImg (const image::ImageConstPtr &pInBinImg, const ipReal64 inArithmeticVal, const ipsdk::imaproc::attr::eWatershedSeparationMode &mode) |
| | wrapper function for Adaptive binary watershed 2d algorithm More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | adaptiveBinaryWatershed2dImg (const image::ImageConstPtr &pInBinImg, const ipReal64 inArithmeticVal, const ipsdk::imaproc::attr::eWatershedSeparationMode &mode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| | wrapper function for Adaptive binary watershed 2d algorithm More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | adaptiveBinaryWatershed2dImg (const image::ImageConstPtr &pInBinImg, const ipReal64 inArithmeticVal, const ipsdk::imaproc::attr::eWatershedSeparationMode &mode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const image::ImagePtr &pOutBinLabImg) |
| | wrapper function for Adaptive binary watershed 2d algorithm More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< AdaptiveBinaryWatershed2dImgLvl1 > | adaptiveBinaryWatershed2dImg_async (const image::ImageConstPtr &pInBinImg, const ipReal64 inArithmeticVal, const ipsdk::imaproc::attr::eWatershedSeparationMode &mode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< AdaptiveBinaryWatershed2dImgLvl1 > | adaptiveBinaryWatershed2dImg_async (const image::ImageConstPtr &pInBinImg, const ipReal64 inArithmeticVal, const ipsdk::imaproc::attr::eWatershedSeparationMode &mode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< AdaptiveBinaryWatershed2dImgLvl1 > | adaptiveBinaryWatershed2dImg_async (const image::ImageConstPtr &pInBinImg, const ipReal64 inArithmeticVal, const ipsdk::imaproc::attr::eWatershedSeparationMode &mode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const image::ImagePtr &pOutBinLabImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< AdaptiveBinaryWatershed2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | adaptiveBinaryWatershed3dImg (const image::ImageConstPtr &pInBinImg3d, const ipReal64 inArithmeticVal, const ipsdk::imaproc::attr::eWatershedSeparationMode &mode) |
| | wrapper function for Adaptive binary watershed 3d algorithm More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | adaptiveBinaryWatershed3dImg (const image::ImageConstPtr &pInBinImg3d, const ipReal64 inArithmeticVal, const ipsdk::imaproc::attr::eWatershedSeparationMode &mode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| | wrapper function for Adaptive binary watershed 3d algorithm More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | adaptiveBinaryWatershed3dImg (const image::ImageConstPtr &pInBinImg3d, const ipReal64 inArithmeticVal, const ipsdk::imaproc::attr::eWatershedSeparationMode &mode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const image::ImagePtr &pOutBinLabImg) |
| | wrapper function for Adaptive binary watershed 3d algorithm More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< AdaptiveBinaryWatershed3dImgLvl1 > | adaptiveBinaryWatershed3dImg_async (const image::ImageConstPtr &pInBinImg3d, const ipReal64 inArithmeticVal, const ipsdk::imaproc::attr::eWatershedSeparationMode &mode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< AdaptiveBinaryWatershed3dImgLvl1 > | adaptiveBinaryWatershed3dImg_async (const image::ImageConstPtr &pInBinImg3d, const ipReal64 inArithmeticVal, const ipsdk::imaproc::attr::eWatershedSeparationMode &mode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< AdaptiveBinaryWatershed3dImgLvl1 > | adaptiveBinaryWatershed3dImg_async (const image::ImageConstPtr &pInBinImg3d, const ipReal64 inArithmeticVal, const ipsdk::imaproc::attr::eWatershedSeparationMode &mode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const image::ImagePtr &pOutBinLabImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< AdaptiveBinaryWatershed3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | binaryReconstruction2dImg (const image::ImageConstPtr &pInBinImg, const image::ImageConstPtr &pInBinMarkImg) |
| | wrapper function for Binary reconstruction of an image 2d More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | binaryReconstruction2dImg (const image::ImageConstPtr &pInBinImg, const image::ImageConstPtr &pInBinMarkImg, const ipsdk::eNeighborhood2dType &inOptNeighborhood2d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | wrapper function for Binary reconstruction of an image 2d More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< BinaryReconstruction2dImgLvl1 > | binaryReconstruction2dImg_async (const image::ImageConstPtr &pInBinImg, const image::ImageConstPtr &pInBinMarkImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< BinaryReconstruction2dImgLvl1 > | binaryReconstruction2dImg_async (const image::ImageConstPtr &pInBinImg, const image::ImageConstPtr &pInBinMarkImg, const ipsdk::eNeighborhood2dType &inOptNeighborhood2d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< BinaryReconstruction2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | binaryReconstruction3dImg (const image::ImageConstPtr &pInBinImg3d, const image::ImageConstPtr &pInBinMarkImg3d) |
| | wrapper function for Binary reconstruction of an image 3d More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | binaryReconstruction3dImg (const image::ImageConstPtr &pInBinImg3d, const image::ImageConstPtr &pInBinMarkImg3d, const ipsdk::eNeighborhood3dType &inOptNeighborhood3d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | wrapper function for Binary reconstruction of an image 3d More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< BinaryReconstruction3dImgLvl1 > | binaryReconstruction3dImg_async (const image::ImageConstPtr &pInBinImg3d, const image::ImageConstPtr &pInBinMarkImg3d) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< BinaryReconstruction3dImgLvl1 > | binaryReconstruction3dImg_async (const image::ImageConstPtr &pInBinImg3d, const image::ImageConstPtr &pInBinMarkImg3d, const ipsdk::eNeighborhood3dType &inOptNeighborhood3d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< BinaryReconstruction3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr | connectedComponent2dImg (const ipsdk::image::ImageConstPtr &pInBinLabImg) |
| | wrapper function for Connected component image 2d labeling algorithm More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr | connectedComponent2dImg (const ipsdk::image::ImageConstPtr &pInBinLabImg, const ipsdk::eNeighborhood2dType &inOptNeighborhood2d) |
| | wrapper function for Connected component image 2d labeling algorithm More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::ipUInt32 | connectedComponent2dImg (const ipsdk::image::ImageConstPtr &pInBinLabImg, const ipsdk::eNeighborhood2dType &inOptNeighborhood2d, const ipsdk::image::ImagePtr &pOutLabelImg) |
| | wrapper function for Connected component image 2d labeling algorithm More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< ConnectedComponent2dImgLvl1 > | connectedComponent2dImg_async (const ipsdk::image::ImageConstPtr &pInBinLabImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< ConnectedComponent2dImgLvl1 > | connectedComponent2dImg_async (const ipsdk::image::ImageConstPtr &pInBinLabImg, const ipsdk::eNeighborhood2dType &inOptNeighborhood2d) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< ConnectedComponent2dImgLvl1 > | connectedComponent2dImg_async (const ipsdk::image::ImageConstPtr &pInBinLabImg, const ipsdk::eNeighborhood2dType &inOptNeighborhood2d, const ipsdk::image::ImagePtr &pOutLabelImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< ConnectedComponent2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr | connectedComponent3dImg (const ipsdk::image::ImageConstPtr &pInBinLabImg3d) |
| | wrapper function for Connected component image 3d labeling algorithm More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr | connectedComponent3dImg (const ipsdk::image::ImageConstPtr &pInBinLabImg3d, const ipsdk::eNeighborhood3dType &inOptNeighborhood3d) |
| | wrapper function for Connected component image 3d labeling algorithm More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::ipUInt32 | connectedComponent3dImg (const ipsdk::image::ImageConstPtr &pInBinLabImg3d, const ipsdk::eNeighborhood3dType &inOptNeighborhood3d, const ipsdk::image::ImagePtr &pOutLabelImg3d) |
| | wrapper function for Connected component image 3d labeling algorithm More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< ConnectedComponent3dImgLvl1 > | connectedComponent3dImg_async (const ipsdk::image::ImageConstPtr &pInBinLabImg3d) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< ConnectedComponent3dImgLvl1 > | connectedComponent3dImg_async (const ipsdk::image::ImageConstPtr &pInBinLabImg3d, const ipsdk::eNeighborhood3dType &inOptNeighborhood3d) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< ConnectedComponent3dImgLvl1 > | connectedComponent3dImg_async (const ipsdk::image::ImageConstPtr &pInBinLabImg3d, const ipsdk::eNeighborhood3dType &inOptNeighborhood3d, const ipsdk::image::ImagePtr &pOutLabelImg3d) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< ConnectedComponent3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | dilateLabel2dImg (const image::ImageConstPtr &pInLabImg) |
| | wrapper function for Dilate the labels in the input label image until filling all pixels More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | dilateLabel2dImg (const image::ImageConstPtr &pInLabImg, const ipsdk::imaproc::attr::eDilateLabelMode &mode) |
| | wrapper function for Dilate the labels in the input label image until filling all pixels More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | dilateLabel2dImg (const image::ImageConstPtr &pInLabImg, const ipsdk::image::ImagePtr &pOutlabelImg) |
| | wrapper function for Dilate the labels in the input label image until filling all pixels More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | dilateLabel2dImg (const image::ImageConstPtr &pInLabImg, const ipsdk::imaproc::attr::eDilateLabelMode &mode, const ipsdk::image::ImagePtr &pOutlabelImg) |
| | wrapper function for Dilate the labels in the input label image until filling all pixels More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLabel2dImgLvl1 > | dilateLabel2dImg_async (const image::ImageConstPtr &pInLabImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLabel2dImgLvl1 > | dilateLabel2dImg_async (const image::ImageConstPtr &pInLabImg, const ipsdk::imaproc::attr::eDilateLabelMode &mode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLabel2dImgLvl1 > | dilateLabel2dImg_async (const image::ImageConstPtr &pInLabImg, const ipsdk::image::ImagePtr &pOutlabelImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLabel2dImgLvl1 > | dilateLabel2dImg_async (const image::ImageConstPtr &pInLabImg, const ipsdk::imaproc::attr::eDilateLabelMode &mode, const ipsdk::image::ImagePtr &pOutlabelImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< DilateLabel2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | dilateLabel3dImg (const image::ImageConstPtr &pInLabImg) |
| | wrapper function for Dilate the labels in the input label image until filling all pixels More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | dilateLabel3dImg (const image::ImageConstPtr &pInLabImg, const ipsdk::imaproc::attr::eDilateLabelMode &mode) |
| | wrapper function for Dilate the labels in the input label image until filling all pixels More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | dilateLabel3dImg (const image::ImageConstPtr &pInLabImg, const ipsdk::image::ImagePtr &pOutlabelImg) |
| | wrapper function for Dilate the labels in the input label image until filling all pixels More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | dilateLabel3dImg (const image::ImageConstPtr &pInLabImg, const ipsdk::imaproc::attr::eDilateLabelMode &mode, const ipsdk::image::ImagePtr &pOutlabelImg) |
| | wrapper function for Dilate the labels in the input label image until filling all pixels More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLabel3dImgLvl1 > | dilateLabel3dImg_async (const image::ImageConstPtr &pInLabImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLabel3dImgLvl1 > | dilateLabel3dImg_async (const image::ImageConstPtr &pInLabImg, const ipsdk::imaproc::attr::eDilateLabelMode &mode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLabel3dImgLvl1 > | dilateLabel3dImg_async (const image::ImageConstPtr &pInLabImg, const ipsdk::image::ImagePtr &pOutlabelImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLabel3dImgLvl1 > | dilateLabel3dImg_async (const image::ImageConstPtr &pInLabImg, const ipsdk::imaproc::attr::eDilateLabelMode &mode, const ipsdk::image::ImagePtr &pOutlabelImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< DilateLabel3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | dilateLocalMaxima2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inDilateFactor) |
| | wrapper function for algorithm allowing to extract dilated local maxima 2d from an image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | dilateLocalMaxima2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inDilateFactor, const image::ImagePtr &pOutBinImg) |
| | wrapper function for algorithm allowing to extract dilated local maxima 2d from an image More...
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | dilateLocalMinima2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inDilateFactor) |
| | wrapper function for algorithm allowing to extract dilated local minima 2d from an image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | dilateLocalMinima2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inDilateFactor, const image::ImagePtr &pOutBinImg) |
| | wrapper function for algorithm allowing to extract dilated local minima 2d from an image More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLocalExtrema2dImgLvl1 > | dilateLocalMaxima2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inDilateFactor) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLocalExtrema2dImgLvl1 > | dilateLocalMaxima2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inDilateFactor, const image::ImagePtr &pOutBinImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLocalExtrema2dImgLvl1 > | dilateLocalMinima2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inDilateFactor) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLocalExtrema2dImgLvl1 > | dilateLocalMinima2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inDilateFactor, const image::ImagePtr &pOutBinImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< DilateLocalExtrema2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | dilateLocalMaxima3dImg (const image::ImageConstPtr &pInImg3d, const ipReal32 inDilateFactor) |
| | wrapper function for algorithm allowing to extract dilated local maxima 3d from an image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | dilateLocalMaxima3dImg (const image::ImageConstPtr &pInImg3d, const ipReal32 inDilateFactor, const image::ImagePtr &pOutBinImg) |
| | wrapper function for algorithm allowing to extract dilated local maxima 3d from an image More...
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | dilateLocalMinima3dImg (const image::ImageConstPtr &pInImg3d, const ipReal32 inDilateFactor) |
| | wrapper function for algorithm allowing to extract dilated local minima 3d from an image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | dilateLocalMinima3dImg (const image::ImageConstPtr &pInImg3d, const ipReal32 inDilateFactor, const image::ImagePtr &pOutBinImg) |
| | wrapper function for algorithm allowing to extract dilated local minima 3d from an image More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLocalExtrema3dImgLvl1 > | dilateLocalMaxima3dImg_async (const image::ImageConstPtr &pInImg3d, const ipReal32 inDilateFactor) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLocalExtrema3dImgLvl1 > | dilateLocalMaxima3dImg_async (const image::ImageConstPtr &pInImg3d, const ipReal32 inDilateFactor, const image::ImagePtr &pOutBinImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLocalExtrema3dImgLvl1 > | dilateLocalMinima3dImg_async (const image::ImageConstPtr &pInImg3d, const ipReal32 inDilateFactor) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< DilateLocalExtrema3dImgLvl1 > | dilateLocalMinima3dImg_async (const image::ImageConstPtr &pInImg3d, const ipReal32 inDilateFactor, const image::ImagePtr &pOutBinImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< DilateLocalExtrema3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | fillHole2dImg (const image::ImageConstPtr &pInBinImg) |
| | wrapper function for holes filling in a binary 2d image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | fillHole2dImg (const image::ImageConstPtr &pInBinImg, const eNeighborhood2dType &inOptNeighborhood2d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | wrapper function for holes filling in a binary 2d image More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< FillHole2dImgLvl1 > | fillHole2dImg_async (const image::ImageConstPtr &pInBinImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< FillHole2dImgLvl1 > | fillHole2dImg_async (const image::ImageConstPtr &pInBinImg, const eNeighborhood2dType &inOptNeighborhood2d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< FillHole2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | fillHole3dImg (const image::ImageConstPtr &pInBinImg3d) |
| | wrapper function for holes filling in a binary 3d image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | fillHole3dImg (const image::ImageConstPtr &pInBinImg3d, const eNeighborhood3dType &inOptNeighborhood3d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | wrapper function for holes filling in a binary 3d image More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< FillHole3dImgLvl1 > | fillHole3dImg_async (const image::ImageConstPtr &pInBinImg3d) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< FillHole3dImgLvl1 > | fillHole3dImg_async (const image::ImageConstPtr &pInBinImg3d, const eNeighborhood3dType &inOptNeighborhood3d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< FillHole3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr | genericSeededDistanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipsdk::imaproc::attr::DistWeight2dConstPtr &pInDistWeight2d) |
| | wrapper function for generic seeded distance map transform of an input binary image according to a seeded image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | genericSeededDistanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipsdk::imaproc::attr::DistWeight2dConstPtr &pInDistWeight2d, const ipsdk::image::ImagePtr &pOutDistImg) |
| | wrapper function for generic seeded distance map transform of an input binary image according to a seeded image More...
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr | genericSeededDistanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipsdk::imaproc::attr::DistWeight2dConstPtr &pInDistWeight2d, const ipsdk::ipReal32 maxDistance) |
| | wrapper function for generic seeded distance map transform of an input binary image according to a seeded image constrained to a maximum distance propagation More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | genericSeededDistanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipsdk::imaproc::attr::DistWeight2dConstPtr &pInDistWeight2d, const ipsdk::ipReal32 maxDistance, const ipsdk::image::ImagePtr &pOutDistImg) |
| | wrapper function for generic seeded distance map transform of an input binary image according to a seeded image constrained to a maximum distance propagation More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GenericSeededDistanceMap2dImgLvl1 > | genericSeededDistanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipsdk::imaproc::attr::DistWeight2dConstPtr &pInDistWeight2d) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GenericSeededDistanceMap2dImgLvl1 > | genericSeededDistanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipsdk::imaproc::attr::DistWeight2dConstPtr &pInDistWeight2d, const ipsdk::image::ImagePtr &pOutDistImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GenericSeededDistanceMap2dImgLvl1 > | genericSeededDistanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipsdk::imaproc::attr::DistWeight2dConstPtr &pInDistWeight2d, const ipsdk::ipReal32 maxDistance) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GenericSeededDistanceMap2dImgLvl1 > | genericSeededDistanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipsdk::imaproc::attr::DistWeight2dConstPtr &pInDistWeight2d, const ipsdk::ipReal32 maxDistance, const ipsdk::image::ImagePtr &pOutDistImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< GenericSeededDistanceMap2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr | genericSeededDistanceMap3dImg (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipsdk::imaproc::attr::DistWeight3dConstPtr &pInDistWeight3d) |
| | wrapper function for generic seeded distance map transform of a 3d input binary image according to a 3d seeded image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | genericSeededDistanceMap3dImg (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipsdk::imaproc::attr::DistWeight3dConstPtr &pInDistWeight3d, const ipsdk::image::ImagePtr &pOutDistImg) |
| | wrapper function for generic seeded distance map transform of a 3d input binary image according to a 3d seeded image More...
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr | genericSeededDistanceMap3dImg (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipsdk::imaproc::attr::DistWeight3dConstPtr &pInDistWeight3d, const ipsdk::ipReal32 maxDistanc) |
| | wrapper function for generic seeded distance map transform of a 3d input binary image according to a 3d seeded image constrained to a maximum distance propagation More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | genericSeededDistanceMap3dImg (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipsdk::imaproc::attr::DistWeight3dConstPtr &pInDistWeight3d, const ipsdk::ipReal32 maxDistance, const ipsdk::image::ImagePtr &pOutDistImg) |
| | wrapper function for generic seeded distance map transform of a 3d input binary image according to a 3d seeded image constrained to a maximum distance propagation More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GenericSeededDistanceMap3dImgLvl1 > | genericSeededDistanceMap3dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipsdk::imaproc::attr::DistWeight3dConstPtr &pInDistWeight3d) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GenericSeededDistanceMap3dImgLvl1 > | genericSeededDistanceMap3dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipsdk::imaproc::attr::DistWeight3dConstPtr &pInDistWeight3d, const ipsdk::image::ImagePtr &pOutDistImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GenericSeededDistanceMap3dImgLvl1 > | genericSeededDistanceMap3dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipsdk::imaproc::attr::DistWeight3dConstPtr &pInDistWeight3d, const ipsdk::ipReal32 maxDistanc) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GenericSeededDistanceMap3dImgLvl1 > | genericSeededDistanceMap3dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipsdk::imaproc::attr::DistWeight3dConstPtr &pInDistWeight3d, const ipsdk::ipReal32 maxDistance, const ipsdk::image::ImagePtr &pOutDistImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< GenericSeededDistanceMap3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | greyMaxReconstruction2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInGreyMarkImg) |
| | wrapper function for grey maxima reconstruction of an image 2d More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | greyMaxReconstruction2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInGreyMarkImg, const image::ImagePtr &pOutImg) |
| | wrapper function for grey maxima reconstruction of an image 2d More...
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | greyMinReconstruction2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInGreyMarkImg) |
| | wrapper function for grey minima reconstruction of an image 2d More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | greyMinReconstruction2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInGreyMarkImg, const image::ImagePtr &pOutImg) |
| | wrapper function for grey minima reconstruction of an image 2d More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GreyReconstruction2dImgLvl1 > | greyMaxReconstruction2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInGreyMarkImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GreyReconstruction2dImgLvl1 > | greyMaxReconstruction2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInGreyMarkImg, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GreyReconstruction2dImgLvl1 > | greyMinReconstruction2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInGreyMarkImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GreyReconstruction2dImgLvl1 > | greyMinReconstruction2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInGreyMarkImg, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< GreyReconstruction2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | greyMaxReconstruction3dImg (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d) |
| | wrapper function for grey maxima reconstruction of an image 3d More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | greyMaxReconstruction3dImg (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d, const image::ImagePtr &pOutImg) |
| | wrapper function for grey maxima reconstruction of an image 3d More...
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | greyMinReconstruction3dImg (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d) |
| | wrapper function for grey minima reconstruction of an image 3d More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | greyMinReconstruction3dImg (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d, const image::ImagePtr &pOutImg) |
| | wrapper function for grey minima reconstruction of an image 3d More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GreyReconstruction3dImgLvl1 > | greyMaxReconstruction3dImg_async (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GreyReconstruction3dImgLvl1 > | greyMaxReconstruction3dImg_async (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GreyReconstruction3dImgLvl1 > | greyMinReconstruction3dImg_async (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GreyReconstruction3dImgLvl1 > | greyMinReconstruction3dImg_async (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< GreyReconstruction3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | keepBigShape2dImg (const image::ImageConstPtr &pInBinLabImg, const ipUInt32 inNbFeatures) |
| | wrapper function for keep only the big connected components in binary or label 2d image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | keepBigShape2dImg (const image::ImageConstPtr &pInBinLabImg, const ipUInt32 inNbFeatures, const image::ImagePtr &pOutImg) |
| | wrapper function for keep only the big connected components in binary or label 2d image More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< KeepBigShape2dImgLvl1 > | keepBigShape2dImg_async (const image::ImageConstPtr &pInBinLabImg, const ipUInt32 inNbFeatures) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< KeepBigShape2dImgLvl1 > | keepBigShape2dImg_async (const image::ImageConstPtr &pInBinLabImg, const ipUInt32 inNbFeatures, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< KeepBigShape2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | keepBigShape3dImg (const image::ImageConstPtr &pInBinLabImg3d, const ipUInt32 inNbFeatures) |
| | wrapper function for keep only the big connected components in binary or label 3d image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | keepBigShape3dImg (const image::ImageConstPtr &pInBinLabImg3d, const ipUInt32 inNbFeatures, const image::ImagePtr &pOutImg) |
| | wrapper function for keep only the big connected components in binary or label 3d image More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< KeepBigShape3dImgLvl1 > | keepBigShape3dImg_async (const image::ImageConstPtr &pInBinLabImg3d, const ipUInt32 inNbFeatures) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< KeepBigShape3dImgLvl1 > | keepBigShape3dImg_async (const image::ImageConstPtr &pInBinLabImg3d, const ipUInt32 inNbFeatures, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< KeepBigShape3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | localMaxima2dImg (const image::ImageConstPtr &pInImg) |
| | wrapper function for algorithm allowing to extract local maxima 2d from an image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | localMaxima2dImg (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutBinImg) |
| | wrapper function for algorithm allowing to extract local maxima 2d from an image More...
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | localMinima2dImg (const image::ImageConstPtr &pInImg) |
| | wrapper function for algorithm allowing to extract local minima 2d from an image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | localMinima2dImg (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutBinImg) |
| | wrapper function for algorithm allowing to extract local minima 2d from an image More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< LocalExtrema2dImgLvl1 > | localMaxima2dImg_async (const image::ImageConstPtr &pInImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< LocalExtrema2dImgLvl1 > | localMaxima2dImg_async (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutBinImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< LocalExtrema2dImgLvl1 > | localMinima2dImg_async (const image::ImageConstPtr &pInImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< LocalExtrema2dImgLvl1 > | localMinima2dImg_async (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutBinImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< LocalExtrema2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | localMaxima3dImg (const image::ImageConstPtr &pInImg3d) |
| | wrapper function for algorithm allowing to extract local maxima 3d from an image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | localMaxima3dImg (const image::ImageConstPtr &pInImg3d, const image::ImagePtr &pOutBinImg) |
| | wrapper function for algorithm allowing to extract local maxima 3d from an image More...
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | localMinima3dImg (const image::ImageConstPtr &pInImg3d) |
| | wrapper function for algorithm allowing to extract local minima 3d from an image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | localMinima3dImg (const image::ImageConstPtr &pInImg3d, const image::ImagePtr &pOutBinImg) |
| | wrapper function for algorithm allowing to extract local minima 3d from an image More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< LocalExtrema3dImgLvl1 > | localMaxima3dImg_async (const image::ImageConstPtr &pInImg3d) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< LocalExtrema3dImgLvl1 > | localMaxima3dImg_async (const image::ImageConstPtr &pInImg3d, const image::ImagePtr &pOutBinImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< LocalExtrema3dImgLvl1 > | localMinima3dImg_async (const image::ImageConstPtr &pInImg3d) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< LocalExtrema3dImgLvl1 > | localMinima3dImg_async (const image::ImageConstPtr &pInImg3d, const image::ImagePtr &pOutBinImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< LocalExtrema3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | maxPropagation2dImg (const image::ImageConstPtr &pInImg) |
| | wrapper function for propagation of maxima in a 2d image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | maxPropagation2dImg (const image::ImageConstPtr &pInImg, const eNeighborhood2dType &inOptNeighborhood2d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | wrapper function for propagation of maxima in a 2d image More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< MaxPropagation2dImgLvl1 > | maxPropagation2dImg_async (const image::ImageConstPtr &pInImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< MaxPropagation2dImgLvl1 > | maxPropagation2dImg_async (const image::ImageConstPtr &pInImg, const eNeighborhood2dType &inOptNeighborhood2d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< MaxPropagation2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | maxPropagation3dImg (const image::ImageConstPtr &pInImg3d) |
| | wrapper function for propagation of maxima in a 3d image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | maxPropagation3dImg (const image::ImageConstPtr &pInImg3d, const eNeighborhood3dType &inOptNeighborhood3d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | wrapper function for propagation of maxima in a 3d image More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< MaxPropagation3dImgLvl1 > | maxPropagation3dImg_async (const image::ImageConstPtr &pInImg3d) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< MaxPropagation3dImgLvl1 > | maxPropagation3dImg_async (const image::ImageConstPtr &pInImg3d, const eNeighborhood3dType &inOptNeighborhood3d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< MaxPropagation3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | minPropagation2dImg (const image::ImageConstPtr &pInImg) |
| | wrapper function for propagation of minima in a 2d image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | minPropagation2dImg (const image::ImageConstPtr &pInImg, const eNeighborhood2dType &inOptNeighborhood2d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | wrapper function for propagation of minima in a 2d image More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< MinPropagation2dImgLvl1 > | minPropagation2dImg_async (const image::ImageConstPtr &pInImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< MinPropagation2dImgLvl1 > | minPropagation2dImg_async (const image::ImageConstPtr &pInImg, const eNeighborhood2dType &inOptNeighborhood2d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< MinPropagation2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | minPropagation3dImg (const image::ImageConstPtr &pInImg3d) |
| | wrapper function for propagation of minima in a 3d image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | minPropagation3dImg (const image::ImageConstPtr &pInImg3d, const eNeighborhood3dType &inOptNeighborhood3d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | wrapper function for propagation of minima in a 3d image More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< MinPropagation3dImgLvl1 > | minPropagation3dImg_async (const image::ImageConstPtr &pInImg3d) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< MinPropagation3dImgLvl1 > | minPropagation3dImg_async (const image::ImageConstPtr &pInImg3d, const eNeighborhood3dType &inOptNeighborhood3d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< MinPropagation3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | removeBorder2dImg (const image::ImageConstPtr &pInBinLabImg) |
| | wrapper function for removal of connected components in contact with image borders in binary or label 2d images More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | removeBorder2dImg (const image::ImageConstPtr &pInBinLabImg, const eNeighborhood2dType &inOptNeighborhood2d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | wrapper function for removal of connected components in contact with image borders in binary or label 2d images More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RemoveBorder2dImgLvl1 > | removeBorder2dImg_async (const image::ImageConstPtr &pInBinLabImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RemoveBorder2dImgLvl1 > | removeBorder2dImg_async (const image::ImageConstPtr &pInBinLabImg, const eNeighborhood2dType &inOptNeighborhood2d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< RemoveBorder2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | removeBorder3dImg (const image::ImageConstPtr &pInBinLabImg3d) |
| | wrapper function for removal of connected components in contact with image borders in binary or label 3d images More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | removeBorder3dImg (const image::ImageConstPtr &pInBinLabImg3d, const eNeighborhood3dType &inOptNeighborhood3d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | wrapper function for removal of connected components in contact with image borders in binary or label 3d images More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RemoveBorder3dImgLvl1 > | removeBorder3dImg_async (const image::ImageConstPtr &pInBinLabImg3d) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RemoveBorder3dImgLvl1 > | removeBorder3dImg_async (const image::ImageConstPtr &pInBinLabImg3d, const eNeighborhood3dType &inOptNeighborhood3d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< RemoveBorder3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | removeSmallShape2dImg (const image::ImageConstPtr &pInBinLabImg, const ipUInt64 inMinShapeSize) |
| | wrapper function for removal of small connected component in binary or label 2d image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | removeSmallShape2dImg (const image::ImageConstPtr &pInBinLabImg, const ipUInt64 inMinShapeSize, const image::ImagePtr &pOutImg) |
| | wrapper function for removal of small connected component in binary or label 2d image More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RemoveSmallShape2dImgLvl1 > | removeSmallShape2dImg_async (const image::ImageConstPtr &pInBinLabImg, const ipUInt64 inMinShapeSize) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RemoveSmallShape2dImgLvl1 > | removeSmallShape2dImg_async (const image::ImageConstPtr &pInBinLabImg, const ipUInt64 inMinShapeSize, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< RemoveSmallShape2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | removeSmallShape3dImg (const image::ImageConstPtr &pInBinLabImg3d, const ipUInt64 inMinShapeSize) |
| | wrapper function for removal of small connected component in binary or label 3d image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | removeSmallShape3dImg (const image::ImageConstPtr &pInBinLabImg3d, const ipUInt64 inMinShapeSize, const image::ImagePtr &pOutImg) |
| | wrapper function for removal of small connected component in binary or label 3d image More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RemoveSmallShape3dImgLvl1 > | removeSmallShape3dImg_async (const image::ImageConstPtr &pInBinLabImg3d, const ipUInt64 inMinShapeSize) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RemoveSmallShape3dImgLvl1 > | removeSmallShape3dImg_async (const image::ImageConstPtr &pInBinLabImg3d, const ipUInt64 inMinShapeSize, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< RemoveSmallShape3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::RidgeLine2dResult | ridgeLine2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::RidgeLine2dResult | ridgeLine2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::RidgeLine2dResult | ridgeLine2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::RidgeLine2dResult | ridgeLine2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::Pixels2dPtr | ridgeLine2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::Pixels2dPtr | ridgeLine2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::Pixels2dPtr | ridgeLine2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::Pixels2dPtr | ridgeLine2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr | ridgeLine2dImg_multiSlice (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr | ridgeLine2dImg_multiSlice (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr | ridgeLine2dImg_multiSlice (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr | ridgeLine2dImg_multiSlice (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RidgeLine2dImgLvl1 > | ridgeLine2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RidgeLine2dImgLvl1 > | ridgeLine2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RidgeLine2dImgLvl1 > | ridgeLine2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RidgeLine2dImgLvl1 > | ridgeLine2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RidgeLine2dImgLvl1 > | ridgeLine2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RidgeLine2dImgLvl1 > | ridgeLine2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RidgeLine2dImgLvl1 > | ridgeLine2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RidgeLine2dImgLvl1 > | ridgeLine2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::RidgeLine2dResult | getAsyncProcessorOutput (boost::shared_ptr< RidgeLine2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::ipReal64 | computeShortestPathLength (const ipsdk::imaproc::attr::PlanIndexedPixels2dPtr &pPIPixels2d, const ipsdk::ipUInt64 nbPlan, const ipsdk::ipUInt64 nbChanel, const ipsdk::ipUInt64 nbSequence) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::RidgeLine3dResult | ridgeLine3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::RidgeLine3dResult | ridgeLine3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::Voxels3dPtr | ridgeLine3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::RidgeLine3dResult | ridgeLine3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::RidgeLine3dResult | ridgeLine3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::Voxels3dPtr | ridgeLine3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::Voxels3dPtr | ridgeLine3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::Voxels3dPtr | ridgeLine3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::PlanIndexedVoxels3dPtr | ridgeLine3dImg_multiSlice (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::PlanIndexedVoxels3dPtr | ridgeLine3dImg_multiSlice (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::PlanIndexedVoxels3dPtr | ridgeLine3dImg_multiSlice (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::PlanIndexedVoxels3dPtr | ridgeLine3dImg_multiSlice (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | wrapper function for Computes the shortest path from one border to its opposite, given distance ponderation map. More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RidgeLine3dImgLvl1 > | ridgeLine3dImg_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RidgeLine3dImgLvl1 > | ridgeLine3dImg_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RidgeLine3dImgLvl1 > | ridgeLine3dImg_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RidgeLine3dImgLvl1 > | ridgeLine3dImg_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RidgeLine3dImgLvl1 > | ridgeLine3dImg_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RidgeLine3dImgLvl1 > | ridgeLine3dImg_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RidgeLine3dImgLvl1 > | ridgeLine3dImg_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RidgeLine3dImgLvl1 > | ridgeLine3dImg_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter, const ipsdk::image::ImagePtr &pOutShortestPathImg, const ipsdk::image::ImagePtr &pOutDistanceMap, const ipsdk::image::ImagePtr &pOutPathMap) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::RidgeLine3dResult | getAsyncProcessorOutput (boost::shared_ptr< RidgeLine3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::ipReal64 | computeShortestPathLength (const ipsdk::imaproc::attr::PlanIndexedVoxels3dPtr &pPIVoxels3d, const ipsdk::ipUInt64 nbChanel, const ipsdk::ipUInt64 nbSequence) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API DistanceMap2dData | seededDistanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg) |
| | wrapper function for seeded distance map transform of an input binary image according to a seeded image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API DistanceMap2dData | seededDistanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipsdk::eNeighborhood2dType &neighborhood2d) |
| | wrapper function for seeded distance map transform of an input binary image according to a seeded image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::DistWeight2dPtr | seededDistanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipsdk::eNeighborhood2dType &neighborhood2d, const ipsdk::image::ImagePtr &pOutDistImg) |
| | wrapper function for seeded distance map transform of an input binary image according to a seeded image More...
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API DistanceMap2dData | seededDistanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipsdk::ipReal32 maxDistance) |
| | wrapper function for generic seeded distance map transform of an input binary image according to a seeded image constrained to a maximum distance propagation More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API DistanceMap2dData | seededDistanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipsdk::eNeighborhood2dType &neighborhood2d, const ipsdk::ipReal32 maxDistance) |
| | wrapper function for generic seeded distance map transform of an input binary image according to a seeded image constrained to a maximum distance propagation More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::DistWeight2dPtr | seededDistanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipsdk::eNeighborhood2dType &neighborhood2d, const ipsdk::ipReal32 maxDistance, const ipsdk::image::ImagePtr &pOutDistImg) |
| | wrapper function for generic seeded distance map transform of an input binary image according to a seeded image constrained to a maximum distance propagation More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap2dImgLvl1 > | seededDistanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap2dImgLvl1 > | seededDistanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipsdk::eNeighborhood2dType &neighborhood2d) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap2dImgLvl1 > | seededDistanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipsdk::eNeighborhood2dType &neighborhood2d, const ipsdk::image::ImagePtr &pOutDistImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap2dImgLvl1 > | seededDistanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipsdk::ipReal32 maxDistance) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap2dImgLvl1 > | seededDistanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipsdk::eNeighborhood2dType &neighborhood2d, const ipsdk::ipReal32 maxDistance) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap2dImgLvl1 > | seededDistanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipsdk::eNeighborhood2dType &neighborhood2d, const ipsdk::ipReal32 maxDistance, const ipsdk::image::ImagePtr &pOutDistImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API DistanceMap2dData | getAsyncProcessorOutput (boost::shared_ptr< SeededDistanceMap2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API DistanceMap3dData | seededDistanceMap3dImg (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d) |
| | wrapper function for seeded distance map transform of a 3d input binary image according to a 3d seeded image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API DistanceMap3dData | seededDistanceMap3dImg (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipReal64 pixelZSize, const ipsdk::eNeighborhood3dType &neighborhood3d) |
| | wrapper function for seeded distance map transform of a 3d input binary image according to a 3d seeded image More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::DistWeight3dPtr | seededDistanceMap3dImg (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipReal64 pixelZSize, const ipsdk::eNeighborhood3dType &neighborhood3d, const ipsdk::image::ImagePtr &pOutDistImg) |
| | wrapper function for seeded distance map transform of a 3d input binary image according to a 3d seeded image More...
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API DistanceMap3dData | seededDistanceMap3dImg (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipsdk::ipReal32 maxDistance) |
| | wrapper function for seeded distance map transform of a 3d input binary image according to a 3d seeded image constrained to a maximum distance propagation More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API DistanceMap3dData | seededDistanceMap3dImg (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipReal64 pixelZSize, const ipsdk::eNeighborhood3dType &neighborhood3d, const ipsdk::ipReal32 maxDistance) |
| | wrapper function for seeded distance map transform of a 3d input binary image according to a 3d seeded image constrained to a maximum distance propagation More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::DistWeight3dPtr | seededDistanceMap3dImg (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipReal64 pixelZSize, const ipsdk::eNeighborhood3dType &neighborhood3d, const ipsdk::ipReal32 maxDistance, const ipsdk::image::ImagePtr &pOutDistImg) |
| | wrapper function for seeded distance map transform of a 3d input binary image according to a 3d seeded image constrained to a maximum distance propagation More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap3dImgLvl1 > | seededDistanceMap3dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap3dImgLvl1 > | seededDistanceMap3dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipReal64 pixelZSize, const ipsdk::eNeighborhood3dType &neighborhood3d) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap3dImgLvl1 > | seededDistanceMap3dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipReal64 pixelZSize, const ipsdk::eNeighborhood3dType &neighborhood3d, const ipsdk::image::ImagePtr &pOutDistImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap3dImgLvl1 > | seededDistanceMap3dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipsdk::ipReal32 maxDistance) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap3dImgLvl1 > | seededDistanceMap3dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipReal64 pixelZSize, const ipsdk::eNeighborhood3dType &neighborhood3d, const ipsdk::ipReal32 maxDistance) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap3dImgLvl1 > | seededDistanceMap3dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipReal64 pixelZSize, const ipsdk::eNeighborhood3dType &neighborhood3d, const ipsdk::ipReal32 maxDistance, const ipsdk::image::ImagePtr &pOutDistImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API DistanceMap3dData | getAsyncProcessorOutput (boost::shared_ptr< SeededDistanceMap3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | seededWatershed2dImg (const image::ImageConstPtr &pInIntImg, const image::ImageConstPtr &pInLabMarkImg, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode) |
| | wrapper function for seeded watershed 2d algorithm More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | seededWatershed2dImg (const image::ImageConstPtr &pInIntImg, const image::ImageConstPtr &pInLabMarkImg, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| | wrapper function for seeded watershed 2d algorithm More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | seededWatershed2dImg (const image::ImageConstPtr &pInIntImg, const image::ImageConstPtr &pInLabMarkImg, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const ipUInt32 inOptNbMinDataByThread, const image::ImagePtr &pOutBinLabImg) |
| | wrapper function for seeded watershed 2d algorithm More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededWatershed2dImgLvl1 > | seededWatershed2dImg_async (const image::ImageConstPtr &pInIntImg, const image::ImageConstPtr &pInLabMarkImg, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededWatershed2dImgLvl1 > | seededWatershed2dImg_async (const image::ImageConstPtr &pInIntImg, const image::ImageConstPtr &pInLabMarkImg, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededWatershed2dImgLvl1 > | seededWatershed2dImg_async (const image::ImageConstPtr &pInIntImg, const image::ImageConstPtr &pInLabMarkImg, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const ipUInt32 inOptNbMinDataByThread, const image::ImagePtr &pOutBinLabImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< SeededWatershed2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | seededWatershed3dImg (const image::ImageConstPtr &pInIntImg3d, const image::ImageConstPtr &pInLabMarkImg3d, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode) |
| | wrapper function for seeded watershed 3d algorithm More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | seededWatershed3dImg (const image::ImageConstPtr &pInIntImg3d, const image::ImageConstPtr &pInLabMarkImg3d, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| | wrapper function for seeded watershed 3d algorithm More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | seededWatershed3dImg (const image::ImageConstPtr &pInIntImg3d, const image::ImageConstPtr &pInLabMarkImg3d, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const ipUInt32 inOptNbMinDataByThread, const image::ImagePtr &pOutBinLabImg) |
| | wrapper function for seeded watershed 3d algorithm More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededWatershed3dImgLvl1 > | seededWatershed3dImg_async (const image::ImageConstPtr &pInIntImg3d, const image::ImageConstPtr &pInLabMarkImg3d, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededWatershed3dImgLvl1 > | seededWatershed3dImg_async (const image::ImageConstPtr &pInIntImg3d, const image::ImageConstPtr &pInLabMarkImg3d, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededWatershed3dImgLvl1 > | seededWatershed3dImg_async (const image::ImageConstPtr &pInIntImg3d, const image::ImageConstPtr &pInLabMarkImg3d, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const ipUInt32 inOptNbMinDataByThread, const image::ImagePtr &pOutBinLabImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< SeededWatershed3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | superPixels2dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter) |
| | wrapper function for Super pixels algorithm based on SLIC More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | superPixels2dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const ipReal32 inOptSizeRatio, const ipsdk::imaproc::attr::eSuperPixelsType &pInOptSuperPixelsType) |
| | wrapper function for Super pixels algorithm based on SLIC More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | superPixels2dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const image::ImagePtr &pOutLabelImg) |
| | wrapper function for Super pixels algorithm based on SLIC More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | superPixels2dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const ipReal32 inOptSizeRatio, const ipsdk::imaproc::attr::eSuperPixelsType &pInOptSuperPixelsType, const image::ImagePtr &pOutLabelImg) |
| | wrapper function for Super pixels algorithm based on SLIC More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SuperPixels2dImgLvl1 > | superPixels2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SuperPixels2dImgLvl1 > | superPixels2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const ipReal32 inOptSizeRatio, const ipsdk::imaproc::attr::eSuperPixelsType &pInOptSuperPixelsType) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SuperPixels2dImgLvl1 > | superPixels2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const image::ImagePtr &pOutLabelImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SuperPixels2dImgLvl1 > | superPixels2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const ipReal32 inOptSizeRatio, const ipsdk::imaproc::attr::eSuperPixelsType &pInOptSuperPixelsType, const image::ImagePtr &pOutLabelImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< SuperPixels2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | superVoxels3dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter) |
| | wrapper function for Super voxels algorithm based on SLIC More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | superVoxels3dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const ipReal32 inOptSizeRatio, const ipsdk::imaproc::attr::eSuperPixelsType &pInOptSuperPixelsType) |
| | wrapper function for Super voxels algorithm based on SLIC More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | superVoxels3dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const image::ImagePtr &pOutLabelImg) |
| | wrapper function for Super voxels algorithm based on SLIC More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | superVoxels3dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const ipReal32 inOptSizeRatio, const ipsdk::imaproc::attr::eSuperPixelsType &pInOptSuperPixelsType, const image::ImagePtr &pOutLabelImg) |
| | wrapper function for Super voxels algorithm based on SLIC More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SuperVoxels3dImgLvl1 > | superVoxels3dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SuperVoxels3dImgLvl1 > | superVoxels3dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const ipReal32 inOptSizeRatio, const ipsdk::imaproc::attr::eSuperPixelsType &pInOptSuperPixelsType) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SuperVoxels3dImgLvl1 > | superVoxels3dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const image::ImagePtr &pOutLabelImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SuperVoxels3dImgLvl1 > | superVoxels3dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const ipReal32 inOptSizeRatio, const ipsdk::imaproc::attr::eSuperPixelsType &pInOptSuperPixelsType, const image::ImagePtr &pOutLabelImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< SuperVoxels3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | watershedBinarySeparation2dImg (const image::ImageConstPtr &pInBinImg, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode) |
| | wrapper function for algorithm, based on watershed, allowing to separate binary 2d shapes More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | watershedBinarySeparation2dImg (const image::ImageConstPtr &pInBinImg, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| | wrapper function for algorithm, based on watershed, allowing to separate binary 2d shapes More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | watershedBinarySeparation2dImg (const image::ImageConstPtr &pInBinImg, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const image::ImagePtr &pOutBinLabImg) |
| | wrapper function for algorithm, based on watershed, allowing to separate binary 2d shapes More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< WatershedBinarySeparation2dImgLvl1 > | watershedBinarySeparation2dImg_async (const image::ImageConstPtr &pInBinImg, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< WatershedBinarySeparation2dImgLvl1 > | watershedBinarySeparation2dImg_async (const image::ImageConstPtr &pInBinImg, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< WatershedBinarySeparation2dImgLvl1 > | watershedBinarySeparation2dImg_async (const image::ImageConstPtr &pInBinImg, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const image::ImagePtr &pOutBinLabImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< WatershedBinarySeparation2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | watershedBinarySeparation3dImg (const image::ImageConstPtr &pInBinImg3d, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode) |
| | wrapper function for algorithm, based on watershed, allowing to separate binary 3d shapes More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | watershedBinarySeparation3dImg (const image::ImageConstPtr &pInBinImg3d, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| | wrapper function for algorithm, based on watershed, allowing to separate binary 3d shapes More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | watershedBinarySeparation3dImg (const image::ImageConstPtr &pInBinImg3d, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const image::ImagePtr &pOutBinLabImg) |
| | wrapper function for algorithm, based on watershed, allowing to separate binary 3d shapes More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< WatershedBinarySeparation3dImgLvl1 > | watershedBinarySeparation3dImg_async (const image::ImageConstPtr &pInBinImg3d, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< WatershedBinarySeparation3dImgLvl1 > | watershedBinarySeparation3dImg_async (const image::ImageConstPtr &pInBinImg3d, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< WatershedBinarySeparation3dImgLvl1 > | watershedBinarySeparation3dImg_async (const image::ImageConstPtr &pInBinImg3d, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const image::ImagePtr &pOutBinLabImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< WatershedBinarySeparation3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | watershedGreySeparation2dImg (const image::ImageConstPtr &pInIntImg, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const attr::eWatershedSeparationMode &inWatershedSeparationMode) |
| | wrapper function for algorithm, based on watershed, allowing to separate grey 2d shapes More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | watershedGreySeparation2dImg (const image::ImageConstPtr &pInIntImg, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| | wrapper function for algorithm, based on watershed, allowing to separate grey 2d shapes More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | watershedGreySeparation2dImg (const image::ImageConstPtr &pInIntImg, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const image::ImagePtr &pOutBinLabImg) |
| | wrapper function for algorithm, based on watershed, allowing to separate grey 2d shapes More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< WatershedGreySeparation2dImgLvl1 > | watershedGreySeparation2dImg_async (const image::ImageConstPtr &pInIntImg, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const attr::eWatershedSeparationMode &inWatershedSeparationMode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< WatershedGreySeparation2dImgLvl1 > | watershedGreySeparation2dImg_async (const image::ImageConstPtr &pInIntImg, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< WatershedGreySeparation2dImgLvl1 > | watershedGreySeparation2dImg_async (const image::ImageConstPtr &pInIntImg, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const image::ImagePtr &pOutBinLabImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< WatershedGreySeparation2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | watershedGreySeparation3dImg (const image::ImageConstPtr &pInIntImg3d, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode) |
| | wrapper function for algorithm, based on watershed, allowing to separate grey 3d shapes More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | watershedGreySeparation3dImg (const image::ImageConstPtr &pInIntImg3d, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| | wrapper function for algorithm, based on watershed, allowing to separate grey 3d shapes More...
|
| |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | watershedGreySeparation3dImg (const image::ImageConstPtr &pInIntImg3d, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const image::ImagePtr &pOutImg) |
| | wrapper function for algorithm, based on watershed, allowing to separate grey 3d shapes More...
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< WatershedGreySeparation3dImgLvl1 > | watershedGreySeparation3dImg_async (const image::ImageConstPtr &pInIntImg3d, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< WatershedGreySeparation3dImgLvl1 > | watershedGreySeparation3dImg_async (const image::ImageConstPtr &pInIntImg3d, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< WatershedGreySeparation3dImgLvl1 > | watershedGreySeparation3dImg_async (const image::ImageConstPtr &pInIntImg3d, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | getAsyncProcessorOutput (boost::shared_ptr< WatershedGreySeparation3dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |