This module contains elements for image processing. It resembles open cv's imgproc module.
import "lcvimproc" 1.0
Blurs an image using the normalized box filter | |
Finds edges within an image | |
Selects an image channel by its index | |
Copies the source image into the middle of the destination image | |
Converts an image from one color space to another | |
Erodes an image by using a specific structuring element | |
Dilates an image by using a specific structuring element | |
Converts an image with the specified kernel | |
Blurs an image using a Gaussian filter | |
Finds line segments in a binary image using the Hough transform | |
Finds line segments in a binary image using the probabilistic Hough transform | |
Resizes an image | |
Calculates the first, second, third, or mixed image derivatives using an extended Sobel operator | |
Creates a structuring element of the specified size and shape for morphological operations | |
Applies a fixed-level threshold to each element |