Fixed whitespace warnings in new tutorials
This commit is contained in:
-1
@@ -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:
|
||||
|
||||

|
||||
|
||||
|
||||
-2
@@ -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)
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
@@ -127,4 +127,3 @@ Result
|
||||
Here is the result:
|
||||
|
||||

|
||||
|
||||
|
||||
-1
@@ -33,4 +33,3 @@ Result
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
-1
@@ -112,4 +112,3 @@ Result
|
||||
------
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -206,4 +206,3 @@ The original image:
|
||||
The detected corners are surrounded by a small black circle
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user