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 | 82ca9e11965bce800ed5d500ab9c7dbc9ac3aa77 (patch) | |
tree | 95da17635e717207b30b414439cfda224e197c71 /works/life/digital-image-process-lab/CMakeLists.txt | |
parent | 369ad4403d70cea7dcb9cdb398c971a346c04c32 (diff) | |
download | crupest-82ca9e11965bce800ed5d500ab9c7dbc9ac3aa77.tar.gz crupest-82ca9e11965bce800ed5d500ab9c7dbc9ac3aa77.tar.bz2 crupest-82ca9e11965bce800ed5d500ab9c7dbc9ac3aa77.zip |
import(life): ...
Diffstat (limited to 'works/life/digital-image-process-lab/CMakeLists.txt')
-rw-r--r-- | works/life/digital-image-process-lab/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/works/life/digital-image-process-lab/CMakeLists.txt b/works/life/digital-image-process-lab/CMakeLists.txt index 5c2d05b..8a00ca5 100644 --- a/works/life/digital-image-process-lab/CMakeLists.txt +++ b/works/life/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}) |