![]() |
Microscopy Image Browser
1.233
|
Generate a bitmap image with lines that connect points (pnts) More...
Functions | |
| function img = | ib_connectPoints (img, pnts, options) |
| Generate a bitmap image with lines that connect points (pnts) More... | |
Generate a bitmap image with lines that connect points (pnts)
| function img = ib_connectPoints | ( | 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 ib_segmentation_MembraneClickTraker(), menuToolsMeasure(), and roiRegion.returnMask().
