![]() |
Microscopy Image Browser 2.91
MIB
|
Generate a bitmap image with lines that connect points (pnts) More...
Functions | |
| function img = | mibConnectPoints (img, pnts, options) |
| Generate a bitmap image with lines that connect points (pnts) | |
Generate a bitmap image with lines that connect points (pnts)
| function img = mibConnectPoints | ( | img, | |
| pnts, | |||
| options ) |
Generate a bitmap image with lines that connect points (pnts)
| img | -> image where the lines should be added shown |
| pnts | -> matrix with coordinates of the points, [pointNo,[x, y]] |
| options | -> structure with extra parameters .close -> when 1 - the shape will be closed .fill -> when 1 - fill the shape |
| img | a bitmap image with drawn lines |
Referenced by mibController.mibSegmentationMembraneClickTraker(), and mibRoiRegion.returnMask().
