if TRUE the final parameter values for alpha and
sigma are printed to the console (TRUE | FALSE)
Details
The function provides a graphical user interface (GUI) that allows users to
interactively adjust the parameters for object detection:
Alpha: Controls the threshold adjustment factor for edge detection.
Sigma: Determines the amount of smoothing applied to the image.
Scale: Adjusts the scale of the displayed image.
The GUI also includes a button to switch between two detection methods:
Edge Detection: Utilizes the edgeDetection function. The alpha parameter acts as a threshold adjustment factor, and sigma controls the smoothing.
Threshold Detection: Applies a thresholding method, utilizing SPE for background reduction and the threshold function. (No dependency on alpha or sigma!)