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

Stores stitched images and barcodes. More...

Public Attributes

List< BarcodeInfobarcodes
 The array of the barcode info More...
 
System.Drawing.Bitmap panoramaImage
 The stitched image More...
 
int stitchedImageNum
 The number of stitched images in a result image More...
 
int indexOfFirstFrameInResultImg
 The index of the firstly stitched image in a result image More...
 
int indexOfLastFrameInResultImg
 The index of the lastly stitched image in a result image More...
 

Detailed Description

Stores stitched images and barcodes.

Member Data Documentation

◆ barcodes

List<BarcodeInfo> Dynamsoft.Panorama.PanoramaResult.barcodes

The array of the barcode info

◆ indexOfFirstFrameInResultImg

int Dynamsoft.Panorama.PanoramaResult.indexOfFirstFrameInResultImg

The index of the firstly stitched image in a result image

◆ indexOfLastFrameInResultImg

int Dynamsoft.Panorama.PanoramaResult.indexOfLastFrameInResultImg

The index of the lastly stitched image in a result image

◆ panoramaImage

System.Drawing.Bitmap Dynamsoft.Panorama.PanoramaResult.panoramaImage

The stitched image

◆ stitchedImageNum

int Dynamsoft.Panorama.PanoramaResult.stitchedImageNum

The number of stitched images in a result image