|  | Paparazzi UAS v7.0_unstable
    Paparazzi is a free software Unmanned Aircraft System. | 
 Include dependency graph for wedgebug_opencv.h:
 Include dependency graph for wedgebug_opencv.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| Functions | |
| int | save_image_gray (struct image_t *img, char *myString) | 
| int | save_image_color (struct image_t *img, char *myString) | 
| int | save_image_HM (struct image_t *img, char *myString, int const heatmap) | 
| 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 | opening_OCV (struct image_t *img_input, const struct image_t *img_output, const int SE_size, const int iteration) | 
| int | closing_OCV (struct image_t *img_input, const struct image_t *img_output, const int SE_size, const int iteration) | 
| int | dilation_OCV (struct image_t *img_input, const struct image_t *img_output, const int SE_size, const int iteration) | 
| int | erosion_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) | 
Definition in file wedgebug_opencv.h.
| 
 | extern | 
Definition at line 304 of file wedgebug_opencv.cpp.
References foo, IMAGE_GRAYSCALE, IMAGE_INT16, and transfer().
Referenced by background_processes(), and background_processes_16bit().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | extern | 
Definition at line 330 of file wedgebug_opencv.cpp.
References foo, IMAGE_GRAYSCALE, IMAGE_INT16, and transfer().
Referenced by background_processes(), and background_processes_16bit().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | extern | 
Definition at line 355 of file wedgebug_opencv.cpp.
References foo, IMAGE_GRAYSCALE, IMAGE_INT16, and transfer().
Referenced by background_processes_16bit().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | extern | 
Definition at line 277 of file wedgebug_opencv.cpp.
References foo, IMAGE_GRAYSCALE, IMAGE_INT16, and transfer().
Referenced by background_processes(), and background_processes_16bit().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:Definition at line 94 of file wedgebug_opencv.cpp.
References foo.
Definition at line 69 of file wedgebug_opencv.cpp.
References foo, IMAGE_GRAYSCALE, and IMAGE_INT16.
Referenced by background_processes(), background_processes_16bit(), and wedgebug_periodic().
 Here is the caller graph for this function:
 Here is the caller graph for this function:Definition at line 116 of file wedgebug_opencv.cpp.
References foo, IMAGE_GRAYSCALE, and IMAGE_INT16.
Referenced by background_processes(), background_processes_16bit(), and wedgebug_periodic().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | extern | 
Definition at line 168 of file wedgebug_opencv.cpp.
References image_t::buf, foo, image_t::h, crop_t::h, IMAGE_GRAYSCALE, IMAGE_INT16, img_cropped_info, img_left, img_right, post_disparity_crop_rect(), image_t::w, crop_t::w, crop_t::x, and crop_t::y.
Referenced by background_processes(), and background_processes_16bit().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| int sobel_OCV | ( | struct image_t * | img_input, | 
| const struct image_t * | img_output, | ||
| const int | kernel_size, | ||
| const int | thr | ||
| ) | 
Definition at line 380 of file wedgebug_opencv.cpp.
References foo, IMAGE_GRAYSCALE, IMAGE_INT16, scale, and transfer().
Referenced by background_processes(), and background_processes_16bit().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function: