EngnzWaks / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

FaceRecognition.java: cannot find symbol cvMat.maskedType() #229

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
--------------------------------------
Just try to compile samples/FaceRecognition.java

What is the expected output? What do you see instead?
-----------------------------------------------------
FaceRecognition.java:755: error: cannot find symbol
    final int type = cvMat.maskedType();
                          ^
  symbol:   method maskedType()
  location: variable cvMat of type CvMat

What version of the product are you using? On what operating system?
--------------------------------------------------------------------
JavaCV 0.2 on Ubuntu 12.04

Please provide any additional information below.
------------------------------------------------
The sample worked fine on JavaCV 0.1

Thanks, and keep up your good work!

Original issue reported on code.google.com by alceste....@unica.it on 2 Aug 2012 at 2:57

GoogleCodeExporter commented 8 years ago
Oops, I renamed it to just type() as it should be .. will fix, thanks

Original comment by samuel.a...@gmail.com on 3 Aug 2012 at 2:01

GoogleCodeExporter commented 8 years ago
Changes are in JavaCV 0.3, enjoy!

Original comment by samuel.a...@gmail.com on 5 Nov 2012 at 11:34

GoogleCodeExporter commented 8 years ago
this same problem happened to me.how can i solve it,please tell me. @Samuel 
Audet

Original comment by mzislamc...@gmail.com on 18 May 2014 at 10:38