CUV  0.9.201304091348
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
conv3d.hpp
1 #ifndef __CONV3D_HPP__
2 #define __CONV3D_HPP__
3 #include<cuv/basics/tensor.hpp>
4 
5 namespace cuv{
6  namespace libs
7  {
9  namespace nlmeans
10  {
18 
19 
21 
25 
29 
35  void convolutionRows(
38  int kernel_radius
39  );
46  void convolutionColumns(
49  int kernel_radius
50  );
57  void convolutionDepth(
60  int kernel_radius
61  );
67  void hessian
68  (
76  float sigma
77  );
84  (
94  float sigma
95  );
100  }
101  }
102 }
103 
104 #endif /* __CONV3D_HPP__ */