Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

(OpenCV) can't find Core.line in Android Studio

Problem with Core.line (OpenCV) it can't be recognized in android studio however i used Opencv functions in the same App but it seems that just the Core.line is missing how I can add it to the library. I'm using Android Studio 1.3.2 and Opencv SDK v3.

like image 789
E. B. Avatar asked Sep 16 '15 08:09

E. B.


1 Answers

In Opencv SDK v3, you should use Imgproc.line instead of Core.line, Core.line does not exist any more.

like image 166
Abdelrahman Elborey Avatar answered Nov 04 '22 02:11

Abdelrahman Elborey