Fixed whitespace warnings in new tutorials

This commit is contained in:
Maksim Shabunin
2014-12-05 15:33:53 +03:00
parent 6d282ddf72
commit ecfd056111
22 changed files with 4 additions and 32 deletions
@@ -52,4 +52,3 @@ image.
opencv/samples/cpp/calibration.cpp, function computeReprojectionErrors).
Question: how to calculate the distance from the camera origin to any of the corners?
@@ -241,4 +241,3 @@ Result
Compiling and running your program should give you a result like this:
![](images/Drawing_1_Tutorial_Result_0.png)
@@ -50,5 +50,3 @@ known planar objects in scenes.
Mat points1Projected; perspectiveTransform(Mat(points1), points1Projected, H);
- Use drawMatches for drawing inliers.
@@ -137,5 +137,3 @@ Result
-# And here is the result for the detected object (highlighted in green)
![](images/Feature_Homography_Result.jpg)
@@ -127,4 +127,3 @@ Result
Here is the result:
![](images/Corner_Subpixeles_Result.jpg)
@@ -33,4 +33,3 @@ Result
![](images/My_Harris_corner_detector_Result.jpg)
![](images/My_Shi_Tomasi_corner_detector_Result.jpg)
@@ -112,4 +112,3 @@ Result
------
![](images/Feature_Detection_Result_a.jpg)
@@ -206,4 +206,3 @@ The original image:
The detected corners are surrounded by a small black circle
![](images/Harris_Detector_Result.jpg)
-1
View File
@@ -74,4 +74,3 @@ As always, we would be happy to hear your comments and receive your contribution
- @subpage tutorial_table_of_content_viz
These tutorials show how to use Viz module effectively.