Visual Servoing Platform  version 3.3.0 under development (2020-02-17)
VispDetector.h
1 #import <UIKit/UIKit.h>
2 
3 @interface VispDetector : NSObject
4 - (UIImage *)detectAprilTag: (UIImage*)image px:(float)px py:(float)py;
5 @end
6