GuidedFilter
1.2.0
Hosted by GitHub
Main Page
Namespaces
Classes
Files
File List
File Members
include
GuidedFilter
common.hpp
Go to the documentation of this file.
1
29
#ifndef GF_COMMON_HPP
30
#define GF_COMMON_HPP
31
32
33
namespace
cl_algo
34
{
35
namespace
GF
36
{
37
43
enum class
Staging
: uint8_t
44
{
45
NONE
,
46
I
,
47
O
,
48
IO
49
};
50
51
}
52
}
53
54
#endif // GF_COMMON_HPP
cl_algo::GF::Staging
Staging
Enumerates staging buffer configurations.
Definition:
common.hpp:43
cl_algo
Offers classes which set up kernel execution parameters and provide interfaces for the handling of me...
Definition:
algorithms.hpp:43
cl_algo::GF::Staging::O
cl_algo::GF::Staging::IO
cl_algo::GF::Staging::I
GF
Definition:
helper_funcs.hpp:41
cl_algo::GF::Staging::NONE
Generated on Mon Sep 28 2015 03:59:12 for GuidedFilter by
1.8.9.1