android-opencv-lanedetection icon indicating copy to clipboard operation
android-opencv-lanedetection copied to clipboard

Android app which detects road lanes, overlays using red lines and monitor driving performance

Results 3 android-opencv-lanedetection issues
Sort by recently updated
recently updated
newest added

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~