imAnalyzeMeasurePerimArea

Measure the polygonal area limited by the perimeter line of all regions. Holes are not included. \n * Notice that some regions may have polygonal area zero. \n * Source image is IM_GRAY/IM_USHORT type (the result of \ref imAnalyzeFindRegions). \n * perimarea has size the number of regions. * * \verbatim im.AnalyzeMeasurePerimArea(image: imImage, [region_count: number]) -> perimarea: table of numbers [in Lua 5] \endverbatim * The returned table is zero indexed. * \ingroup analyze

extern (C) @safe nothrow
void
imAnalyzeMeasurePerimArea
(
const(imImage)* image
,
float* perimarea
,)

Meta