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

View File

@@ -50,5 +50,3 @@ known planar objects in scenes.
Mat points1Projected; perspectiveTransform(Mat(points1), points1Projected, H);
- Use drawMatches for drawing inliers.

View File

@@ -137,5 +137,3 @@ Result
-# And here is the result for the detected object (highlighted in green)
![](images/Feature_Homography_Result.jpg)

View File

@@ -127,4 +127,3 @@ Result
Here is the result:
![](images/Corner_Subpixeles_Result.jpg)

View File

@@ -33,4 +33,3 @@ Result
![](images/My_Harris_corner_detector_Result.jpg)
![](images/My_Shi_Tomasi_corner_detector_Result.jpg)

View File

@@ -112,4 +112,3 @@ Result
------
![](images/Feature_Detection_Result_a.jpg)

View File

@@ -206,4 +206,3 @@ The original image:
The detected corners are surrounded by a small black circle
![](images/Harris_Detector_Result.jpg)