Object Detection  5.0
Image Processing Using Qt and Opencv
subjectimpl.cpp
1 #include "subjectimpl.h"
2 
3 SubjectImpl::SubjectImpl(QObject *parent):Subject(parent)
4 {
5 
6 }