feat(process): add rectify slpha api.

This commit is contained in:
TinyO
2019-07-23 16:46:25 +08:00
parent 0881a70922
commit 636471b1cf
7 changed files with 49 additions and 2 deletions

View File

@@ -237,6 +237,11 @@ class MYNTEYE_API API {
void SetDisparityComputingMethodType(
const DisparityComputingMethod &MethodType);
/**
* Set the rectify bord cut alpha.
*/
void SetRectifyAlpha(const double &alpha);
/**
* Set if the duplicate frames is enable.
*/