![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Measure allowing to get the first pixel for 2d shape. More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::FirstPixel2dMsr |
| Measurement object for measure FirstPixel2d. More... | |
| class | ipsdk::imaproc::shape::analysis::FirstPixel2dMsrInfo |
| Information object for measure FirstPixel2d. More... | |
| class | ipsdk::imaproc::shape::analysis::FirstPixel2dMsrResults |
| Measurement results object for measure FirstPixel2d. More... | |
Measure allowing to get the first pixel for 2d shape.
This measure gets the coordinates (x,y) of the first pixel found for each shape.
Here is an example of first pixel measurement in 2d case :
Get first pixel coordinate for each shape
| Measure Type | Measure Unit Type | Parameter Type | Result Type | Shape Requirements |
|---|---|---|---|---|
Geometry 2d |
None |
None |
Custom |
Row Intersections |
This is a geometry 2d measure
This measure can only be used in 2d case
Measure FirstPixel2d is not associated to any unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_NoUnit]
Measure FirstPixel2d has no parameters
Measure FirstPixel2d is associated to FirstPixel2dMsrResults results
Measure FirstPixel2d requires row intersections from shape data
Measure FirstPixel2d has no dependency
Generic example in 2d case :
1.8.14