17 lines
315 B
C
17 lines
315 B
C
#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);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|