Structs§
- Arena
- Arena
Pads - Blur
Image - Immutable image store
- Blur
Image Mut - Mutable image store If it owns vector it does auto resizing on methods that working out-of-place.
- Image
Size - Kernel
Shape - Kernel shape must be always odd!
- Mismatched
Size - Shows size mismatching
- Scalar
Enums§
- Blur
Error - Buffer
Store - Convolution
Mode - Declares requested precision level, this is supported only for u8
- Edge
Mode - Declares an edge handling mode
- Fast
Blur Channels - Declares channels count
- Threading
Policy - Set threading policy.
- Transfer
Function - Declares transfer function for transfer components into a linear colorspace and its inverse
Functions§
- adaptive_
blur - Performs an adaptive blur on the image
- box_
blur - Performs box blur on the image.
- box_
blur_ f32 - Performs box blur on the image.
- box_
blur_ in_ linear - Performs box blur on the image in linear colorspace
- box_
blur_ u16 - Performs box blur on the image.
- fast_
bilateral_ filter - Performs fast bilateral filter on the 8-bit image
- fast_
bilateral_ filter_ f32 - Performs fast bilateral filter on the f32 image
- fast_
bilateral_ filter_ image - Performs fast bilateral filter on the image
- fast_
bilateral_ filter_ u16 - Performs fast bilateral filter on the up to 16-bit image
- fast_
gaussian - Performs gaussian approximation on the image.
- fast_
gaussian_ blur_ image - Performs fast gaussian blur on the image
- fast_
gaussian_ f16 - Performs gaussian approximation on the image.
- fast_
gaussian_ f32 - Performs gaussian approximation on the image.
- fast_
gaussian_ in_ linear - Performs gaussian approximation on the image in linear colorspace
- fast_
gaussian_ next - Performs gaussian approximation on the image.
- fast_
gaussian_ next_ blur_ image - Performs fast gaussian next blur on the image
- fast_
gaussian_ next_ f16 - Performs gaussian approximation on the image.
- fast_
gaussian_ next_ f32 - Performs gaussian approximation on the image.
- fast_
gaussian_ next_ in_ linear - Performs gaussian approximation on the image in linear color space
- fast_
gaussian_ next_ u16 - Performs gaussian approximation on the image.
- fast_
gaussian_ u16 - Performs gaussian approximation on the image.
- fft_
next_ good_ size - filter_
1d_ approx - Performs 2D separable approximated convolution on single plane image
- filter_
1d_ exact - Performs 2D separable convolution on single plane image
- filter_
2d - This performs direct 2D convolution on image.
- filter_
2d_ arbitrary - This performs direct 2D convolution on image.
- filter_
2d_ fft - Performs 2D separable approximated convolution on single plane image.
- filter_
2d_ rgb - This performs direct 2D convolution on RGB image.
- filter_
2d_ rgb_ fft - Performs 2D separable approximated convolution on RGB image.
- filter_
2d_ rgba - This performs direct 2D convolution on RGBA image.
- filter_
2d_ rgba_ fft - Performs 2D separable approximated convolution on RGBA image.
- gaussian_
blur - Performs gaussian blur on the image.
- gaussian_
blur_ f16 - Performs gaussian blur on the image.
- gaussian_
blur_ f32 - Performs gaussian blur on the image.
- gaussian_
blur_ image - Performs clear gaussian blur on the image
- gaussian_
blur_ in_ linear - Performs gaussian blur on the image in linear colorspace
- gaussian_
blur_ u16 - Performs gaussian blur on the image.
- gaussian_
box_ blur - Performs gaussian box blur approximation on the image.
- gaussian_
box_ blur_ f32 - Performs gaussian box blur approximation on the image.
- gaussian_
box_ blur_ in_ linear - Performs gaussian box blur approximation on the image.
- gaussian_
box_ blur_ u16 - Performs gaussian box blur approximation on the image.
- gaussian_
kernel_ 1d - generate_
motion_ kernel - laplacian
- Performs laplacian of gaussian on the image
- laplacian_
kernel - make_
arena - Pads an image with chosen border strategy
- median_
blur - Performs median blur on the image.
- motion_
blur - Performs motion blur on the image
- sigma_
size - Computes sigma from kernel size
- sobel
- Performs sobel operator on the image
- stack_
blur - Fastest available blur option
- stack_
blur_ f16 - Fastest available blur option in f16, values may be denormalized, or normalized
- stack_
blur_ f32 - Fastest available blur option in f32, values may be denormalized, or normalized
- stack_
blur_ image - Performs stack blur on the image
- stack_
blur_ in_ linear - Stack blur that will be performed in linear color space
- stack_
blur_ u16 - Fastest available blur option
- tent_
blur - Performs tent blur on the image.
- tent_
blur_ f32 - Performs tent blur on the image.
- tent_
blur_ in_ linear - Performs tent blur on the image in linear colorspace
- tent_
blur_ u16 - Performs tent blur on the image.