mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Original implementation of Smooth Image filters
Smoothing and noise reduction filters + noise generators.
This commit is contained in:
@@ -163,6 +163,9 @@ void CloneSource::setFilter(FrameBufferFilter::Type T)
|
||||
case FrameBufferFilter::FILTER_SHARPEN:
|
||||
filter_ = new SharpenFilter;
|
||||
break;
|
||||
case FrameBufferFilter::FILTER_SMOOTH:
|
||||
filter_ = new SmoothFilter;
|
||||
break;
|
||||
case FrameBufferFilter::FILTER_EDGE:
|
||||
filter_ = new EdgeFilter;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user