#include "ecvApplyTransformationDlg.h"
#include "MainWindow.h"
#include "ecvAskTwoDoubleValuesDlg.h"
#include "ecvPersistentSettings.h"
#include "ui_dipDirTransformationDlg.h"
#include <CVConst.h>
#include <ecvFileUtils.h>
#include <ecvNormalVectors.h>
#include <QClipboard>
#include <QFileDialog>
#include <QFileInfo>
#include <QMessageBox>
#include <QSettings>
#include <QtCompat.h>
#include "ecvApplyTransformationDlg.moc"
Go to the source code of this file.
|
| static QString | s_lastMatrix ("1.00000000 0.00000000 0.00000000 0.00000000\n0.00000000 1.00000000 " "0.00000000 0.00000000\n0.00000000 0.00000000 1.00000000 " "0.00000000\n0.00000000 0.00000000 0.00000000 1.00000000") |
| |
◆ s_lastMatrix()
| static QString s_lastMatrix |
( |
"1.00000000 0.00000000 0.00000000 0.00000000\n0.00000000 1.00000000 " "0.00000000 0.00000000\n0.00000000 0.00000000 1.00000000 " "0.00000000\n0.00000000 0.00000000 0.00000000 1.00000000" |
| ) |
|
|
static |
◆ s_currentFormIndex
| int s_currentFormIndex = 0 |
|
static |
◆ s_inverseMatrix
| bool s_inverseMatrix = false |
|
static |