Go to the documentation of this file. 43 #include <opencv2/highgui/highgui.hpp> 44 #include <boost/property_tree/xml_parser.hpp> 45 #include <boost/lexical_cast.hpp> 46 #include <boost/algorithm/string.hpp> 47 #include <boost/foreach.hpp> 51 #if defined(__linux__) 53 #elif defined(__FreeBSD__) || defined(__NetBSD__) 54 # include <sys/endian.h> 55 #elif defined(__OpenBSD__) 56 # include <sys/types.h> 57 # define be16toh(x) betoh16(x) 58 # define be32toh(x) betoh32(x) 59 # define be64toh(x) betoh64(x)