1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Normalized file endings.

This commit is contained in:
Roman Donchenko
2013-08-21 17:26:54 +04:00
parent f55740da70
commit e9a28f66ee
486 changed files with 166 additions and 606 deletions
-1
View File
@@ -1,3 +1,2 @@
set(the_description "Images stitching")
ocv_define_module(stitching opencv_imgproc opencv_features2d opencv_calib3d opencv_objdetect OPTIONAL opencv_gpu opencv_nonfree)
-1
View File
@@ -30,4 +30,3 @@ Estimates focal lengths for each given camera.
:param pairwise_matches: Matches between all image pairs.
:param focals: Estimated focal lengths for each camera.
@@ -108,4 +108,3 @@ Exposure compensator which tries to remove exposure related artifacts by adjusti
};
.. seealso:: :ocv:class:`detail::ExposureCompensator`
-1
View File
@@ -208,4 +208,3 @@ Spherical warper factory class. ::
};
.. seealso:: :ocv:class:`detail::SphericalWarper`
-2
View File
@@ -15,5 +15,3 @@ stitching. Images stitching
seam_estimation
exposure_compensation
blenders
+1 -1
View File
@@ -260,4 +260,4 @@ Construct an instance of the cylindrical warper class.
.. ocv:function:: void detail::CylindricalWarper::CylindricalWarper(float scale)
:param scale: Projected image scale multiplier
:param scale: Projected image scale multiplier
@@ -851,4 +851,3 @@ void findMaxSpanningTree(int num_images, const vector<MatchesInfo> &pairwise_mat
} // namespace detail
} // namespace cv
-1
View File
@@ -1646,4 +1646,3 @@ void GraphCutSeamFinderGpu::setGraphWeightsColorGrad(
} // namespace detail
} // namespace cv
+1 -1
View File
@@ -75,4 +75,4 @@ TEST(SurfFeaturesFinder, CanFindInROIs)
ASSERT_EQ(bad_count, 0);
}
#endif
#endif