We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579d8ef commit 787632aCopy full SHA for 787632a
modules/ximgproc/include/opencv2/ximgproc/radon_transform.hpp
@@ -23,7 +23,7 @@ namespace cv { namespace ximgproc {
23
*
24
* The size of the output matrix depends on whether cropping is applied:
25
* - 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`,
+ * - With cropping (circular), the output size will be `num_of_integral x min_edge`,
27
* where `min_edge` is the smaller dimension of the cropped square.
28
29
* See https://engineering.purdue.edu/~malcolm/pct/CTI_Ch03.pdf for more details.
0 commit comments