Skip to content

Commit

Permalink
Update radon_transform.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sturkmen72 committed Oct 22, 2024
1 parent 579d8ef commit 787632a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace cv { namespace ximgproc {
*
* The size of the output matrix depends on whether cropping is applied:
* - Without cropping, the output size will be `num_of_integral x src_diagonal_length`.
* - 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`,
* where `min_edge` is the smaller dimension of the cropped square.
*
* See https://engineering.purdue.edu/~malcolm/pct/CTI_Ch03.pdf for more details.
Expand Down

0 comments on commit 787632a

Please sign in to comment.