lessthanoptimal / BoofCV

Fast computer vision library for SFM, calibration, fiducials, tracking, image processing, and more.
http://boofcv.org
1.05k stars 259 forks source link

Smoothing and sharpening #181

Open olegvakulenko opened 3 years ago

olegvakulenko commented 3 years ago

Hi!

Is it possible to implement algorithm where simultaneously applied smoothing and sharpening, like described here: https://content.sciendo.com/view/journals/amns/2/1/article-p299.xml?language=en

Thanks.

lessthanoptimal commented 3 years ago

It's definitely possible just not very high on the list at the moment. Looks like it has a similar goal to the image denoising approaches. Maybe once multi view stereo is working on sets of 100 images I'll look for an easier project to do. Others reading this are welcomed to give it a shot too!

lessthanoptimal commented 1 year ago

Current SNAPSHOT has a "Adaptive mean filter" that dynamically adjusts the blur magnitude based on edge intensity.