shaileshmulange / javacv

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

how to use javacv with method like cvNormalize and cvDrawContours ? #242

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I want to use method cvNormalize and cvDrawContours in opencv_imgproc lib, 
but I can't static import above method.how can I use that method in javacv?

What is the expected output? What do you see instead?
I expected see like clause
import static com.googlecode.javacv.cpp.opencv_imgproc.cvnormalize;
can be used,but in fact it seems doesn't contain the method.

What version of the product are you using? On what operating system?
product:javacv and javacpp
os: Windows 7 ,64bit

Please provide any additional information below.

Original issue reported on code.google.com by skyfir...@gmail.com on 6 Sep 2012 at 12:35

GoogleCodeExporter commented 9 years ago
I see them just fine here in opencv_core:
http://code.google.com/p/javacv/source/search?q=cvNormalize+http%3A%2F%2Fjavacv.
googlecode.com%2Fgit%2F
http://code.google.com/p/javacv/source/search?q=cvDrawContours+http%3A%2F%2Fjava
cv.googlecode.com%2Fgit%2F

This is not an issue with JavaCV. Please ask your questions on the mailing list 
next time if possible, thank you

Original comment by samuel.a...@gmail.com on 11 Sep 2012 at 1:07