Ask Your Question

Revision history [back]

Write as a template:

template<class _type=""> class Foo {
public:
    static void Diff( cv::Mat_<_Type> &a, cv::Mat_<_Type> &b);
private:
    Foo(){}
    ~Foo(){}
};
click to hide/show revision 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(){}
};

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(){}
};

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...

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...

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...