Skip to content

Commit

Permalink
simplify header doc
Browse files Browse the repository at this point in the history
  • Loading branch information
light-le committed Feb 2, 2025
1 parent 530a6e7 commit 4bace02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/kornia-imgproc/src/filter/separable_filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ pub fn separable_filter<const C: usize>(
Ok(())
}

/// Apply a fast filter horizontally, take advantage of property where all
/// weights are equal to filter an image at O(n) time
/// Apply a fast filter horizontally using cumulative kernel
///
/// # Arguments
///
Expand Down

0 comments on commit 4bace02

Please # to comment.