|
MIRA
|
hexdump() method for printing binary content as hex dump into a stream. More...

Go to the source code of this file.
Namespaces | |
| mira | |
| specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Functions | |
| void | hexdump (std::ostream &stream, const uint8 *bytes, std::size_t length) |
| Prints a buffer as hexdump to the specified stream. More... | |
| template<typename T > | |
| void | hexdump (std::ostream &stream, const Buffer< T > &buffer) |
| Prints a buffer as hexdump to the specified stream. More... | |
hexdump() method for printing binary content as hex dump into a stream.
1.8.14