Skip to content

Commit

Permalink
Merge pull request opencv#3249 from mshabunin:java_wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
vpisarev committed Sep 24, 2014
2 parents 541b627 + 0d7b44d commit 1205941
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 130 deletions.
2 changes: 1 addition & 1 deletion modules/java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if(IOS OR NOT PYTHON_DEFAULT_AVAILABLE OR NOT ANT_EXECUTABLE OR NOT (JNI_FOUND O
endif()

set(the_description "The java bindings")
ocv_add_module(java BINDINGS opencv_core opencv_imgproc OPTIONAL opencv_objdetect opencv_features2d opencv_video opencv_imgcodecs opencv_videoio opencv_calib3d opencv_photo)
ocv_add_module(java BINDINGS opencv_core opencv_imgproc OPTIONAL opencv_objdetect opencv_features2d opencv_video opencv_imgcodecs opencv_videoio opencv_calib3d opencv_photo opencv_bioinspired)
ocv_module_include_directories("${CMAKE_CURRENT_SOURCE_DIR}/generator/src/cpp")

if(NOT ANDROID)
Expand Down
1 change: 1 addition & 0 deletions modules/java/generator/config/bioinspired.filelist
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include/opencv2/bioinspired/retina.hpp
Loading

0 comments on commit 1205941

Please sign in to comment.