add backend for registration
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using PointCloudWeb.Server.Models;
|
||||
using System.Numerics;
|
||||
|
||||
namespace PointCloudWeb.Server.Services
|
||||
{
|
||||
public interface IPointCloudRegistationService
|
||||
{
|
||||
public Matrix4x4 RegisterPointCloud(PointCloud source, PointCloud target);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user