Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] OpenCV cvUndistortPointsInternal #9

Closed
Pk13055 opened this issue Apr 19, 2019 · 2 comments
Closed

[Bug] OpenCV cvUndistortPointsInternal #9

Pk13055 opened this issue Apr 19, 2019 · 2 comments
Labels

Comments

@Pk13055
Copy link

Pk13055 commented Apr 19, 2019

Calibration is done using procamcalib. On running procamtracker, this error pops up. Is there some calibration param or setting that I am missing?

System

  • Distro: Linux pk-pc 4.19.10-041910-generic #201812170433 SMP Mon Dec 17 09:35:34 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
  • OS: Ubuntu 18.10
  • Java:
openjdk version "1.8.0_191"                                              
OpenJDK Runtime Environment (build 1.8.0_191-8u191-b12-2ubuntu0.18.10.1-b
12)  64-Bit Server VM (build 25.191-b12, mixed mode)                  
  • Stacktrace:
SEVERE: OpenCV Error: org.bytedeco.javacpp.BytePointer[address=0x7f7a93d
7c60,position=0,limit=0,capacity=0,deallocator=null] (CV_IS_MAT(_distCoe
fs) && (_distCoeffs->rows == 1 || _distCoeffs->cols == 1) && (_distCoeff
->rows*_distCoeffs->cols == 4 || _distCoeffs->rows*_distCoeffs->cols == 
 || _distCoeffs->rows*_distCoeffs->cols == 8 || _distCoeffs->rows*_distC
effs->cols == 12 || _distCoeffs->rows*_distCoeffs->cols == 14))         
in function cvUndistortPointsInternal, /home/travis/build/javacpp-preset
/opencv/cppbuild/linux-x86_64/opencv-4.0.1/modules/calib3d/src/undistort
cpp(403)
@saudet
Copy link
Member

saudet commented Apr 19, 2019

Do you have the full stack trace of where that error occurs?

@saudet
Copy link
Member

saudet commented Nov 9, 2022

This should be fixed in 1.5.8, see bytedeco/javacv#1802. Thanks for reporting!

@saudet saudet closed this as completed Nov 9, 2022
@saudet saudet added the bug label Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants