| 1 | initial version |
Write as a template:
template<class _type=""> class Foo {
public:
static void Diff( cv::Mat_<_Type> &a, cv::Mat_<_Type> &b);
private:
Foo(){}
~Foo(){}
};
| 2 | ="" after type due to forum software... |
Write as a template:
template<class _type=""> class Foo {
public:
static void Diff( cv::Mat_<_Type> &a, cv::Mat_<_Type> &b);
private:
Foo(){}
~Foo(){}
};
| 3 | No.3 Revision |
Write as a template:
template<class_type="">_t=""> class Foo { public: static void Diff(cv::Mat_<_Type>cv::Mat_<_T> &a,cv::Mat_<_Type>cv::Mat_<_T> &b); private: Foo(){} ~Foo(){} };
| 4 | No.4 Revision |
Write as a template:
template<class_t="">_type=""> class Foo { public: static void Diff(cv::Mat_<_T>cv::Mat_<_Type> &a,cv::Mat_<_T>cv::Mat_<_Type> &b); private: Foo(){} ~Foo(){} };
Well, ="" is added by forum software...
| 5 | No.5 Revision |
Write as a template:
template<class _type=""> class Foo {
public:
static void Diff( cv::Mat_<_Type> &a, cv::Mat_<_Type> &b);
private:
Foo(){}
~Foo(){}
};
Well, ="" is added by forum software...
| 6 | No.6 Revision |
Write as a template:
template<class _type="">template< class _Type > class Foo { public: static void Diff( cv::Mat_<_Type> &a, cv::Mat_<_Type> &b); private: Foo(){} ~Foo(){} };
Well, ="" is added by forum software...