Jafar
|
00001 /* $Id: $ */ 00002 00003 #ifndef _IMAGE_FILTER_HPP_ 00004 #define _IMAGE_FILTER_HPP_ 00005 00006 #include "image/Image.hpp" 00007 00008 namespace jafar { 00009 namespace image { 00014 namespace filter { 00015 00018 // CvMatrix gaborkernel(float major_stddev, float minor_stddev, 00019 // float period, float phase, float theta, int size); 00020 cv::Mat gaborkernel(float major_stddev, float minor_stddev, 00021 float period, float phase, float theta, int size); 00022 } /* filter */ 00023 } /* image */ 00024 } /* jafar */ 00025 00026 00027 #endif /* _IMAGE_FILTER_HPP_ */
Generated on Wed Oct 15 2014 00:37:21 for Jafar by doxygen 1.7.6.1 |