We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is an example of openvx code that scale image (nearest neighbour) with replicate borders and valid region.
For the input I have this image (valid region is {200, 200, 500, 300}):
{200, 200, 500, 300}
Produced output (width is 2 * source width, height is source height) with the OpenVX-sample-impl library:
OpenVX-sample-impl
The question: why I see two images in the output? I suspected that output should contain stretched source valid region by the width.
The text was updated successfully, but these errors were encountered:
kiritigowda
No branches or pull requests
Here is an example of openvx code that scale image (nearest neighbour) with replicate borders and valid region.
For the input I have this image (valid region is
{200, 200, 500, 300}
):Produced output (width is 2 * source width, height is source height) with the
OpenVX-sample-impl
library:The question: why I see two images in the output? I suspected that output should contain stretched source valid region by the width.
The text was updated successfully, but these errors were encountered: