Question by
lusanor · Mar 23, 2017 at 06:33 PM ·
error messagelinefaceopencv
Anyone know how to solve this error?
can anyone tell me how to solve this it says Assets/FaceTrackerExample/FaceTracker/FaceTracker.cs(162,29): error CS0117: OpenCVForUnity.Imgproc' does not contain a definition for
line' when import the free face tracking sample Thank you!!
Comment
well, whet it says. in line 162, there is a call to line, but it's not a member of ImgProc. you can let the auto completion help you. delete line and retype the . to see a list is available members and function of the class.
Your answer
Follow this Question
Related Questions
How can i do a virtual tester? 0 Answers
Detect more than one face using OpenCV 0 Answers
AR face Augmentation in Unity 0 Answers
OpenCVForUnity 0 Answers
FPS Drop with Webcam (OpenCV, DlibFaceLandmark),WebCamTexture FHD fps problem 1 Answer