Fix getPerspectiveTransform for singular case#26926
Conversation
|
The fix overrides user selection of solver and it's not obvious behaviour. Alternatives I see:
Let me talk to colleagues and I'll return back. |
@asmorkalov This isn't correct fix (because of that I moved PR to draft state). Problem isn't about solver. I guess, that it is a fundamental problem. In I will try to prepare a correct fix in the near future |
|
@asmorkalov In on slide33:
So, that's exactly the problem. We can't limit ourselves only with For implementation of new normalization case I used last |
|
@asmorkalov Do you have any ideas why the error on |
|
Tried to use double in test - to increase precision |
|
@MaximSmolskiy Friendly reminder. |
@asmorkalov I found that the significant difference in accuracy was due to the
I used |
Pull Request Readiness Checklist
Fix #26916
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.