Commit 7b5923e9 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed docs and compile error on Linux

parent 7661625c
...@@ -373,8 +373,6 @@ CVAPI(void) cvReprojectImageTo3D( const CvArr* disparityImage, ...@@ -373,8 +373,6 @@ CVAPI(void) cvReprojectImageTo3D( const CvArr* disparityImage,
#ifdef __cplusplus #ifdef __cplusplus
} }
template<> CV_EXPORTS void cv::Ptr<CvStereoBMState>::delete_obj();
////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////
class CV_EXPORTS CvLevMarq class CV_EXPORTS CvLevMarq
{ {
...@@ -673,6 +671,8 @@ CV_EXPORTS_W void correctMatches( InputArray F, InputArray points1, InputArray p ...@@ -673,6 +671,8 @@ CV_EXPORTS_W void correctMatches( InputArray F, InputArray points1, InputArray p
OutputArray newPoints1, OutputArray newPoints2 ); OutputArray newPoints1, OutputArray newPoints2 );
template<> CV_EXPORTS void Ptr<CvStereoBMState>::delete_obj();
class CV_EXPORTS_W StereoMatcher : public Algorithm class CV_EXPORTS_W StereoMatcher : public Algorithm
{ {
public: public:
...@@ -700,7 +700,7 @@ public: ...@@ -700,7 +700,7 @@ public:
CV_WRAP virtual void setDisp12MaxDiff(int disp12MaxDiff) = 0; CV_WRAP virtual void setDisp12MaxDiff(int disp12MaxDiff) = 0;
}; };
class CV_EXPORTS_W StereoBM : public StereoMatcher class CV_EXPORTS_W StereoBM : public StereoMatcher
{ {
public: public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment