ThresholdDialog
<projects/gui/ThresholdDialog.h>
Dialog window used to help the user find the correct thresholds needed to track their marker points in the images.
Member Fields
Field | Type | Notes |
---|---|---|
staticMetaObject | const QMetaObject |
MISSING |
Member Functions
(constructor) | |
Check to see if the Cancel() method has been called by the user to interrupt execution. |
|
Callback function that gets called by a mouse event and then gives the value of the pixel. If the image that is being shown is a thresholde image, then it will only show the values of the parts of the image that pass the threshold ( i.e. the non-black pixels) and furthermore, it will show the value of that pixel in the original image. This is useful for figuring out why certain pixels are making it past the thresholding and then fine tuning the constraints. |
|
This function can be called if the dialog is being preserved across instantiations to update the images that are being shown. |
|
Refresh the preview window. |
|
QT auto-generated function. Don’t directly call. |
|
Callback function for when the user toggles the checkbox to show the original image or show the thresholded image. |
|
Callback function for when the user cancels the thresholding preview and doesn’t want to save changes to variables. |
|
Callback function for when the user is setting the left bound for the color thresholding using the color selection dialog. |
|
Callback function for when the user is done with the thresholding preview and wants to save their changes. |
|
Callback function for when the user wants to set the right color thresholding bounds using the color selection dialog. |
|
Callback function to force the thresholding data to repaint itself when button clicked by user. Sometimes changes aren’t noticed by the dialog and the user has to manually force a refresh. |
|
Callback for when the hue left bound has been edited. |
|
Callback for when the hue right bound has been edited. |
|
Callback for when the saturation left bound has been edited. |
|
Callback for when the saturation right bound has been edited. |
|
Callback for when the value left bound has been edited. |
|
Callback for when the value right bound has been edited. |
|
Callback for when the size of the filter used to remove noise has been edited. |
|
Callback for when the number of cameras to use in the triangulation has been edited. |
|
Callback for when the number of iterations to use in the pixel noise removal has been edited. |
|
Callback for when the timestep to view value has been edited. |
|
No details given |
|
QT auto-generated function. Don’t directly call. |
|
QT auto-generated function. Don’t directly call. |
|
QT auto-generated function. Don’t directly call. |
|
QT auto-generated function. Don’t directly call. |
|
QT auto-generated function. Don’t directly call. |