Table of contents

EnhancedGrayscaleImageUnit

The EnhancedGrayscaleImageUnit class represents an intermediate result unit that contains an enhanced grayscale image data. Gray enhancement methods include gray equalization, gray smoothing, gray sharpening and smoothing.

Definition

Namespace: com.dynamsoft.core.intermediate_results

public class EnhancedGrayscaleImageUnit extends IntermediateResultUnit

Methods

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

getImageData

Gets the enhanced grayscale image data.

ImageData getImageData()

Return value

Returns an ImageData object that contains the enhanced grayscale image data.

See Also

ImageData

setImageData

Sets the enhanced grayscale image data.

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: