estimateRigidTransform's crash/incorrect behavour (Bug #36)
Description
1) estimateRigidTransform crashes if Mat with CV_8UC1 type passed (for CV_8UC3 all ok)
2) If input arrays are sequences of Point2f (matrix type CV_32FC2), estimateRigidTransform modifies them(calls cvFree for Mat.data), output matrix is also incorrect.
Associated revisions
Merge pull request #36 from jet47/gpu-nonfree
GPU non free module
History
Updated by Brian Gerkey about 15 years ago
Testing whether James gets email on all ticket changes.
Updated by Brian Gerkey about 15 years ago
Testing whether James gets email on all ticket changes, take 2.
Updated by Brian Gerkey about 15 years ago
Still testing
Updated by Brian Gerkey about 15 years ago
One more try; James, can you hear me?
Updated by anonymous - about 15 years ago
fixed crash and grayscale image support in r2445. The test does not crash anymore but fails
- Status deleted (
Open)
Updated by anonymous - about 15 years ago
fixed bug in cvEstimateRigidTransform, improved test (r2483)
- Status set to Done
- (deleted custom field) set to fixed
Updated by Anatoly Baksheev about 15 years ago
FAIL on
Ubuntu32 gcc4.2 Release SSE=off, OpenMP=off
- Status changed from Done to Cancelled
- (deleted custom field) deleted (
fixed)
Updated by Anatoly Baksheev about 15 years ago
now can't reproduce.
- Status changed from Cancelled to Done
- (deleted custom field) set to invalid