Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

CameraCaliberation example computes NAN

I am using OpenCV 3.0's example project for achieving CameraCalibration. I have a chessboard checker printed which I use to check for a 4 x 6 pattern of checkers.

When I run the program, it computes NAN for (fx and fy) of the CameraMatrix as well as (k1 and k2) of the DistortionCoefficients.

Any advice would be greatly appreciated. Thanks,

Helia

CameraCaliberation example computes NAN

I am using OpenCV 3.0's example project for achieving CameraCalibration. I have a chessboard checker printed which I use to check for a 4 x 6 pattern of checkers.

When I run the program, it computes NAN for (fx and fy) of the CameraMatrix as well as (k1 and k2) of the DistortionCoefficients.

Any advice would be greatly appreciated. Thanks,

Helia

CameraCaliberation example computes NAN

I am using OpenCV 3.0's 3.2.0's example project for achieving CameraCalibration. I have a chessboard checker printed which I use to check for a 4 x 6 pattern of checkers.

When I run the program, it computes NAN for (fx and fy) of the CameraMatrix as well as (k1 and k2) of the DistortionCoefficients.

Any advice would be greatly appreciated. Thanks,

Helia

CameraCaliberation example computes NAN

I am using OpenCV 3.2.0's example project for achieving CameraCalibration. I have a chessboard checker printed which I use to check for a 4 x 6 pattern of checkers.

The sample project is provided with the OpenCV Android SDK libraries. I have uploaded a zipped version of it along with the library to make it easier for troubleshooting: https://drive.google.com/open?id=1GvF0YSxt61u9aZ2EcvwXwvKbI5aMW_9T

When I run the program, project, it computes NAN for (fx and fy) of the CameraMatrix as well as (k1 and k2) of the DistortionCoefficients.

Any advice would be greatly appreciated. Thanks,

Helia

CameraCaliberation example computes NAN

I am using OpenCV 3.2.0's example project for achieving CameraCalibration. I have a chessboard checker printed which I use to check for a 4 x 6 pattern of checkers.

The sample project is provided with the OpenCV Android SDK libraries. I have uploaded attached a zipped version copy of it along with it. To locate the library to make it easier for troubleshooting: https://drive.google.com/open?id=1GvF0YSxt61u9aZ2EcvwXwvKbI5aMW_9Tsample project, select: opencv-3.2.0-android-sdk.zip > OpenCV-android-sdk > samples > camera-calibration import the project camera-calibration.

When I run the project, it computes NAN for (fx and fy) of the CameraMatrix as well as (k1 and k2) of the DistortionCoefficients.

Any advice would be greatly appreciated. Thanks,

Helia

CameraCaliberation example computes NAN

I am using OpenCV 3.2.0's example project for achieving CameraCalibration. I have a chessboard checker printed which I use to check for a 4 x 6 pattern of checkers.

The sample project is provided with the OpenCV Android SDK libraries. I have attached a copy of it. To locate the sample project, select: opencv-3.2.0-android-sdk.zip > OpenCV-android-sdk > samples > camera-calibration import the project camera-calibration.camera-calibration. I have also attached the checkerboard sample images that I used with the project.

When I run the project, it computes NAN for (fx and fy) of the CameraMatrix as well as (k1 and k2) of the DistortionCoefficients.

Any advice would be greatly appreciated. Thanks,

Helia

CameraCaliberation example computes NAN

I am using OpenCV 3.2.0's example project for achieving CameraCalibration. I have a chessboard checker printed which I use to check for a 4 x 6 pattern of checkers.

Here are my sample images: https://drive.google.com/open?id=1yq4StXabiu8UEBZVU2vdYlsKv-btkW9Y

The sample project is provided with the OpenCV Android SDK libraries. libraries directly from the OpenCV page: https://opencv.org/releases.html or simply download the version (3.2.0) that I have attached a copy of it. am using: https://drive.google.com/open?id=1SpgKZLtjT5O14ISBc09ywk_Vle6ZthWi

To locate the sample project, select: opencv-3.2.0-android-sdk.zip > OpenCV-android-sdk > samples > camera-calibration import the project camera-calibration. I have also attached the checkerboard sample images that I used with the project.

When I run the project, it computes NAN for (fx and fy) of the CameraMatrix as well as (k1 and k2) of the DistortionCoefficients.

Any advice would be greatly appreciated. Thanks,

Helia

CameraCaliberation example computes NAN

I am using OpenCV 3.2.0's example project for achieving CameraCalibration. I have a chessboard checker printed which I use to check for a 4 x 6 pattern of checkers.

Here are my For the sample images: https://drive.google.com/open?id=1yq4StXabiu8UEBZVU2vdYlsKv-btkW9Yimage, I use the following: C:\fakepath\pattern.png

The sample project is provided with the OpenCV Android SDK libraries directly from the OpenCV page: https://opencv.org/releases.html or simply download the version (3.2.0) that I am using: https://drive.google.com/open?id=1SpgKZLtjT5O14ISBc09ywk_Vle6ZthWihttps://sourceforge.net/projects/opencvlibrary/files/opencv-android/3.4.2/opencv-3.4.2-android-sdk.zip/download

To locate the sample project, select: opencv-3.2.0-android-sdk.zip > OpenCV-android-sdk > samples > camera-calibration import the project camera-calibration. I have also attached the checkerboard sample images that I used with the project.

When I run the project, it computes NAN for (fx and fy) of the CameraMatrix as well as (k1 and k2) of the DistortionCoefficients.

CameraCaliberation example computes NAN

I am using OpenCV 3.2.0's example project for achieving CameraCalibration. I have a chessboard checker printed which I use to check for a 4 x 6 pattern of checkers.

For the sample image, I use the following: C:\fakepath\pattern.png

The sample project is provided with the OpenCV Android SDK libraries directly from the OpenCV page: https://opencv.org/releases.html or simply download the version (3.2.0) that I am using: https://sourceforge.net/projects/opencvlibrary/files/opencv-android/3.4.2/opencv-3.4.2-android-sdk.zip/download

To locate the sample project, select: opencv-3.2.0-android-sdk.zip > OpenCV-android-sdk > samples > camera-calibration import the project camera-calibration. I have also attached the checkerboard sample images that I used with the project.

When I run the project, it computes NAN for (fx and fy) of the CameraMatrix as well as (k1 and k2) of the DistortionCoefficients.

click to hide/show revision 10
retagged

updated 2018-11-20 04:13:29 -0600

berak gravatar image

CameraCaliberation example computes NAN

I am using OpenCV 3.2.0's example project for achieving CameraCalibration. I have a chessboard checker printed which I use to check for a 4 x 6 pattern of checkers.

For the sample image, I use the following: C:\fakepath\pattern.png

The sample project is provided with the OpenCV Android SDK libraries directly from the OpenCV page: https://opencv.org/releases.html or simply download the version (3.2.0) that I am using: https://sourceforge.net/projects/opencvlibrary/files/opencv-android/3.4.2/opencv-3.4.2-android-sdk.zip/download

To locate the sample project, select: opencv-3.2.0-android-sdk.zip > OpenCV-android-sdk > samples > camera-calibration import the project camera-calibration. I have also attached the checkerboard sample images that I used with the project.

When I run the project, it computes NAN for (fx and fy) of the CameraMatrix as well as (k1 and k2) of the DistortionCoefficients.

CameraCaliberation example computes NAN

I am using OpenCV 3.2.0's example project for achieving CameraCalibration. I have a chessboard checker printed which I use to check for a 4 x 6 pattern of checkers.

For the sample image, I use the following: C:\fakepath\pattern.png

The sample project is provided with the OpenCV Android SDK libraries directly from the OpenCV page: https://opencv.org/releases.html or simply download the version (3.2.0) that I am using: https://sourceforge.net/projects/opencvlibrary/files/opencv-android/3.4.2/opencv-3.4.2-android-sdk.zip/download

To locate the sample project, select: opencv-3.2.0-android-sdk.zip > OpenCV-android-sdk > samples > camera-calibration import the project camera-calibration. I have also attached the checkerboard sample images that I used with the project.

When I run the project, it computes NAN for (fx and fy) of the CameraMatrix as well as (k1 and k2) of the DistortionCoefficients.