|
| static void | copyMatToFrame (const cv::Mat &src, base::samples::frame::Frame &frame) |
| |
| static void | resize_bayer (const base::samples::frame::Frame &src, base::samples::frame::Frame &dst, int offset_x=0, int offset_y=0) |
| |
| static void | resize (const base::samples::frame::Frame &src, base::samples::frame::Frame &dst, int offset_x=0, int offset_y=0, ResizeAlgorithm algo=INTER_LINEAR) |
| |
| static void | rotateBy180Degrees (const base::samples::frame::Frame &src, base::samples::frame::Frame &dst) |
| |
| static float | calcDistanceToObject (float f, float virtual_size, float real_size) |
| |
| static float | calcDistanceToObject (const base::samples::frame::Frame &frame, float virtual_width, float real_width, float virtual_height, float real_height) |
| |
| static cv::Point2f | calcRelPosToPoint (float fx, float fy, int x1, int y1, int x2, int y2, float d) |
| |
| static cv::Point2f | calcRelPosToPoint (const base::samples::frame::Frame &frame, int x1, int y1, int x2, int y2, float d) |
| |
| static cv::Point2f | calcRelPosToCenter (const base::samples::frame::Frame &frame, int x1, int y1, float d) |
| |
| static void | convertBayerToRGB24 (const base::samples::frame::Frame &src, base::samples::frame::Frame &dst) |
| |
| static void | convertBayerToRGB24 (const uint8_t *src, uint8_t *dst, int width, int height, base::samples::frame::frame_mode_t mode) |
| |
| static void | convertRGBToGray (const base::samples::frame::Frame &src, base::samples::frame::Frame &dst, bool copy_attributes=true) |
| |
| static void | convertBayerToGreenChannel (const base::samples::frame::Frame &src, base::samples::frame::Frame &dst) |
| |
| static void | convertBayerToGreenChannel (const uint8_t *src, uint8_t *dst, int width, int height, base::samples::frame::frame_mode_t mode) |
| |
| static void | calcDiff (const base::samples::frame::Frame &src1, const base::samples::frame::Frame &src2, base::samples::frame::Frame &dst) |
| |
| static void | convertPJPGToRGB24 (const base::samples::frame::Frame &src, base::samples::frame::Frame &dst) |
| |
| static bool | convertPJPGToRGB24 (const uint8_t *source, uint8_t *target_buffer, const size_t source_size, const int width, const int height) |
| |
| static void | convertJPEGToRGB24 (uint8_t const *src, uint8_t *dst, size_t const src_size, int const width, int const height) |
| |
| static cv::Mat | convertToCvMat (const base::samples::frame::Frame &frame) |
| |
| static int | getOpenCvType (const base::samples::frame::Frame &frame) |
| |