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

Stores running state of the Panorama stitcher. More...

Public Attributes

float overlapAreaRate
 The mean value of all overlap rates of two adjacent images in last one second More...
 
int stitchRate
 The number of images which are stitched in last one second More...
 
int totalDecodeFrameCount
 The total number of decoded frames since started appending frame More...
 
string Reserved
 Reserved memory for struct. The length of this array indicates the size of the memory reserved for this struct. More...
 

Detailed Description

Stores running state of the Panorama stitcher.

Member Data Documentation

◆ overlapAreaRate

float Dynamsoft.Panorama.RunningState.overlapAreaRate

The mean value of all overlap rates of two adjacent images in last one second

◆ Reserved

string Dynamsoft.Panorama.RunningState.Reserved

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

◆ stitchRate

int Dynamsoft.Panorama.RunningState.stitchRate

The number of images which are stitched in last one second

◆ totalDecodeFrameCount

int Dynamsoft.Panorama.RunningState.totalDecodeFrameCount

The total number of decoded frames since started appending frame