Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 detectordilation, and erosion or OpenCV histogram.

Canny Edge Histogram

...

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.

...