feat(synthetic): add DisparityComputingMethod

This commit is contained in:
TinyOh
2019-01-23 17:17:08 +08:00
parent 4011880148
commit 0b71d05813
11 changed files with 137 additions and 351 deletions

View File

@@ -224,6 +224,13 @@ class MYNTEYE_API API {
* Get the option value.
*/
std::int32_t GetOptionValue(const Option &option) const;
/**
* Set the disparity computing method.
*/
void SetDisparityComputingMethodType(
const DisparityComputingMethod &MethodType);
/**
* Set the option value.
*/