Skip to content

Commit

Permalink
Merge pull request #395 from clEsperanto/fix-opening-name
Browse files Browse the repository at this point in the history
fix name
  • Loading branch information
StRigaud authored Nov 14, 2024
2 parents 32098d0 + c46446d commit f54c32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clic/include/tier1.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ erode_sphere_func(const Device::Pointer & device, const Array::Pointer & src, Ar


/**
* @name erode
* @name binary_erode
* @brief Computes a binary image with pixel values 0 and 1 containing the binary erosion of a given input image. The
* erosion apply the Moore neighborhood (8 pixels in 2D and 26 pixels in 3d) for the "box" connectivity and
* the von Neumann neighborhood (4 pixels in 2D and 6 pixels in 3d) for a "sphere" connectivity. The pixels in the input
Expand Down

0 comments on commit f54c32b

Please sign in to comment.