|
Dynamsoft Panorama - API Reference
|
Typedefs | |
| typedef void(* | CB_PanoramaResult) (PanoramaResultArray **pResult, void *pUser) |
| typedef void(* | CB_PanoramaErrorCode) (int errorCode, void *pUser) |
| typedef void(* CB_PanoramaErrorCode) (int errorCode, void *pUser) |
Represents the method that will handle the error code returned by the SDK.
| errorCode | Error Code generated when stitching frames. |
| pUser | Customized arguments passed to your function. |
| typedef void(* CB_PanoramaResult) (PanoramaResultArray **pResult, void *pUser) |
Represents the method that will handle the stitched image and panorama result returned by the SDK.
| pResult | The panorama result array. |
| pUser | Customized arguments passed to your function. |