Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.27 KB

texture-removed-grayscale-image-unit-v3.0.30.md

File metadata and controls

47 lines (30 loc) · 1.27 KB
layout title description keywords needAutoGenerateSidebar
default-layout
class CTextureRemovedGrayscaleImageUnit - Dynamsoft Core Module C++ Edition API Reference
This page shows the C++ edition of the class CTextureRemovedGrayscaleImageUnit in Dynamsoft Core Module.
text removed grayscale image, c++
true

CTextureRemovedGrayscaleImageUnit

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

Definition

Namespace: dynamsoft::intermediate_results

Assembly: DynamsoftCore

class CTextureRemovedGrayscaleImageUnit : public CIntermediateResultUnit 

Methods Summary

Method Description
GetImageData Gets the texture-removed grayscale image.

Inherited Methods

{%- include inherited-methods/intermediate-result-unit.md -%}

GetImageData

Gets the texture-removed grayscale image.

virtual const CImageData* GetImageData() const

Return value

Returns a constant pointer to the texture-removed grayscale image. You don't need to release the memory pointed to by the returned pointer.

See Also

[CImageData]({{ site.dcv_cpp_api }}core/basic-structures/image-data.html)