Hello! I am trying to use warp perspective like this:
RNCv.invokeMethod("warpPerspective", {p1: srcMat, p2: doc, p3: m, p4: doc;. All 4 parameters are Mat variables.
Problem is, I can see in the Android Studio Logcat this error message:
E/CvInvoke: warpPerspective not found make sure method exists and is part of Opencv Imgproc, Core or Mat.
I checked and it seems like you support it though. Am I doing something wrong here?
Hello! I am trying to use warp perspective like this:
RNCv.invokeMethod("warpPerspective", {p1: srcMat, p2: doc, p3: m, p4: doc;. All 4 parameters areMatvariables.Problem is, I can see in the Android Studio Logcat this error message:
E/CvInvoke: warpPerspective not found make sure method exists and is part of Opencv Imgproc, Core or Mat.I checked and it seems like you support it though. Am I doing something wrong here?