`has()` only tests for an argument presence which is always true for arguments with default values. Use `get<bool>()` to check the value instead. |
||
|---|---|---|
| .. | ||
| include/opencv2 | ||
| misc | ||
| src | ||
| CMakeLists.txt | ||
`has()` only tests for an argument presence which is always true for arguments with default values. Use `get<bool>()` to check the value instead. |
||
|---|---|---|
| .. | ||
| include/opencv2 | ||
| misc | ||
| src | ||
| CMakeLists.txt | ||