40 #include "opencv2/opencv.hpp" 41 #include "opencv2/highgui/highgui.hpp" 69 void setInputData(Mat *image_original_ , Mat *image_final_,
int thresh_ ,
bool upper_);
70 void setInputData(Mat *image_original_ , Mat *image_final_, QVector3D lower, QVector3D upper);
72 void threshold_(
int thresh_,
bool upper_);
73 void threshold_inrange(Mat *image_original_ , Mat *image_final_);
74 void threshold_inrange();
76 QPixmap getOutputImage();
Definition: threshold.h:47
Scalar upper_range
Definition: threshold.h:67
bool upper
Definition: threshold.h:64
QPixmap * pix_original
Definition: threshold.h:57
int thresh_int
Definition: threshold.h:63
QPixmap * pix_final
Definition: threshold.h:58
QImage image
Definition: threshold.h:60
ImagePro imgpro
Definition: threshold.h:53
Mat * image_final
Definition: threshold.h:56
Clase auxiliar para transformar imágenes de un formato a otro (Mat, QPixmap, QImage)
Mat * image_original
Definition: threshold.h:55
Scalar lower_range
Definition: threshold.h:66
Calcula y presenta el histograma de colores de una imagen.
Definition: imagepro.h:117
QPixmap pout
Definition: threshold.h:61