Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mibConnectPoints.m File Reference

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)
 

Detailed Description

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

Function Documentation

◆ mibConnectPoints()

function img = mibConnectPoints ( 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:

References max, and min.

Referenced by mibController.mibSegmentationMembraneClickTraker(), and mibRoiRegion.returnMask().

Here is the caller graph for this function: