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 | 369ad4403d70cea7dcb9cdb398c971a346c04c32 (patch) | |
tree | dec1f7761ad0d34faac12021d80ea9396a4bf17c /works/life/digital-image-process-lab/CMakeLists.txt | |
parent | fcc7095d0eeca2d8df5f6af053e8c9c006600bb1 (diff) | |
download | crupest-369ad4403d70cea7dcb9cdb398c971a346c04c32.tar.gz crupest-369ad4403d70cea7dcb9cdb398c971a346c04c32.tar.bz2 crupest-369ad4403d70cea7dcb9cdb398c971a346c04c32.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 9fa880c..5c2d05b 100644 --- a/works/life/digital-image-process-lab/CMakeLists.txt +++ b/works/life/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}) |