android-opencv-lanedetection
android-opencv-lanedetection copied to clipboard
Android app which detects road lanes, overlays using red lines and monitor driving performance
Hi, While trying to build android application using Android Studio, facing multiple issues: (1) Sync: Android SDKs : Android Studio will use this Android SDK instead 'D:\android_sdk' and will modify...
`java.lang.UnsatisfiedLinkError: No implementation found for void lanes.LaneDetector.mainDelegate(long, long, int) I)` ``` @Override public Mat onCameraFrame(CvCameraViewFrame inputFrame) { mainDelegate(inputFrame.rgba().getNativeObjAddr(), img.getNativeObjAddr(), houghValue); return img; } ```
what can i do to make it lighter,thank you~