![]() |
Visual Servoing Platform
version 3.3.0
|
#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: |
Definition at line 42 of file ImageDisplay+withContext.h.
+ (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 1 of file ImageDisplay+withContext.mm.
+ (void) displayLineWithContext: | (CGContextRef) | ||
context: | (std::vector<vpImagePoint>) | ||
polygon: | (UIColor*) | ||
color: | (int) | tickness | |
[display line with context]
Definition at line 1 of file ImageDisplay+withContext.mm.
+ (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 1 of file ImageDisplay+withContext.mm.