|
GRIP Full of Errors
I exported my GRIP stuff into a Java file (I'm not even sure I did it right, it only exports a .java so I copy pasted the text in that file into a class in Eclipse)
The code is riddled with errors, I'm the only programmer on my team and I'm struggling to understand what the issue is.
It's the standard GRIP code, I have an HSV Threshold, a mask, and a blob finder. In the Java code, lots of objects like VisionPipeline, Mat, and MatOfKeyPoint (and many more) are being flagged as nonexistent. What could be the issue?
Thanks!!!
|