...
Note |
---|
The same cut will apply to all images, so make sure that the are for detection is in the same portion of the image among all the images. |
...
Scale
Scale lets you adjust the resolution of the image.
...
Remove background function can help you with focusing only on the main object. Offers two types of background removal (histogram and canny), and each can be useful for different kinds of images. The Canny background removal uses either canny edge detector, dilation, and erosion or OpenCV histogram.
Canny Edge Histogram
...
Unifies the position and angle of objects or just puts the angle of the object into Context (if this option is ticked). Remove background that needs to be used before Unifier and have the same background color selected.
Note |
---|
Although this seems very useful for unifying the images, it takes a long time and thus it’s not recommended for projects that are required to run within a strict time limit. |
...
Contrast equalisation
Equalises the contrast using the CLAHE algorithm, which works with a histogram of a pixel and its surroundings (depending on the kernel size). The clip limit determines the value at which the histogram is clipped. Details in the OpenCV documentation for CLAHE and histogram equalisation.
...
This function lets you adjust the gamma value.
Info |
---|
Very useful when the input image is too bright or too dark. |
...
Camera calibration
This function can be used to remove some camera-related distortions of the image.
...