Ask Your Question
2

Modern Edge-preserving filters: Domain-transform, Rolling Guided Filters

asked 2019-02-25 00:39:27 -0600

Martian gravatar image

updated 2020-11-06 04:17:31 -0600

I was researching bilateral filters and some variants for flattening areas of gray-scale images (eliminating features for sort of a pseudo-segmentation).

Bilateral filters work just OK, but of course they are miserably slow. There is a new generation of similar filters that promise extreme speed and better effectiveness. I was wondering if anyone has worked with Domain Transform, or Rolling Guided Filters, or if there are others.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2019-02-25 00:41:59 -0600

Martian gravatar image

There's a nice example of domain transform filters here: https://github.com/norishigefukushima... See the images of the statue about half-way down.

The code module is pretty large though, with support for SSE extensions and such.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-02-25 00:39:27 -0600

Seen: 284 times

Last updated: Feb 25 '19