文件名称:Android代码-使用JNI实现Sobel算子图像边缘检测
文件大小:1.19MB
文件格式:ZIP
更新时间:2022-08-26 02:36:33
Android代码
sand Sand is Android library that it is using JNI to achieve Sobel operator image edge detection. it's easy to build a picture like sand . 中文文档Screenshot Build Step 1. Add the JitPack repository to your build file add the JitPack maven to your project in root build.gradle allprojects { repositories { maven { url 'https://jitpack.io' } } } Step 2. Add module dependency build.gradle dependencies { compile 'com.github.Jomes:sand:v0.01' } That's it! How to use