ImageGetFrameWidthAndColorΒΆ

ImageGetFrameWidthAndColor returns the line width and color of the picture frame.

rvFrameWidthAndColor = ImageGetFrameWidthAndColor(hImg)

Return Value

rvFrameWidthAndColor is a vector with 4 elements: The first element is the line with in 0.1 mm steps and the following 3 elements is the color (red, green, blue in the range 0 to 255).

Parameters

hImg

Identifies the image.

id-1893916