Skip to content

Commit

Permalink
cv-image-deblurring: implement iterative blind deblurring algorithm
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
  • Loading branch information
Andrey1994 authored and Wind Yuan committed Aug 1, 2017
1 parent 4db0476 commit a5f5ff5
Show file tree
Hide file tree
Showing 3 changed files with 641 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/ocl/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ xcam_ocl_sources = \

if HAVE_OPENCV
xcam_ocl_sources += cv_feature_match.cpp
xcam_ocl_sources += cv_image_deblurring.cpp
endif

libxcam_ocl_la_SOURCES = \
Expand Down Expand Up @@ -143,6 +144,7 @@ nobase_libxcam_oclinclude_HEADERS = \

if HAVE_OPENCV
nobase_libxcam_oclinclude_HEADERS += cv_feature_match.h
nobase_libxcam_oclinclude_HEADERS += cv_image_deblurring.h
endif

libxcam_ocl_la_LIBTOOLFLAGS = --tag=disable-static
Loading

0 comments on commit a5f5ff5

Please sign in to comment.