27 #ifndef WEDGEBUG_OPENCV_H
28 #define WEDGEBUG_OPENCV_H
52 const int ndisparities,
const int SADWindowSize,
const bool cropped);
61 int sobel_OCV(
struct image_t *img_input,
const struct image_t *img_output,
const int kernel_size,
const int thr);
Image helper functions like resizing, color filter, converters...
struct image_t img_right
Image obtained from left camera (UYVY format)
int SBM_OCV(struct image_t *img_disp, const struct image_t *img_left, const struct image_t *img_right, const int ndisparities, const int SADWindowSize, const bool cropped)
int closing_OCV(struct image_t *img_input, const struct image_t *img_output, const int SE_size, const int iteration)
int sobel_OCV(struct image_t *img_input, const struct image_t *img_output, const int kernel_size, const int thr)
int save_image_gray(struct image_t *img, char *myString)
int dilation_OCV(struct image_t *img_input, const struct image_t *img_output, const int SE_size, const int iteration)
int save_image_color(struct image_t *img, char *myString)
int erosion_OCV(struct image_t *img_input, const struct image_t *img_output, const int SE_size, const int iteration)
int opening_OCV(struct image_t *img_input, const struct image_t *img_output, const int SE_size, const int iteration)
int save_image_HM(struct image_t *img, char *myString, int const heatmap)