|
Dynamsoft Panorama - API Reference
|
Functions | |
| DPS_API int | DPS_GetFinalResults (void *hStitcher, PanoramaResultArray **pResult) |
| DPS_API int | DPS_GetRunningState (void *hStitcher, RunningState *pRunningState) |
| DPS_API int | DPS_GetCompleteResultImage (PanoramaResult *pResult, DMBitmap **completeImage) |
| DPS_API void | DPS_FreeDMBitmap (DMBitmap **pBmp) |
| DPS_API void | DPS_FreePanoramaResults (PanoramaResultArray **pPresult) |
| DPS_API void DPS_FreeDMBitmap | ( | DMBitmap ** | pBmp | ) |
Frees memory allocated for complete panorama result.
| [in] | pBmp | The bmp image. |
| DPS_API void DPS_FreePanoramaResults | ( | PanoramaResultArray ** | pPresult | ) |
Frees memory allocated for stitched image and panorama result.
| [in] | pPresult | The struct of panorama result array. |
| DPS_API int DPS_GetCompleteResultImage | ( | PanoramaResult * | pResult, |
| DMBitmap ** | completeImage | ||
| ) |
Gets the complete result image and barcodes.
| [in] | pResult | The output panorama result which should be showed. |
| [in,out] | completeImage | The output complete result image. |
| DPS_API int DPS_GetFinalResults | ( | void * | hStitcher, |
| PanoramaResultArray ** | pResult | ||
| ) |
Gets the result image and barcodes.
| [in] | hStitcher | Handle of the Panorama instance. |
| [in,out] | pResult | The output panorama result array. |
| DPS_API int DPS_GetRunningState | ( | void * | hStitcher, |
| RunningState * | pRunningState | ||
| ) |
Gets running state of Panorama program.
| [in] | hStitcher | Handle of the Panorama instance. |
| [in,out] | pRunningState | The struct of running state. |