33 #import <Foundation/Foundation.h> 34 #import <UIKit/UIKit.h> 37 #import <visp3/visp.h> 40 #ifndef DOXYGEN_SHOULD_SKIP_THIS 42 @interface ImageConversion : NSObject
45 + (
vpImage<
unsigned char>)vpImageGrayFromUIImage:(UIImage *)image;
46 + (UIImage *)UIImageFromVpImageColor:(const
vpImage<
vpRGBa> &)I;
47 + (UIImage *)UIImageFromVpImageGray:(const
vpImage<
unsigned char> &)I;
Definition of the vpImage class member functions.