#include "Recognizer.h" Recognizer::Recognizer(QObject *parent) : QObject(parent) { } void Recognizer::recognize(QPixmap pixmap) { }