HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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
17
class
RU_API
RU_Degrain
:
public
RU_Algorithm
18
{
19
public
:
20
RU_Degrain
() : mySize(5) {}
21
22
DECLARE_FILTER_OP
(RU_DegrainOp,
override
);
23
24
int
mySize
;
25
};
26
27
#endif
RU_Algorithm.h
RU_Algorithm
Definition:
RU_Algorithm.h:29
RU_API
#define RU_API
Definition:
RU_API.h:10
RU_API.h
RU_Degrain::mySize
int mySize
Definition:
RU_Degrain.h:24
DECLARE_FILTER_OP
#define DECLARE_FILTER_OP(name, override_)
Definition:
RU_AlgorithmMacros.h:53
RU_Degrain::RU_Degrain
RU_Degrain()
Definition:
RU_Degrain.h:20
RU_Degrain
Definition:
RU_Degrain.h:17
RU
RU_Degrain.h
Generated on Sun Nov 17 2024 03:03:18 for HDK by
1.8.6