|
Dynamsoft Panorama - API Reference
|
Public Attributes | |
| int | barcodeFormatIds |
| int | barcodeFormatIds_2 |
| int | functionalMode |
| float | previewImgScaleRatio |
| float | resultImgScaleRatio |
| int | stitchingAccuracyLevel |
| int | ifExistDuplicateCode |
| int | maxThreadNumber |
| int | frameBufferSize |
| int | maxMemorySize |
| int | inputSourceMode |
| int | scanPathMode |
| int | previousFrameOverlapRegion [8] |
| int | nextFrameOverlapRegion [8] |
| int | isVistaImgValid |
| int | ifAllowImgSegmentation |
| int | previewImgCoverage |
| char | reserved [52] |
Defines a struct to configure the panorama settings. These settings control the panorama stitching process such as the scale ratio of preview images.
| int DPS_RuntimeSettings::barcodeFormatIds |
Sets the formats of the barcode in BarcodeFormat group 1 to be read. Barcode formats in BarcodeFormat group 1 can be combined.
| int DPS_RuntimeSettings::barcodeFormatIds_2 |
Sets the formats of the barcode in BarcodeFormat group 2 to be read. Barcode formats in BarcodeFormat group 2 can be combined.
| int DPS_RuntimeSettings::frameBufferSize |
Sets the frame buffer size stored in the panorama program.
| int DPS_RuntimeSettings::functionalMode |
Sets the functional mode to Panorama mode(0) or Overlap mode(1).
| int DPS_RuntimeSettings::ifAllowImgSegmentation |
Sets whether the segmented image is allowed
| int DPS_RuntimeSettings::ifExistDuplicateCode |
Sets whether duplicate codes exist.
| int DPS_RuntimeSettings::inputSourceMode |
Sets the incoming way of frames when appending.
| int DPS_RuntimeSettings::isVistaImgValid |
Sets whether the special mode for images captured from different distances is valid
| int DPS_RuntimeSettings::maxMemorySize |
Sets the max memory size used by the Panorama program.
| int DPS_RuntimeSettings::maxThreadNumber |
Sets the max number of thread used for the panorama program.
| int DPS_RuntimeSettings::nextFrameOverlapRegion[8] |
Sets the overlap region of next frame.
| int DPS_RuntimeSettings::previewImgCoverage |
Sets the size ratio of preview image to original frame
| float DPS_RuntimeSettings::previewImgScaleRatio |
Sets the scale ratio of preview images.
| int DPS_RuntimeSettings::previousFrameOverlapRegion[8] |
Sets the overlap region of the previous frame.
| char DPS_RuntimeSettings::reserved[52] |
Reserved memory for struct. The length of this array indicates the size of the memory reserved for this struct.
| float DPS_RuntimeSettings::resultImgScaleRatio |
Sets the scale ratio of result images.
| int DPS_RuntimeSettings::scanPathMode |
Sets the camera moving route. 0 means moving the camera in one way or an "L" way, 1 means moving the camera in a circle.
| int DPS_RuntimeSettings::stitchingAccuracyLevel |
Sets the stitching accuracy level to precise(9) level or standard(0) level.