app

Undocumented in source.

Members

Functions

Dilation
void Dilation(int , void* )
Undocumented in source. Be warned that the author may not have intended to support it.
Erosion
void Erosion(int , void* )
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main()
dilation_dst
Mat dilation_dst;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dilation_elem
int dilation_elem;
Undocumented in source.
dilation_size
int dilation_size;
erosion_dst
Mat erosion_dst;
Undocumented in source.
erosion_elem
int erosion_elem;
Undocumented in source.
erosion_size
int erosion_size;
Undocumented in source.
max_elem
int max_elem;
Undocumented in source.
max_kernel_size
int max_kernel_size;
Undocumented in source.
src
Mat src;
Undocumented in source.

Meta