Versions Compared

Key

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

...

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.

...