opencv / opencv

Open Source Computer Vision Library
https://opencv.org
Apache License 2.0
75.95k stars 55.62k forks source link

Add HAL API for getPerspecitveTransform #25475

Closed asmorkalov closed 3 weeks ago

asmorkalov commented 3 weeks ago

Describe the feature and motivation

-

Additional context

No response

asmorkalov commented 3 weeks ago

getPerspactiveTransform assembles input for cv::solve and use it. cv::solve has HAL interface. The function does not require HAL interface for acceleration.