Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using RobotNet10.Shared.Geometry;
|
||||
|
||||
namespace RobotNet10.RobotApp.Detection;
|
||||
|
||||
public interface IDetector : IDisposable
|
||||
{
|
||||
Pose MarkerPose { get; }
|
||||
DateTime DetectionTime { get; }
|
||||
void Active();
|
||||
void Disable();
|
||||
}
|
||||
Reference in New Issue
Block a user