pqpo / SmartCropper

🔥 A library for cropping image in a smart way that can identify the border and correct the cropped image. 智能图片裁剪框架。自动识别边框,手动调节选区,使用透视变换裁剪并矫正选区;适用于身份证,名片,文档等照片的裁剪。

Home Page:https://pqpo.me/2017/09/11/opencv-border-recognition/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.UnsatisfiedLinkError: dlopen failed: library "libsmart_cropper.so" not found

star-heng opened this issue · comments

直接导module:smartcropperlib报这个,少了一个so文件么?

解决了。
方法:在local.properties配置好ndk的具体版本,在SDK Tools里面下载低版本的CMake,
仅接着删除

apply plugin: 'com.github.dcendents.android-maven'

以及补充:google() jcenter()

什么时候升级opencv 4.6版本?