diff options
author | crupest <crupest@outlook.com> | 2022-06-01 21:23:12 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-06-01 21:23:12 +0800 |
commit | a0b56f49856cada0e0310867f9f5e205c541dda4 (patch) | |
tree | d795b53047c8026bbbd7f6caaa92cf0f460b3cfc /digital-image-process-lab/CMakeLists.txt | |
parent | ed13ea187b3076ceaa5b1bf7af39e797d2a045ec (diff) | |
download | life-a0b56f49856cada0e0310867f9f5e205c541dda4.tar.gz life-a0b56f49856cada0e0310867f9f5e205c541dda4.tar.bz2 life-a0b56f49856cada0e0310867f9f5e205c541dda4.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 9fa880c..5c2d05b 100644 --- a/digital-image-process-lab/CMakeLists.txt +++ b/digital-image-process-lab/CMakeLists.txt @@ -12,3 +12,6 @@ target_link_libraries(HistogramEqulization ${OpenCV_LIBS}) add_executable(DiscreteFourierTransform DiscreteFourierTransform.cpp) target_link_libraries(DiscreteFourierTransform ${OpenCV_LIBS}) + +add_executable(MorphologicalTransformation MorphologicalTransformation.cpp) +target_link_libraries(MorphologicalTransformation ${OpenCV_LIBS}) |