Fixed strict type in slerp and spline; Fixed nlerp usage condition#23301
Fixed strict type in slerp and spline; Fixed nlerp usage condition#23301asmorkalov merged 2 commits intoopencv:4.xfrom
Conversation
|
@shtern Could you add simple slerp test for float? |
|
@asmorkalov What kind of test do you assume? Regression test is likely impossible (in a reliable way). |
|
@asmorkalov @alalek do you have any idea why would the default build fail? |
|
@shtern Please ignore. There is an issue with ABI/API checker tool. |
|
@alalek |
|
@alalek @asmorkalov |
Fixed strict type in slerp and spline; Fixed nlerp usage condition Fixes opencv#23293 The PR is fixing the issue described in [Issue opencv#23293 ](opencv#23293) - [X] I agree to contribute to the project under Apache 2 License. - [X] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [X] The PR is proposed to the proper branch - [X] There is a reference to the original bug report and related work - [X] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [X] The feature is well documented and sample code can be built with the project CMake
Fixes #23293
The PR is fixing the issue described in Issue #23293
Patch to opencv_extra has the same branch name.