Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
wedgebug_opencv.h File Reference
+ Include dependency graph for wedgebug_opencv.h:
+ 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)
 

Detailed Description

Author
Ralph Rudi schmidt ralph.nosp@m..r.s.nosp@m.chmid.nosp@m.t@ou.nosp@m.tlook.nosp@m..com OpenCV functions to be used for the wedebug.

Definition in file wedgebug_opencv.h.

Function Documentation

◆ closing_OCV()

int closing_OCV ( struct image_t img_input,
const struct image_t img_output,
const int  SE_size,
const int  iteration 
)

Definition at line 304 of file wedgebug_opencv.cpp.

References image_t::buf, image_t::h, IMAGE_GRAYSCALE, IMAGE_INT16, transfer(), image_t::type, and image_t::w.

+ Here is the call graph for this function:

◆ dilation_OCV()

int dilation_OCV ( struct image_t img_input,
const struct image_t img_output,
const int  SE_size,
const int  iteration 
)

Definition at line 330 of file wedgebug_opencv.cpp.

References image_t::buf, image_t::h, IMAGE_GRAYSCALE, IMAGE_INT16, transfer(), image_t::type, and image_t::w.

+ Here is the call graph for this function:

◆ erosion_OCV()

int erosion_OCV ( struct image_t img_input,
const struct image_t img_output,
const int  SE_size,
const int  iteration 
)

Definition at line 355 of file wedgebug_opencv.cpp.

References image_t::buf, image_t::h, IMAGE_GRAYSCALE, IMAGE_INT16, transfer(), image_t::type, and image_t::w.

+ Here is the call graph for this function:

◆ opening_OCV()

int opening_OCV ( struct image_t img_input,
const struct image_t img_output,
const int  SE_size,
const int  iteration 
)

Definition at line 277 of file wedgebug_opencv.cpp.

References image_t::buf, image_t::h, IMAGE_GRAYSCALE, IMAGE_INT16, transfer(), image_t::type, and image_t::w.

+ Here is the call graph for this function:

◆ save_image_color()

int save_image_color ( struct image_t img,
char *  myString 
)

Definition at line 94 of file wedgebug_opencv.cpp.

References image_t::buf, image_t::h, and image_t::w.

◆ save_image_gray()

int save_image_gray ( struct image_t img,
char *  myString 
)

◆ save_image_HM()

int save_image_HM ( struct image_t img,
char *  myString,
int const  heatmap 
)

◆ SBM_OCV()

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 
)

◆ sobel_OCV()

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 image_t::buf, image_t::h, IMAGE_GRAYSCALE, IMAGE_INT16, scale, transfer(), image_t::type, and image_t::w.

+ Here is the call graph for this function: