Table of contents

TextureRemovedGrayscaleImageUnit

The TextureRemovedGrayscaleImageUnit class represents an intermediate result unit that contains texture-removed grayscale image data.

Definition

Namespace: Dynamsoft.Core.intermediate_results

class TextureRemovedGrayscaleImageUnit : IntermediateResultUnit 

Methods

Method Description
GetImageData Gets the texture-removed grayscale image.
SetImageData Sets the texture-removed grayscale image.

Inherited Methods

Checkout inherited methods from IntermediateResultUnit for more details.

GetImageData

Gets the texture-removed grayscale image.

ImageData GetImageData()

Return value

Returns the texture-removed grayscale image.

See Also

ImageData

SetImageData

Sets the texture-removed grayscale image.

int SetImageData(ImageData imgData)

Parameters

[in] imgData The image data to set.

Return value

Returns 0 if succeeds, nonzero otherwise.

See Also

ImageData

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: