Skip to content

Commit 787632a

Browse files
committed
Update radon_transform.hpp
1 parent 579d8ef commit 787632a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ximgproc/include/opencv2/ximgproc/radon_transform.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace cv { namespace ximgproc {
2323
*
2424
* The size of the output matrix depends on whether cropping is applied:
2525
* - Without cropping, the output size will be `num_of_integral x src_diagonal_length`.
26-
* - With cropping (circular), the output size will be `num_of_integral x min_edge`,
26+
* - With cropping (circular), the output size will be `num_of_integral x min_edge`,
2727
* where `min_edge` is the smaller dimension of the cropped square.
2828
*
2929
* See https://engineering.purdue.edu/~malcolm/pct/CTI_Ch03.pdf for more details.

0 commit comments

Comments
 (0)