31#import <Foundation/Foundation.h>
32#import <UIKit/UIKit.h>
38#ifndef DOXYGEN_SHOULD_SKIP_THIS
40@interface ImageConversion : NSObject
43+(
vpImage<
unsigned char>)vpImageGrayFromUIImage:(UIImage *)image;
44+(UIImage *)UIImageFromVpImageColor:(const
vpImage<
vpRGBa> &)I;
45+(UIImage *)UIImageFromVpImageGray:(const
vpImage<
unsigned char> &)I;
Definition of the vpImage class member functions.