![]() |
Projekt Luna
1.0.1
Der humanoide Roboter
|
#include "LunaSmooth.h"
Funktionen | |
int32 | SmoothImage (char *windowName, CvMat *src, CvMat *dst) |
Calls the opencv cvSmooth function on the "lena" sample image. Mehr ... | |
int32 SmoothImage | ( | char * | windowName, |
CvMat * | src, | ||
CvMat * | dst | ||
) |
Calls the opencv cvSmooth function on the "lena" sample image.
[in] | windowName | The name of the window |
[in] | src | The source matrix |
[in] | dst | The destination matrix (output matrix) |