Update SegImg function.

This commit is contained in:
sunwen
2025-10-22 10:31:36 +08:00
parent 1b1450e85c
commit 9af07def99
14 changed files with 908 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#ifndef SEGIMG_H
#define SEGIMG_H
#include <Matrix.h>
namespace Recon
{
Aurora::Matrix SegImgMain(const Aurora::Matrix& aMatrix, float aImageResolution, const Aurora::Matrix& aImageStartPoint, const Aurora::Matrix& aImageEndPoint);
Aurora::Matrix SegImg(const Aurora::Matrix& aSegRes, const Aurora::Matrix& aImg, int aEndZ, float aThre3D,
float aImageResolution, const Aurora::Matrix& aImageStartPoint, const Aurora::Matrix& aImageEndPoint);
}
#endif //SEGIMG_H