GuidedFilter  1.2.0
 Hosted by GitHub
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
Staging
Enumerates staging buffer configurations.
Definition: common.hpp:43
Offers classes which set up kernel execution parameters and provide interfaces for the handling of me...
Definition: algorithms.hpp:43
Definition: helper_funcs.hpp:41