Image_Processing_Options module¶
- class Image_Processing_Options.Ui_Image_Processing_Options[source]¶
Bases:
object
- Blur_Function()[source]¶
Function which opens and adds a new window (takes window priority) which is the Blurring image screen (gets redirected from the Image Preocessing Options screen)
- DownSamplingFunction()[source]¶
Function which opens and adds a new window (takes window priority) which is the Down Sampling screen (gets redirected from the Image Preocessing Options screen).
- Facial_Feature_Detection_Function()[source]¶
Function which opens and adds a new window (takes window priority) which is the Facial Feature Detection screen (gets redirected from the Image Preocessing Options screen)
- Gaussian_Function()[source]¶
Function which opens and adds a new window (takes window priority) which is the Gaussian Image rectification screen (gets redirected from the Image Preocessing Options screen)
- LPF_Function()[source]¶
Function which opens and adds a new window (takes window priority) which is the Low Pass Filter screen (gets redirected from the Image Preocessing Options screen)
- Laplace_Function()[source]¶
Function which opens and adds a new window (takes window priority) which is the Laplace edge detection screen (gets redirected from the Image Preocessing Options screen)
- NegativeFunction()[source]¶
Function which opens and adds a new window (takes window priority) which is the Negative Imag Conversion screen (gets redirected from the Image Preocessing Options screen)
- Threshold_WithFunction()[source]¶
Function which opens and adds a new window (takes window priority) which is the Thresholding with background screen (gets redirected from the Image Preocessing Options screen)
- Threshold_WithoutFunction()[source]¶
Function which opens and adds a new window (takes window priority) which is the Thresholding without background screen (gets redirected from the Image Preocessing Options screen)
- UpSamplingFunction()[source]¶
Function which opens and adds a new window (takes window priority) which is the Up Sampling screen (gets redirected from the Image Preocessing Options screen)
- retranslateUi(Image_Processing_Options)[source]¶
Setting the UI layouts and components - labels, textfields, pushbuttons, etc. Also adding functionality for redirecting buttons to respective functions on being clicked.
- setupUi(Image_Processing_Options)[source]¶
setupUI defined for the Image Processing Options screen auto-generated by the PyQt5 editor.
- Parameters:
Image_Processing_Options (object) – setupUI defined by PyQt5 for setting up the UI components which is then combined with retranslateUI to label the components corresponding to their roles.