Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a version of cv::copyMakeBorder using fk::ApplyROI, for the cvGS interface. #106

Open
morousg opened this issue Jul 24, 2024 · 0 comments
Assignees

Comments

@morousg
Copy link
Owner

morousg commented Jul 24, 2024

Make two versions:

  1. Following OpenCV API
  2. Make a version that supports batch (std::vectorcv::Rect borders) // Treat the borders as in copyMakeBorder, the size of the borders and not a ROI.
  3. Substituting borders with flags ADJUST_RIGHT, ADJUST_LETF etc... for the batch version to avoid having to compute std::vectorcv::Rect borders
@morousg morousg self-assigned this Jul 24, 2024
@morousg morousg moved this to Todo in cvGPUSpeedup Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant