33 #import <UIKit/UIKit.h> 35 #import <visp3/visp.h> 38 #import "ImageDisplay.h" 40 NS_ASSUME_NONNULL_BEGIN
44 + (void)displayLineWithContext:(CGContextRef)context :(
std::vector<
vpImagePoint>)polygon :(UIColor*)color :(
int)tickness;
48 + (void)displayText:(NSString*)text :(
double)x :(
double)y :(
int)width :(
int)height :(UIColor*)color :(UIColor*)bgColor;
Implementation of an homogeneous matrix and operations on such kind of matrices.
Generic class defining intrinsic camera parameters.
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...