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_EdgeDetect.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_EdgeDetect.h
7
*
8
* COMMENTS:
9
* Does a edgeDetect mult and/or shift.
10
*/
11
#ifndef RU_EDGEDETECT_H
12
#define RU_EDGEDETECT_H
13
14
#include "
RU_API.h
"
15
#include "
RU_Algorithm.h
"
16
17
#define EDGE_DETECT_PREWITT 0
18
#define EDGE_DETECT_SOBEL 1
19
20
class
RU_API
RU_EdgeDetect
:
public
RU_Algorithm
21
{
22
public
:
23
RU_EdgeDetect
();
24
25
DECLARE_FILTER_OP
(RU_EdgeDetectOp,
override
)
26
27
// Parameters.
28
int
myType;
29
float
mySX;
30
float
mySY;
31
};
32
33
34
#endif
int
typedef int(APIENTRYP RE_PFNGLXSWAPINTERVALSGIPROC)(int)
RU_Algorithm.h
RU_Algorithm
Definition:
RU_Algorithm.h:29
RU_API
#define RU_API
Definition:
RU_API.h:10
RU_EdgeDetect
Definition:
RU_EdgeDetect.h:20
RU_API.h
DECLARE_FILTER_OP
#define DECLARE_FILTER_OP(name, override_)
Definition:
RU_AlgorithmMacros.h:53
RU
RU_EdgeDetect.h
Generated on Sun Nov 17 2024 03:03:18 for HDK by
1.8.6