![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
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) |
| 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... | |
Build the list of the coordinates of the pixels with a value of True in the input binary image.
Given an input binary image, this algorithm lists the inNbPoints first pixels where the values are true in the binary image.
Here is an example of result on a 10x10 binary image :
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InBinImg | [Input] binary image for processing operation | X |
| ipsdk::imaproc::attr::InNbFeatures | [Input] target number of features to be detected by algorithm | X |
| ipsdk::imaproc::attr::OutPIPixels2d | [Output] plan indexed collection of positions and intensities of 2d pixels | ipsdk::imaproc::fromImage (_pOutPIPixels2d, _pInBinImg) |
Global rule description for algorithm :
ipsdk::imaproc::matchImagePlans (_pOutPIPixels2d,_pInBinImg,eImagePlansMatchPolicy::eIPMP_ZCT)
| 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
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| 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
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| 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
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| 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
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14