Table of contents

ColourImageUnit

The ColourImageUnit class represents a unit that contains color image. It is derived from the IntermediateResultUnit class.

Definition

Package: com.dynamsoft.core.intermediate_results

class ColourImageUnit extends IntermediateResultUnit

Methods

Method Description
getImageData Gets the image data of the color image unit.
setImageData Sets the image data of the color image unit.

getImageData

Gets the image data of the color image unit.

ImageData getImageData()

Return value

Returns an ImageData object that contains the image data of the color image unit.

See Also

ImageData

setImageData

Sets the image data of the color image unit.

void setImageData(ImageData imgData) throws CoreException

Parameters

imgData The image data to set.

Exceptions

CoreException

See Also

ImageData

ImageData

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: