fixed docs and compile error on Linux

This commit is contained in:
Vadim Pisarevsky
2013-03-24 23:09:17 +04:00
parent 7661625c39
commit 7b5923e98b
2 changed files with 50 additions and 132 deletions

View File

@@ -373,8 +373,6 @@ CVAPI(void) cvReprojectImageTo3D( const CvArr* disparityImage,
#ifdef __cplusplus
}
template<> CV_EXPORTS void cv::Ptr<CvStereoBMState>::delete_obj();
//////////////////////////////////////////////////////////////////////////////////////////
class CV_EXPORTS CvLevMarq
{
@@ -673,6 +671,8 @@ CV_EXPORTS_W void correctMatches( InputArray F, InputArray points1, InputArray p
OutputArray newPoints1, OutputArray newPoints2 );
template<> CV_EXPORTS void Ptr<CvStereoBMState>::delete_obj();
class CV_EXPORTS_W StereoMatcher : public Algorithm
{
public:
@@ -700,7 +700,7 @@ public:
CV_WRAP virtual void setDisp12MaxDiff(int disp12MaxDiff) = 0;
};
class CV_EXPORTS_W StereoBM : public StereoMatcher
{
public: