The Hough crop operation is used to select a region of the Hough transform. The HoughMap is cropped in to the specified value. In other words, the map is cropped along its height. This operation is particular useful to remove the edges of the Hough transform which could be interpreted as false peaks.
Original Hough map
The user was three options when selecting the cropping value.
- Crop to a specified
. Any value between 0 and the maximum
of the Hough map is allowed. This option corresponds to entering a positive value in the combo box.
Crop with a rho = 140
- Crop to a value of
equals to the radius of the Mask disc operation. This option is automatically selected if the entered value in the combo box is equal to -1.
Crop with a rho = -1
- Crop to a value of
equals to the radius of the Mask disc operation minus a specified value. This is equivalent to having a disk mask with a smaller radius. For this option, the user must enter a negative value less than -1. For example, a value of -2 will correspond to
equals to the disk mask operation’s radius minus one pixel.
Crop with a rho = -38