2025-04-05 04:16:22 +00:00
|
|
|
#pragma once
|
|
|
|
#ifndef __ImageNetOperator__H_
|
|
|
|
#define __ImageNetOperator__H_
|
|
|
|
#include "BaseConstVariable.h"
|
|
|
|
#include <QString>
|
|
|
|
|
|
|
|
|
|
|
|
void InitCreateImageXYZProcess(QString& outImageLLPath, QString& outImageXYZPath, QString& InEchoGPSDataPath, double& NearRange, double& RangeResolution, int64_t& RangeNum);
|
|
|
|
|
2025-04-06 06:29:35 +00:00
|
|
|
bool OverlapCheck(QString& ImageLLPath, QString& ImageDEMPath);
|
2025-04-05 04:16:22 +00:00
|
|
|
|
2025-04-06 08:48:37 +00:00
|
|
|
bool GPSPointsNumberEqualCheck(QString& ImageLLPath, QString& InEchoGPSDataPath);
|
|
|
|
|
|
|
|
|
|
|
|
void InterploateAtiByRefDEM(QString& ImageLLPath, QString& ImageDEMPath, QString& outImageLLAPath, QString& InEchoGPSDataPath);
|
2025-04-05 04:16:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|