ImageType property (ILEADRasterMrc)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

ImageTypeConstants ImageType

Overview

Refer to Working with the MRC Bitmap.

Remarks

(Document/Medical only) (Persistent property, available at design time) Indicates whether the image has been scanned, or is computer-generated. The default value is IMAGETYPE_SCANNED. Possible values are:

Setting

Description

IMAGE_SCANNED

[0x00] The image is a scanned image. Noise will be removed before segmentation.

IMAGE_COMPUTERGENERATED

[0x01] The image is computer generated. It will not be cleaned before segmentation.

This property is used when automatically segmenting a bitmap using the AutoSegment method.

See Also

Elements

AutoSegment method, Sensitivity property, CombineFlags property, CombineFactor property

Topics

Raster Images: Automatic Segmentation