Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
ib_connectPoints.m File Reference

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...
 

Detailed Description

Generate a bitmap image with lines that connect points (pnts)

Function Documentation

function img = ib_connectPoints (   img,
  pnts,
  options 
)

Generate a bitmap image with lines that connect points (pnts)

Parameters
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
Return values
imga bitmap image with drawn lines
Required fields of options:

Referenced by ib_segmentation_MembraneClickTraker(), menuToolsMeasure(), and roiRegion.returnMask().

Here is the caller graph for this function: