|
Dynamsoft Panorama - API Reference
|
Public Attributes | |
| int | barcodeNumber |
| pBarcodeInfo * | barcodes |
| int | resultBlockImgNumber |
| pDMBitmap * | resultBlockImgs |
| pPositionInfoOfBmp * | positionsOfBlock |
| int | leftBorder |
| int | rightBorder |
| int | upperBorder |
| int | lowerBorder |
| int | stitchedImgsNumber |
| int | indexOfFirstFrameInResultImg |
| int | indexOfLastFrameInResultImg |
| char | reserved [64] |
Stores stitched images and barcodes.
| int PanoramaResult::barcodeNumber |
The number of the barcode
| pBarcodeInfo* PanoramaResult::barcodes |
The array of the barcode info
| int PanoramaResult::indexOfFirstFrameInResultImg |
The index of the firstly stitched image in a result image
| int PanoramaResult::indexOfLastFrameInResultImg |
The index of the lastly stitched image in a result image
| int PanoramaResult::leftBorder |
The left border of stitched image on canvas
| int PanoramaResult::lowerBorder |
The lower border of stitched image on canvas
| pPositionInfoOfBmp* PanoramaResult::positionsOfBlock |
The array of the position info of block-images
| char PanoramaResult::reserved[64] |
Reserved memory for struct. The length of this array indicates the size of the memory reserved for this struct.
| int PanoramaResult::resultBlockImgNumber |
The number of the stitched block-images
| pDMBitmap* PanoramaResult::resultBlockImgs |
The array of stitched block-images
| int PanoramaResult::rightBorder |
The right border of stitched image on canvas
| int PanoramaResult::stitchedImgsNumber |
The number of stitched images in a result image
| int PanoramaResult::upperBorder |
The upper border of stitched image on canvas