Skip to content

Commit 56511b0

Browse files
committed
Doc update
1 parent e946bf5 commit 56511b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/cpp_api.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,8 @@ Configures how the transformation will be computed.
104104

105105
Vertical vanishing point will be searched in vertical direction in `(-a, +a)` degrees (where `a` is `vertical_vp_angular_tolerance`) at minimum distance `vertical_vp_min_distance`.
106106

107-
Horizontal vansihinf point will be searched in lower hald-plane at minimum distance `horizontal_vp_min_distance`.
108107

109-
These search space constraints are important for
108+
The distance is a fraction of image half-diagonal size, i.e. `horizontal_vp_min_distance = 1` in image with size `(500x500)` is `sqrt(500^2 + 500^2) / 2 ~= 353` pixels. Allowing vanishing points width distance <1 can result in degenerate transform.
110109

111110
## Interface
112111

0 commit comments

Comments
 (0)