#include <structureColoring/segcomp/rangeimageio.h>#include <opencv/cv.h>#include <opencv/highgui.h>#include <iostream>#include <map>
Go to the source code of this file.
Functions | |
| cv::Vec3b | intToRgb (uint32_t i) | 
| int | main (int argc, char *argv[]) | 
| std::ostream & | operator<< (std::ostream &os, const cv::Vec3b &v) | 
| uint32_t | rgbToInt (const cv::Vec3b &rgb) | 
| void | usage (const char *prg) | 
| cv::Vec3b intToRgb | ( | uint32_t | i | ) | 
Definition at line 58 of file convertToRas.cpp.
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
Definition at line 73 of file convertToRas.cpp.
| std::ostream& operator<< | ( | std::ostream & | os, | 
| const cv::Vec3b & | v | ||
| ) | 
Definition at line 67 of file convertToRas.cpp.
| uint32_t rgbToInt | ( | const cv::Vec3b & | rgb | ) | 
Definition at line 54 of file convertToRas.cpp.
| void usage | ( | const char * | prg | ) | 
Definition at line 43 of file convertToRas.cpp.