IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LocatePixels2d.h
Go to the documentation of this file.
1 // LocatePixels2d.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKIPLGLOBALMEASURE_LOCATEPIXELS2D_H__
16 #define __IPSDKIPLGLOBALMEASURE_LOCATEPIXELS2D_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Pixels2d.h>
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedPixels2d.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace glbmsr {
26 
27 class LocatePixels2dLvl1;
28 
31 
37 locatePixels2d(const image::ImageConstPtr& pInBinImg);
39 locatePixels2d(const image::ImageConstPtr& pInBinImg,
40  const ipsdk::ipUInt32 inNbPoints);
41 
46  const ipsdk::ipUInt32 inNbPoints);
48 
51 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<LocatePixels2dLvl1>
53 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<LocatePixels2dLvl1>
55  const ipsdk::ipUInt32 inNbPoints);
56 
57 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<LocatePixels2dLvl1>
59 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<LocatePixels2dLvl1>
61  const ipsdk::ipUInt32 inNbPoints);
63 
67 getAsyncProcessorOutput(boost::shared_ptr<LocatePixels2dLvl1> pProcessor);
69 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<LocatePixels2dLvl1> pProcessor);
71 
74 
75 } // end of namespace glbmsr
76 } // end of namespace imaproc
77 } // end of namespace ipsdk
78 
79 #endif // __IPSDKIPLGLOBALMEASURE_LOCATEPIXELS2D_H__
#define IPSDKIPLGLOBALMEASURE_API
Import/Export macro for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureExports.h:25
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedDoublesPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::DoublesPtr getAsyncProcessorOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr 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 inpu...
boost::shared_ptr< ipsdk::imaproc::attr::Pixels2d > Pixels2dPtr
shared pointer to ipsdk::imaproc::attr::Pixels2d
Definition: Pixels2d.h:128
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::Pixels2dPtr locatePixels2d(const image::ImageConstPtr &pInBinImg)
wrapper function for Build the list of the coordinates of the pixels with a value of True in the inpu...
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedPixels2d > PlanIndexedPixels2dPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedPixels2d
Definition: PlanIndexedPixels2d.h:49
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< LocatePixels2dLvl1 > multiSlice_locatePixels2d_async(const image::ImageConstPtr &pInBinImg)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition of import/export macro for library.
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< LocatePixels2dLvl1 > locatePixels2d_async(const image::ImageConstPtr &pInBinImg)
asynchronous wrappers
uint32_t ipUInt32