Table of contents

GrayscaleImageUnit

The GrayscaleImageUnit class represents a grayscale image unit. It is derived from the IntermediateResultUnit class.

Definition

Namespace: com.dynamsoft.core.intermediate_results

public class GrayscaleImageUnit extends IntermediateResultUnit

Methods

Method Description
getImageData Gets the grayscale image.
setImageData Sets the grayscale image.

getImageData

Gets the grayscale image.

ImageData getImageData()

Return value

Returns an ImageData object that contains the grayscale image.

See Also

ImageData

setImageData

Sets the grayscale image.

void setImageData(ImageData imgData) throws CoreException

Parameters

imgData The image data to set.

Exception

CoreException

See Also

ImageData

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: