1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Updated the stitching module docs

This commit is contained in:
Alexey Spizhevoy
2012-01-19 09:43:13 +00:00
parent 9c1ec1ce84
commit 69b670bdaa
8 changed files with 426 additions and 2 deletions
@@ -123,7 +123,6 @@ struct CV_EXPORTS PlaneProjector : ProjectorBase
};
// Projects image onto z = plane_dist plane
class CV_EXPORTS PlaneWarper : public RotationWarperBase<PlaneProjector>
{
public: