1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 19:36:26 +02:00

[CVV] Added orientation pyramid

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-05-12 16:11:31 +02:00
parent 59aef6a424
commit 8eb48b9b0a
4 changed files with 126 additions and 4 deletions

View File

@ -5,5 +5,5 @@ set(CMAKE_CXX_STANDARD 11)
find_package( OpenCV REQUIRED )
add_executable(sheet5 gauss_pyramid.cpp laplacian_pyramid.cpp main.cpp)
add_executable(sheet5 gauss_pyramid.cpp laplacian_pyramid.cpp oriented_pyramid.cpp main.cpp)
target_link_libraries(sheet5 ${OpenCV_LIBS})