Skip to content

Fix Issue_13908#13910

Merged
alalek merged 5 commits intoopencv:masterfrom
x3lif:Issue_13908
Mar 4, 2019
Merged

Fix Issue_13908#13910
alalek merged 5 commits intoopencv:masterfrom
x3lif:Issue_13908

Conversation

@x3lif
Copy link
Copy Markdown
Contributor

@x3lif x3lif commented Feb 25, 2019

resolves #13908

fix the regression of cv::calibrateCamera describe in Issue#13908 by allocating the matrix _Jo only when it seems requested

Allocate the matrix _Jo only when the solver needs it (ie when solver.state == CvLevMarq::CALC_J)
Fix _Jo allocation when stddev is not empty
@x3lif x3lif closed this Feb 28, 2019
@x3lif x3lif reopened this Feb 28, 2019
Copy link
Copy Markdown
Contributor

@terfendail terfendail left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@alalek alalek merged commit 19cf511 into opencv:master Mar 4, 2019
a-sajjad72 pushed a commit to a-sajjad72/opencv that referenced this pull request Mar 30, 2023
* Fix Issue 13908

Allocate the matrix _Jo only when the solver needs it (ie when solver.state == CvLevMarq::CALC_J)

* Fix calib3D unit test

Fix _Jo allocation when stddev is not empty

* Removing trailing whitespaces

* scope _dp* variables

* fix whitespaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

calib3D : cannot allocate matrix in OpenCV_4.0.1

3 participants