measure.regionprops

Undocumented in source.

Members

Classes

RegionProps
class RegionProps
Undocumented in source.

Functions

addXYOffset
void addXYOffset(XYList xylist, int xOffset, int yOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
arcLength
double arcLength(XYList xylist)
Undocumented in source. Be warned that the author may not have intended to support it.
bin2coords
XYList bin2coords(Mat2D!ubyte img)
Undocumented in source. Be warned that the author may not have intended to support it.
boundingBox
Rectangle boundingBox(XYList xylist)
Undocumented in source. Be warned that the author may not have intended to support it.
bwlabel
Mat2D!uint bwlabel(Mat2D!ubyte img, uint conn)
Undocumented in source. Be warned that the author may not have intended to support it.
contourArea
double contourArea(XYList xylist)
Undocumented in source. Be warned that the author may not have intended to support it.
coords2mat
Mat2D!ubyte coords2mat(XYList xylist, Rectangle rect)
Undocumented in source. Be warned that the author may not have intended to support it.
getContinousBoundaryPoints
XYList getContinousBoundaryPoints(Mat2D!ubyte unpadded)
Undocumented in source. Be warned that the author may not have intended to support it.
idxListToSubImage
Mat2D!ubyte idxListToSubImage(Rectangle rect, XYList idxlist)
Undocumented in source. Be warned that the author may not have intended to support it.
subImage
Mat2D!ubyte subImage(Mat2D!ubyte img, Rectangle ROI)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dx4
int[4] dx4;
Undocumented in source.
dx8
int[8] dx8;
Undocumented in source.
dy4
int[4] dy4;
Undocumented in source.
dy8
int[8] dy8;
Undocumented in source.

Meta