IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
LocatePixels2d.h File Reference

Wrapper functions for Build the list of the coordinates of the pixels with a value of True in the input binary image. More...

#include <IPSDKIPL/IPSDKIPLGlobalMeasure/IPSDKIPLGlobalMeasureExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Pixels2d.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedPixels2d.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::glbmsr
 Namespace aggregating global measure operations on images, pixel by pixel.
 

Functions

IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::Pixels2dPtr ipsdk::imaproc::glbmsr::locatePixels2d (const image::ImageConstPtr &pInBinImg)
 wrapper function for Build the list of the coordinates of the pixels with a value of True in the input binary image More...
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::Pixels2dPtr ipsdk::imaproc::glbmsr::locatePixels2d (const image::ImageConstPtr &pInBinImg, const ipsdk::ipUInt32 inNbPoints)
 wrapper function for Build the list of the coordinates of the pixels with a value of True in the input binary image More...
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr ipsdk::imaproc::glbmsr::multiSlice_locatePixels2d (const image::ImageConstPtr &pInBinImg)
 wrapper function for Build the list of the coordinates of the pixels with a value of True in the input binary image More...
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr ipsdk::imaproc::glbmsr::multiSlice_locatePixels2d (const image::ImageConstPtr &pInBinImg, const ipsdk::ipUInt32 inNbPoints)
 wrapper function for Build the list of the coordinates of the pixels with a value of True in the input binary image More...
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< LocatePixels2dLvl1 > ipsdk::imaproc::glbmsr::locatePixels2d_async (const image::ImageConstPtr &pInBinImg)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< LocatePixels2dLvl1 > ipsdk::imaproc::glbmsr::locatePixels2d_async (const image::ImageConstPtr &pInBinImg, const ipsdk::ipUInt32 inNbPoints)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< LocatePixels2dLvl1 > ipsdk::imaproc::glbmsr::multiSlice_locatePixels2d_async (const image::ImageConstPtr &pInBinImg)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< LocatePixels2dLvl1 > ipsdk::imaproc::glbmsr::multiSlice_locatePixels2d_async (const image::ImageConstPtr &pInBinImg, const ipsdk::ipUInt32 inNbPoints)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::Pixels2dPtr ipsdk::imaproc::glbmsr::getAsyncProcessorOutput (boost::shared_ptr< LocatePixels2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr ipsdk::imaproc::glbmsr::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< LocatePixels2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Build the list of the coordinates of the pixels with a value of True in the input binary image.

Author
R. Abbal
Date
2021/09/30