opencv_mv/QPlugins/ImageProcess/PerspectiveTransform/PerspectiveTransform.cpp

33 lines
531 B
C++
Raw Normal View History

2023-05-22 09:27:46 +00:00
#include "PerspectiveTransform.h"
#include "frmPerspectiveTransform.h"
PerspectiveTransform::PerspectiveTransform()
{
}
QString PerspectiveTransform::name()
{
return "͸<EFBFBD>ӱ任";
}
QString PerspectiveTransform::information()
{
return "ͼ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
}
QDialog* showDialog(QString toolName, QToolBase* toolBase)
{
frmPerspectiveTransform* ss = new frmPerspectiveTransform(toolName, toolBase);
return ss;
}
int ShowFormState()
{
return QConfig::nFormState;
}
void SetFormState()
{
QConfig::nFormState = 0;
}