ImageFilterDenoiser#
(Denoiser)
- Category:
ImageFilter
- Default object name:
denoiser
- Inherits from: ProjectItem > ImageFilter > KernelFilter
No corresponding User page.
Description#
Denoise the image.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
long |
patch_radius |
VISUAL_HINT_PIXEL |
Set the patches radius. |
double |
sigma |
VISUAL_HINT_DEFAULT |
Set the sampling filter parameter. |
long |
iteration |
VISUAL_HINT_DEFAULT |
Number of filter iteration. |
CID#
class "ImageFilterDenoiser" "KernelFilter" {
#version 0.2
icon "../icons/object_icons/filter_denoiser.iconrc"
category "ImageFilter"
doc "Denoise the image."
pixel "patch_radius" {
doc "Set the patches radius."
animatable yes
slider yes
numeric_range yes 0.0 50
ui_range yes 0.0 7
value 3
}
double "sigma" {
doc "Set the sampling filter parameter."
animatable yes
slider yes
numeric_range yes 0.25 10
ui_range yes 0.25 4
value 0.4
}
long "iteration" {
doc "Number of filter iteration."
animatable yes
slider yes
ui_range yes 1 3
value 1
}
}