[mmPutpixels] [Up] Programming support

mmCoord2vec
Build a vector of image coordinates or size (obsolete).

Synopsis

Image mmCoord2vec ( const Double& x1 , const Double& x2 , const Double& x3 );

Input

x1 Double []

value of first dimension.

x2 Double []

value of second dimension.

x3 Double []

value of third dimension.

Output

coord Image [ Gray-scale (uint8 or uint16) or binary image ]

vector with pixel coordinates or image size.

Description

Obsolete, this function is not necessary any more. Only available for compatibility.

[mmPutpixels] [Up]