Visual Servoing Platform  version 3.3.0
ImageDisplay(withContext) Category Reference

#import <ImageDisplay+withContext.h>

Class Methods

(void) + displayLineWithContext:context:polygon:color:
 
(void) + displayFrameWithContext:context:cMo:cam:size:
 
(void) + displayText:text:x:y:width:height:color:
 

Detailed Description

Definition at line 42 of file ImageDisplay+withContext.h.

Method Documentation

◆ displayFrameWithContext:context:cMo:cam:size:

+ (void) displayFrameWithContext: (CGContextRef) 
context: (const vpHomogeneousMatrix &) 
cMo: (const vpCameraParameters &) 
cam: (double) 
size: (int)  tickness 

[display line with context]

[display frame with context]

Definition at line 92 of file ImageDisplay+withContext.mm.

◆ displayLineWithContext:context:polygon:color:

+ (void) displayLineWithContext: (CGContextRef) 
context: (std::vector<vpImagePoint>) 
polygon: (UIColor*) 
color: (int)  tickness 

[display line with context]

Definition at line 70 of file ImageDisplay+withContext.mm.

◆ displayText:text:x:y:width:height:color:

+ (void) displayText: (NSString*) 
text: (double) 
x: (double) 
y: (int) 
width: (int) 
height: (UIColor*) 
color: (UIColor*)  bgColor 

[display frame with context]

[display text]

Definition at line 139 of file ImageDisplay+withContext.mm.