RasterProcessTool/LAMPSARProcessProgram/ToolBox/BaseToolbox/WGS84_J2000.cpp

20 lines
422 B
C++
Raw Normal View History

#pragma once
#include <iostream>
#include <Eigen/Core>
#include <Eigen/Dense>
#include <time.h>
#include <math.h>
#include <string>
#include <omp.h>
#include <complex>
#include <gdal.h>
#include <gdal_priv.h>
#include <gdalwarper.h>
#include <ogrsf_frmts.h>
#include <opencv2/opencv.hpp>
#include <opencv2/core/eigen.hpp>
#include <opencv2/features2d.hpp>
#include <fstream>
2024-11-25 06:26:46 +00:00
#include "BaseTool.h"
#include"WGS84_J2000.h"