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

Is sobel filtering implemented in DALI? #2963

Closed
dariodematties opened this issue May 16, 2021 · 4 comments
Closed

Is sobel filtering implemented in DALI? #2963

dariodematties opened this issue May 16, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@dariodematties
Copy link

Basically this is my question. Is sobel or another set of filtering toolkit implemented in DALI?

Thanks!

Dario

@JanuszL JanuszL added the enhancement New feature or request label May 16, 2021
@JanuszL
Copy link
Contributor

JanuszL commented May 16, 2021

Hi, @dariodematties,

DALI doesn't support the Sobel operator. However we do support Gaussian filer which is based on separable convolution, so it should not be that hard to add Sobel as well.
We will add it to our ToDo list.

@dariodematties
Copy link
Author

Thanks @JanuszL , I will take a look at how the Gaussian filter is implemented.

Thanks!

@stiepan stiepan added this to the Release_1.19.0 milestone Sep 21, 2022
@JanuszL JanuszL removed this from the Release_1.20.0 milestone Nov 30, 2022
@stiepan stiepan added this to the Release_1.22.0 milestone Jan 5, 2023
@stiepan
Copy link
Member

stiepan commented Jan 5, 2023

The sobel filter can now be implemented using filter operator (#4525).

@stiepan stiepan closed this as completed Jan 5, 2023
@JanuszL
Copy link
Contributor

JanuszL commented Jan 24, 2023

DALI 1.22 has been released with this functionality included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants