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

BilateralFilter function #30

Closed
egorovp opened this issue Mar 7, 2019 · 2 comments
Closed

BilateralFilter function #30

egorovp opened this issue Mar 7, 2019 · 2 comments
Assignees

Comments

@egorovp
Copy link

egorovp commented Mar 7, 2019

Problem

  1. The input tensor may have 2 or 3 dimensions.
    In case of 3 dimensions the size of the first dimension can be 1 or 2.
    Why it can be changed from 1 to 20 in CTS?
  2. According to documentation supported border mode shall be replicate or constant. Why it is set to undefined in CTS? Since it is undefined in CTS, then why the resulting values of borders are still checked?
  3. In case of 3 dimensions the first dimension is "radiometric" and the filtering goes by summing averaged weighted pixels in the window.
    Weight for every pixel in the window depends on the distance to the center of the window and on the difference in radiometric space between these two pixels.
    Why is radiometric space ignored in CTS?

Links

  1. Standard
  2. Conformance Tests
@egorovp
Copy link
Author

egorovp commented Mar 15, 2019

moved to link

@fbrill3
Copy link
Contributor

fbrill3 commented Apr 4, 2019

Closing this items since it's moved to KhronosGroup/OpenVX-api-docs#4

@fbrill3 fbrill3 closed this as completed Apr 4, 2019
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