Dynamsoft Panorama - API Reference
Public Attributes | List of all members
PanoramaResult Struct Reference

Public Attributes

int barcodeNumber
 
pBarcodeInfobarcodes
 
int resultBlockImgNumber
 
pDMBitmapresultBlockImgs
 
pPositionInfoOfBmppositionsOfBlock
 
int leftBorder
 
int rightBorder
 
int upperBorder
 
int lowerBorder
 
int stitchedImgsNumber
 
int indexOfFirstFrameInResultImg
 
int indexOfLastFrameInResultImg
 
char reserved [64]
 

Detailed Description

Stores stitched images and barcodes.

Member Data Documentation

◆ barcodeNumber

int PanoramaResult::barcodeNumber

The number of the barcode

◆ barcodes

pBarcodeInfo* PanoramaResult::barcodes

The array of the barcode info

◆ indexOfFirstFrameInResultImg

int PanoramaResult::indexOfFirstFrameInResultImg

The index of the firstly stitched image in a result image

◆ indexOfLastFrameInResultImg

int PanoramaResult::indexOfLastFrameInResultImg

The index of the lastly stitched image in a result image

◆ leftBorder

int PanoramaResult::leftBorder

The left border of stitched image on canvas

◆ lowerBorder

int PanoramaResult::lowerBorder

The lower border of stitched image on canvas

◆ positionsOfBlock

pPositionInfoOfBmp* PanoramaResult::positionsOfBlock

The array of the position info of block-images

◆ reserved

char PanoramaResult::reserved[64]

Reserved memory for struct. The length of this array indicates the size of the memory reserved for this struct.

◆ resultBlockImgNumber

int PanoramaResult::resultBlockImgNumber

The number of the stitched block-images

◆ resultBlockImgs

pDMBitmap* PanoramaResult::resultBlockImgs

The array of stitched block-images

◆ rightBorder

int PanoramaResult::rightBorder

The right border of stitched image on canvas

◆ stitchedImgsNumber

int PanoramaResult::stitchedImgsNumber

The number of stitched images in a result image

◆ upperBorder

int PanoramaResult::upperBorder

The upper border of stitched image on canvas