War on Whitespace, master edition: file endings.
This commit is contained in:
parent
9b92545ce6
commit
9ed475cf52
@ -3,4 +3,3 @@ add_definitions(-D__OPENCV_BUILD=1)
|
|||||||
add_subdirectory(haartraining)
|
add_subdirectory(haartraining)
|
||||||
add_subdirectory(traincascade)
|
add_subdirectory(traincascade)
|
||||||
add_subdirectory(sft)
|
add_subdirectory(sft)
|
||||||
|
|
||||||
|
@ -152,8 +152,3 @@ Result
|
|||||||
.. image:: images/Adding_Trackbars_Tutorial_Result_1.jpg
|
.. image:: images/Adding_Trackbars_Tutorial_Result_1.jpg
|
||||||
:alt: Adding Trackbars - Lena
|
:alt: Adding Trackbars - Lena
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -73,4 +73,3 @@ Now we will learn how to write a simple Hello World Application in Xcode using O
|
|||||||
.. image:: images/output.png
|
.. image:: images/output.png
|
||||||
:alt: output
|
:alt: output
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
|
@ -185,4 +185,3 @@ Results
|
|||||||
.. image:: images/result.png
|
.. image:: images/result.png
|
||||||
:alt: The seperated planes
|
:alt: The seperated planes
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
|
@ -428,4 +428,3 @@ CV_IMPL void cvConvertPointsHomogeneous( const CvMat* _src, CvMat* _dst )
|
|||||||
dst.convertTo(dst0, dst0.type());
|
dst.convertTo(dst0, dst0.type());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -534,4 +534,3 @@ int cv::estimateAffine3D(InputArray _from, InputArray _to,
|
|||||||
|
|
||||||
return createRANSACPointSetRegistrator(new Affine3DEstimatorCallback, 4, param1, param2)->run(dFrom, dTo, _out, _inliers);
|
return createRANSACPointSetRegistrator(new Affine3DEstimatorCallback, 4, param1, param2)->run(dFrom, dTo, _out, _inliers);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1169,4 +1169,3 @@ void cv::validateDisparity( InputOutputArray _disp, InputArray _cost, int minDis
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -229,4 +229,3 @@ void CV_ModelEstimator2_Test::run_func()
|
|||||||
TEST(Calib3d_ModelEstimator2, accuracy) { CV_ModelEstimator2_Test test; test.safe_run(); }
|
TEST(Calib3d_ModelEstimator2, accuracy) { CV_ModelEstimator2_Test test; test.safe_run(); }
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -98,4 +98,3 @@ Use:
|
|||||||
# ./app -fps=aaa
|
# ./app -fps=aaa
|
||||||
ERRORS:
|
ERRORS:
|
||||||
Exception: can not convert: [aaa] to [double]
|
Exception: can not convert: [aaa] to [double]
|
||||||
|
|
||||||
|
@ -430,5 +430,3 @@ cv::Affine3<T>::operator Eigen::Transform<T, 3, Eigen::Affine>() const
|
|||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#endif /* __OPENCV_CORE_AFFINE3_HPP__ */
|
#endif /* __OPENCV_CORE_AFFINE3_HPP__ */
|
||||||
|
|
||||||
|
|
||||||
|
@ -178,4 +178,3 @@ TYPED_TEST(SplitTest, C4)
|
|||||||
{
|
{
|
||||||
SplitTest<TypeParam>::test_c4();
|
SplitTest<TypeParam>::test_c4();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -404,4 +404,3 @@ void cv::boxPoints(cv::RotatedRect box, OutputArray _pts)
|
|||||||
Mat pts = _pts.getMat();
|
Mat pts = _pts.getMat();
|
||||||
box.points((Point2f*)pts.data);
|
box.points((Point2f*)pts.data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -534,4 +534,3 @@ cvPyrMeanShiftFiltering( const CvArr* srcarr, CvArr* dstarr,
|
|||||||
|
|
||||||
cv::pyrMeanShiftFiltering(src, dst, sp0, sr, max_level, termcrit);
|
cv::pyrMeanShiftFiltering(src, dst, sp0, sr, max_level, termcrit);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -105,4 +105,3 @@ void CV_ConnectedComponentsTest::run( int /* start_from */)
|
|||||||
}
|
}
|
||||||
|
|
||||||
TEST(Imgproc_ConnectedComponents, regression) { CV_ConnectedComponentsTest test; test.safe_run(); }
|
TEST(Imgproc_ConnectedComponents, regression) { CV_ConnectedComponentsTest test; test.safe_run(); }
|
||||||
|
|
||||||
|
@ -3023,4 +3023,3 @@ void HOGDescriptor::groupRectangles(std::vector<cv::Rect>& rectList, std::vector
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -366,4 +366,3 @@ Finds circles in a grayscale image using the Hough transform.
|
|||||||
|
|
||||||
.. note:: Currently only non-ROI oclMat is supported for src.
|
.. note:: Currently only non-ROI oclMat is supported for src.
|
||||||
.. seealso:: :ocv:func:`HoughCircles`
|
.. seealso:: :ocv:func:`HoughCircles`
|
||||||
|
|
||||||
|
@ -195,4 +195,3 @@ The function converts image to CIELAB colorspace and then separately denoise L a
|
|||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
:ocv:func:`fastNlMeansDenoisingColored`
|
:ocv:func:`fastNlMeansDenoisingColored`
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
set(the_description "Images stitching")
|
set(the_description "Images stitching")
|
||||||
ocv_define_module(stitching opencv_imgproc opencv_features2d opencv_calib3d opencv_objdetect
|
ocv_define_module(stitching opencv_imgproc opencv_features2d opencv_calib3d opencv_objdetect
|
||||||
OPTIONAL opencv_gpu opencv_gpuarithm opencv_gpufilters opencv_gpufeatures2d opencv_nonfree)
|
OPTIONAL opencv_gpu opencv_gpuarithm opencv_gpufilters opencv_gpufeatures2d opencv_nonfree)
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
set(the_description "Video stabilization")
|
set(the_description "Video stabilization")
|
||||||
ocv_define_module(videostab opencv_imgproc opencv_features2d opencv_video opencv_photo opencv_calib3d
|
ocv_define_module(videostab opencv_imgproc opencv_features2d opencv_video opencv_photo opencv_calib3d
|
||||||
OPTIONAL opencv_gpu opencv_gpuwarping opencv_gpuoptflow opencv_highgui)
|
OPTIONAL opencv_gpu opencv_gpuwarping opencv_gpuoptflow opencv_highgui)
|
||||||
|
|
||||||
|
@ -133,4 +133,3 @@ private:
|
|||||||
} // namespace cv
|
} // namespace cv
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -834,5 +834,3 @@ Mat getMotion(int from, int to, const std::vector<Mat> &motions)
|
|||||||
|
|
||||||
} // namespace videostab
|
} // namespace videostab
|
||||||
} // namespace cv
|
} // namespace cv
|
||||||
|
|
||||||
|
|
||||||
|
@ -160,4 +160,3 @@ void MoreAccurateMotionWobbleSuppressorGpu::suppress(int idx, const Mat &frame,
|
|||||||
|
|
||||||
} // namespace videostab
|
} // namespace videostab
|
||||||
} // namespace cv
|
} // namespace cv
|
||||||
|
|
||||||
|
@ -25,8 +25,3 @@ the CMake gui with:
|
|||||||
$ cmake-gui <OPENCV_SRC_PATH>/samples/c/example_cmake/
|
$ cmake-gui <OPENCV_SRC_PATH>/samples/c/example_cmake/
|
||||||
|
|
||||||
And pick the correct value for OpenCV_DIR.
|
And pick the correct value for OpenCV_DIR.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user