handle image  
More...
#include <string>
#include <iostream>
#include <vector>
#include <cassert>
#include <boost/shared_ptr.hpp>
#include <alvision/alvisiondefinitions.h>
#include <qi/os.hpp>
 
Go to the source code of this file.
handle image 
Definition in file alimage.h.
 
      
        
          | #define _LIBALVISION_ALVISION_ALIMAGE_H_ | 
        
      
 
- Author
 - Pierre-Emmanuel VIEL Copyright (c) Aldebaran Robotics 2008, 2011, 2012 All Rights Reserved 
 
Definition at line 8 of file alimage.h.
 
 
      
        
          | void computeRgbFromYuv  | 
          ( | 
          unsigned char *  | 
          pYR,  | 
        
        
           | 
           | 
          unsigned char *  | 
          pUG,  | 
        
        
           | 
           | 
          unsigned char *  | 
          pVB  | 
        
        
           | 
          ) | 
           |  |