Versions Compared

Key

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

...

Cut lets you crop the image manually from all four sides by adjusting the sliders on the right side of the image or by drawing a rectangle around the area you want to crop out and then pressing the Crop button whicg is located under the slider.

The slidebars on the right side of the image let you choose from which side of the image and how many pixels to cut.

If you use the crop function Crop button, the slidebars will adjust automatically.

Info

This is useful when the area on which the detection is required is only on a portion of the image. Cutting the image can shorten training and detection times and prevents detection outside of ROI.

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.

...

Info

This can be useful when the models are already trained and implemented on the production line, but a camera on the line was rotated. So in order to avoid the need to retrain the models, you can just rotate the images back to the position that was used for training.

Or, you can use this function to just rotate images to a position that makes it easier to makeannotations.

...

Background normalization

...

Canny edge detector focuses only on the edges of the objects. You can set the Threshold value to highlight the edges, the higher the Threshold value, the larger the edge must be for it to be shown on the processed image. Details in the OpenCV documentation.

Info

Canny edge detector can be useful for higlighting structural defects, while getting rid of the noise caused by different colors.

cannyedge1.pngcannyedge2.png

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.

...