Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.2 KB

File metadata and controls

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

CBinaryImageUnit

The CBinaryImageUnit class represents a unit that contains a binary image. It inherits from the CIntermediateResultUnit class and stores binary image data.

Definition

Namespace: dynamsoft::intermediate_results

Assembly: DynamsoftCore

class CBinaryImageUnit : public CIntermediateResultUnit 

Methods Summary

Method Description
GetImageData Gets the binary image data.

Inherited Methods

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

GetImageData

Gets the binary image data.

virtual const CImageData* GetImageData() const

Return value

Returns a pointer to the CBinaryImageData object containing the binary image data. 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)