HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RU_Degrain.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: RU_Degrain.h
7  *
8  * COMMENTS:
9  * Removes grain from an image.
10  */
11 #ifndef RU_DEGRAIN_H
12 #define RU_DEGRAIN_H
13 
14 #include "RU_API.h"
15 #include "RU_Algorithm.h"
16 
18 {
19 public:
20  RU_Degrain() : mySize(5) {}
21 
22  DECLARE_FILTER_OP(RU_DegrainOp, override);
23 
24  int mySize;
25 };
26 
27 #endif
#define RU_API
Definition: RU_API.h:10
int mySize
Definition: RU_Degrain.h:24
#define DECLARE_FILTER_OP(name, override_)