Projekt Luna
1.0.1
Der humanoide Roboter
Hauptseite
Zusätzliche Informationen
Klassen
Dateien
Auflistung der Dateien
Datei-Elemente
cpp_code
src
LunaSmooth.h
gehe zur Dokumentation dieser Datei
1
//
3
// Projekt Luna, 2015
4
// ----------------------------------------------------------------------------
5
// Filename: LunaSmooth.h
6
// Version: 1.00
7
// Created: 28:10:2015 - Joshua Brauns
8
// Description: Example usage of opencvs ability to use smooth filters
9
//
11
14
#include "
luna.h
"
15
22
int32
SmoothImage
(
char
*windowName, CvMat *src, CvMat *dst);
luna.h
SmoothImage
int32 SmoothImage(char *windowName, CvMat *src, CvMat *dst)
Calls the opencv cvSmooth function on the "lena" sample image.
Definition:
LunaSmooth.cpp:3
int32
int32_t int32
Definition:
luna.h:34
Erzeugt am Don Jan 21 2016 16:14:47 für Projekt Luna von
1.8.11