implement Sobel Filter for sub pixel accuracy

This commit is contained in:
2023-05-12 15:31:41 +02:00
parent 1c7f5fbe55
commit ab566b209a
7 changed files with 166 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ int main() {
}
}
destroyWindow(contoursWindow);
destroyAllWindows();
return (0);
}