neuer_ansatz_bildverarbeitung #1
@ -7,8 +7,8 @@ int main(void)
|
||||
cv::utils::logging::setLogLevel(cv::utils::logging::LOG_LEVEL_WARNING);
|
||||
|
||||
const int thresholdBinary = 140;
|
||||
const int videoHeight = 240;
|
||||
const int videoWidth = 320;
|
||||
const int videoHeight = 720;
|
||||
const int videoWidth = 1280;
|
||||
const int gaussKernelSize = 21;
|
||||
const int thresholdCanny1 = 50;
|
||||
const int thresholdCanny2 = 100;
|
||||
|
Loading…
x
Reference in New Issue
Block a user