diff options
author | crupest <crupest@outlook.com> | 2022-06-02 22:42:29 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-06-02 22:42:29 +0800 |
commit | 65267139ce50b4b52f934b9750e5e4f718c538e6 (patch) | |
tree | da953466c4ff152acae82affb2143d4a24c40237 /digital-image-process-lab/CMakeLists.txt | |
parent | a0b56f49856cada0e0310867f9f5e205c541dda4 (diff) | |
download | life-65267139ce50b4b52f934b9750e5e4f718c538e6.tar.gz life-65267139ce50b4b52f934b9750e5e4f718c538e6.tar.bz2 life-65267139ce50b4b52f934b9750e5e4f718c538e6.zip |
...
Diffstat (limited to 'digital-image-process-lab/CMakeLists.txt')
-rw-r--r-- | digital-image-process-lab/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/digital-image-process-lab/CMakeLists.txt b/digital-image-process-lab/CMakeLists.txt index 5c2d05b..8a00ca5 100644 --- a/digital-image-process-lab/CMakeLists.txt +++ b/digital-image-process-lab/CMakeLists.txt @@ -15,3 +15,6 @@ target_link_libraries(DiscreteFourierTransform ${OpenCV_LIBS}) add_executable(MorphologicalTransformation MorphologicalTransformation.cpp) target_link_libraries(MorphologicalTransformation ${OpenCV_LIBS}) + +add_executable(HarrisCornerDetector HarrisCornerDetector.cpp) +target_link_libraries(HarrisCornerDetector ${OpenCV_LIBS}) |