44 lines
842 B
C++
44 lines
842 B
C++
|
#include "stdafx.h"
|
|||
|
#include "ImageOperatorBase.h"
|
|||
|
#include "BaseTool.h"
|
|||
|
#include "GeoOperator.h"
|
|||
|
#include <Eigen/Core>
|
|||
|
#include <Eigen/Dense>
|
|||
|
#include <omp.h>
|
|||
|
#include <io.h>
|
|||
|
#include <stdio.h>
|
|||
|
#include <stdlib.h>
|
|||
|
#include <gdal.h>
|
|||
|
#include <gdal_utils.h>
|
|||
|
#include <gdal_priv.h>
|
|||
|
#include <gdalwarper.h>
|
|||
|
#include <proj.h>
|
|||
|
#include <string.h>
|
|||
|
#include <memory>
|
|||
|
#include <iostream>
|
|||
|
#include "FileOperator.h"
|
|||
|
#include <opencv2/opencv.hpp>
|
|||
|
#include <QMessageBox>
|
|||
|
#include <QDir>
|
|||
|
#include <fcntl.h>
|
|||
|
#include <sys/types.h>
|
|||
|
#include <sys/stat.h>
|
|||
|
#include <QProgressDialog>
|
|||
|
#include <gdal_priv.h>
|
|||
|
#include <ogr_spatialref.h> // OGRSpatialReference <20><><EFBFBD>ڿռ<DABF><D5BC>ο<EFBFBD>ת<EFBFBD><D7AA>
|
|||
|
#include <gdal_alg.h> // <20><><EFBFBD><EFBFBD> GDALWarp <20><><EFBFBD><EFBFBD>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
void ShowProessAbstract::showProcess(double precent, QString tip)
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
void ShowProessAbstract::showToolInfo(QString tip)
|
|||
|
{
|
|||
|
}
|
|||
|
|
|||
|
|