Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.28 KB

scaled-down-colour-image-unit-v3.0.30.md

File metadata and controls

47 lines (30 loc) · 1.28 KB
layout title description keywords needAutoGenerateSidebar
default-layout
class CScaledDownColourImageUnit - Dynamsoft Core Module C++ Edition API Reference
This page shows the C++ edition of the class CScaledDownColourImageUnit in Dynamsoft Core Module.
scaled down colour image, c++
true

CScaledDownColourImageUnit

The CScaledDownColourImageUnit class represents an intermediate result unit that contains scaled down color image. It is derived from the CIntermediateResultUnit class.

Definition

Namespace: dynamsoft::intermediate_results

Assembly: DynamsoftCore

class CScaledDownColourImageUnit : public CIntermediateResultUnit

Methods Summary

Method Description
GetImageData Gets the image data of the unit.

Inherited Methods

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

GetImageData

Gets the image data of the unit.

virtual const CImageData* GetImageData() const

Return value

Returns a pointer to the CImageData object that contains the image data of the unit. You are not required to release the memory pointed to by the returned pointer.

See Also

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