Merge commit '43aec5ad' into merge-2.4

Conflicts:
	cmake/OpenCVConfig.cmake
	cmake/OpenCVLegacyOptions.cmake
	modules/contrib/src/retina.cpp
	modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst
	modules/gpu/doc/video.rst
	modules/gpu/src/speckle_filtering.cpp
	modules/python/src2/cv2.cv.hpp
	modules/python/test/test2.py
	samples/python/watershed.py
This commit is contained in:
Roman Donchenko
2013-08-27 13:26:44 +04:00
448 changed files with 984 additions and 1307 deletions

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.

View File

@@ -108,4 +108,3 @@ Exposure compensator which tries to remove exposure related artifacts by adjusti
};
.. seealso:: :ocv:class:`detail::ExposureCompensator`

View File

@@ -208,4 +208,3 @@ Spherical warper factory class. ::
};
.. seealso:: :ocv:class:`detail::SphericalWarper`

View File

@@ -15,5 +15,3 @@ stitching. Images stitching
seam_estimation
exposure_compensation
blenders

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

View File

@@ -869,4 +869,3 @@ void findMaxSpanningTree(int num_images, const std::vector<MatchesInfo> &pairwis
} // namespace detail
} // namespace cv

View File

@@ -1644,4 +1644,3 @@ void GraphCutSeamFinderGpu::setGraphWeightsColorGrad(
} // namespace detail
} // namespace cv

View File

@@ -75,4 +75,4 @@ TEST(SurfFeaturesFinder, CanFindInROIs)
ASSERT_EQ(bad_count, 0);
}
#endif
#endif