Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: images update

...

Cut lets you crop the image manually from all four sides or by drawing a rectangle.

...

Scale

Scale lets you adjust the resolution of the image.

...

Rotation

You can rotate all images by a specified angle.

...

Background normalization serves for unifying colors.

...

Blur

This function blurs the picture and reduces noise. Details in the OpenCV documentation.

...

Canny edge detector focuses only on the edges of the objects. You can set the Threshold value to highlight the edges. Details in the OpenCV documentation.

...

cannyedge1.pngImage Addedcannyedge2.pngImage Added

Remove background

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 canny edge detectordilation, and erosion.

...

remove1.pngImage Addedremove2.pngImage Added

Unifier

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.

...

Converts the image into a different color space (HLS, HSV, YUV, LAB, or GRAY). Details in the OpenCV documentation.

...

Adjust gamma

This function lets you adjust the gamma value.

...

Camera calibration

This function can be used to remove some camera-related distortions of the image.

...