neuer_ansatz_bildverarbeitung #1

Manually merged
zeunerti74726 merged 8 commits from neuer_ansatz_bildverarbeitung into master 2022-12-01 08:17:31 +00:00
Showing only changes of commit 551d5f4bb3 - Show all commits

View File

@ -7,8 +7,8 @@ int main(void)
cv::utils::logging::setLogLevel(cv::utils::logging::LOG_LEVEL_WARNING); cv::utils::logging::setLogLevel(cv::utils::logging::LOG_LEVEL_WARNING);
const int thresholdBinary = 140; const int thresholdBinary = 140;
const int videoHeight = 240; const int videoHeight = 720;
const int videoWidth = 320; const int videoWidth = 1280;
const int gaussKernelSize = 21; const int gaussKernelSize = 21;
const int thresholdCanny1 = 50; const int thresholdCanny1 = 50;
const int thresholdCanny2 = 100; const int thresholdCanny2 = 100;
@ -20,4 +20,4 @@ int main(void)
char a; char a;
std::cin >> a; std::cin >> a;
lfr.endLoop(); lfr.endLoop();
} }