Skip to content

Commit

Permalink
精简第一步,取出多余的lib include 能够完成效果
Browse files Browse the repository at this point in the history
  • Loading branch information
dev authored and dev committed Mar 5, 2018
1 parent 68a1d24 commit a544434
Show file tree
Hide file tree
Showing 227 changed files with 340 additions and 94,944 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file modified app/.DS_Store
Binary file not shown.
5 changes: 1 addition & 4 deletions app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ add_library(libopencv_java3 SHARED IMPORTED )
set_target_properties(libopencv_java3 PROPERTIES
IMPORTED_LOCATION "${libs}/${ANDROID_ABI}/libopencv_java3.so")

add_library(libopencv_java SHARED IMPORTED )
set_target_properties(libopencv_java PROPERTIES
IMPORTED_LOCATION "${libs}/${ANDROID_ABI}/libopencv_java.so")


#add_library(libopencv_calib3d STATIC IMPORTED )
#set_target_properties(libopencv_calib3d PROPERTIES
Expand Down Expand Up @@ -113,7 +111,6 @@ find_library( # Sets the name of the path variable.

target_link_libraries(native-lib android log
libopencv_java3 #used for java sdk
libopencv_java #same to static libs
#17 static libs in total
#libopencv_calib3d
#libopencv_core
Expand Down
Binary file modified app/src/main/.DS_Store
Binary file not shown.
Binary file added app/src/main/cpp/.DS_Store
Binary file not shown.
73 changes: 0 additions & 73 deletions app/src/main/cpp/include/opencv/cv.h

This file was deleted.

60 changes: 0 additions & 60 deletions app/src/main/cpp/include/opencv/cv.hpp

This file was deleted.

57 changes: 0 additions & 57 deletions app/src/main/cpp/include/opencv/cvaux.h

This file was deleted.

52 changes: 0 additions & 52 deletions app/src/main/cpp/include/opencv/cvaux.hpp

This file was deleted.

46 changes: 0 additions & 46 deletions app/src/main/cpp/include/opencv/cvwimage.h

This file was deleted.

52 changes: 0 additions & 52 deletions app/src/main/cpp/include/opencv/cxcore.h

This file was deleted.

Loading

0 comments on commit a544434

Please sign in to comment.