Visual Servoing Platform  version 3.3.1 under development (2020-03-23)
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