bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.58k stars 1.58k forks source link

Misssing ImgProc in org.bytedeco.opencv #1605

Closed TFreudi1 closed 3 years ago

TFreudi1 commented 3 years ago

I tried 1.5.5, through putting all (main) jar's in libs and extract all *.so und put it to jniLibs in src/main. That's the easiest way for me and almost everything works except ImgProc.putText. I found in org.opencv but it did'nt accept parameters from org.bytedeco.opencv. See th epicture.

Imgproc
TFreudi1 commented 3 years ago

Casting did'nt work. Is the an ImgProc in the bytedecor namespace ?

Imgproc2
TFreudi1 commented 3 years ago

Sorry , I found it org.bytedeco.opencv.global.opencv_imgproc.putText