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

Scale: incorrect work of valid region #53

Open
igsha opened this issue Jan 21, 2023 · 0 comments
Open

Scale: incorrect work of valid region #53

igsha opened this issue Jan 21, 2023 · 0 comments
Assignees

Comments

@igsha
Copy link

igsha commented Jan 21, 2023

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}):
last_day

Produced output (width is 2 * source width, height is source height) with the OpenVX-sample-impl library:
out

The question: why I see two images in the output? I suspected that output should contain stretched source valid region by the width.

@kiritigowda kiritigowda self-assigned this Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants