Skip to content

Commit

Permalink
Apply docstring suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar Riba <[email protected]>
  • Loading branch information
light-le and edgarriba authored Jan 24, 2025
1 parent 9108613 commit 37fc576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/kornia-imgproc/src/filter/kernels.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,13 @@ pub fn sobel_kernel_1d(kernel_size: usize) -> (Vec<f32>, Vec<f32>) {


/// Create list of optimized box blur kernels based on gaussian sigma
///
/// https://www.peterkovesi.com/papers/FastGaussianSmoothing.pdf
/// # Arguments
///
/// * `sigma` = The sigma of the gaussian kernel
/// * `kernels` = The number of times the box blur kernels would be applied, ideally from 3-5
///
/// # Returns
///
/// A kernels-sized vector of the kernels.
Expand Down

0 comments on commit 37fc576

Please sign in to comment.