Skip to content

Commit

Permalink
fix: docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Jul 25, 2024
1 parent 5051aac commit 4f051c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions clic/include/tier2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ bottom_hat_sphere_func(const Device::Pointer & device,
* @param radius_x Radius of the background determination region in X. [float ( = 1 )]
* @param radius_y Radius of the background determination region in Y. [float ( = 1 )]
* @param radius_z Radius of the background determination region in Z. [float ( = 1 )]
* @param connectivity Element shape, "box" or "sphere" [string ( = "box" )]
* @param connectivity Element shape, "box" or "sphere" [std::string ( = "box" )]
* @return Array::Pointer
*
* @note 'filter', 'background removal', 'in assistant', 'bia-bob-suggestion'
Expand Down Expand Up @@ -206,7 +206,7 @@ closing_sphere_func(const Device::Pointer & device,
* @param radius_x Radius along the x axis. [int ( = 1 )]
* @param radius_y Radius along the y axis. [int ( = 1 )]
* @param radius_z Radius along the z axis. [int ( = 0 )]
* @param connectivity Element shape, "box" or "sphere" [string ( = "box" )]
* @param connectivity Element shape, "box" or "sphere" [std::string ( = "box" )]
* @return Array::Pointer
* @note 'filter', 'in assistant', 'bia-bob-suggestion'
*/
Expand Down Expand Up @@ -390,7 +390,7 @@ detect_maxima_box_func(const Device::Pointer & device,
* @param radius_x Radius along the x axis. [int ( = 0 )]
* @param radius_y Radius along the y axis. [int ( = 0 )]
* @param radius_z Radius along the z axis. [int ( = 0 )]
* @param connectivity Element shape, "box" or "sphere" [string ( = "box" )]
* @param connectivity Element shape, "box" or "sphere" [std::string ( = "box" )]
* @return Array::Pointer
*
* @note 'binarize', 'in assistant'
Expand Down Expand Up @@ -443,7 +443,7 @@ detect_minima_box_func(const Device::Pointer & device,
* @param radius_x Radius along the x axis. [int ( = 0 )]
* @param radius_y Radius along the y axis. [int ( = 0 )]
* @param radius_z Radius along the z axis. [int ( = 0 )]
* @param connectivity Element shape, "box" or "sphere" [string ( = "box" )]
* @param connectivity Element shape, "box" or "sphere" [std::string ( = "box" )]
* @return Array::Pointer
*
* @note 'binarize', 'in assistant'
Expand Down Expand Up @@ -671,7 +671,7 @@ opening_sphere_func(const Device::Pointer & device,
* @param radius_x Radius along the x axis. [float ( = 1 )]
* @param radius_y Radius along the y axis. [float ( = 1 )]
* @param radius_z Radius along the z axis. [float ( = 0 )]
* @param connectivity Element shape, "box" or "sphere" [string ( = "box" )]
* @param connectivity Element shape, "box" or "sphere" [std::string ( = "box" )]
* @return Array::Pointer
* @note 'filter', 'in assistant', 'bia-bob-suggestion'
*
Expand Down Expand Up @@ -836,7 +836,7 @@ standard_deviation_sphere_func(const Device::Pointer & device,
* @param radius_x Radius along the x axis. [int ( = 1 )]
* @param radius_y Radius along the y axis. [int ( = 1 )]
* @param radius_z Radius along the z axis. [int ( = 1 )]
* @param connectivity Neigborhood shape, "box" or "sphere" [string ( = "box" )]
* @param connectivity Neigborhood shape, "box" or "sphere" [std::string ( = "box" )]
* @return Array::Pointer
*
* @note 'filter', 'edge detection', 'in assistant', 'bia-bob-suggestion'
Expand Down Expand Up @@ -970,7 +970,7 @@ top_hat_sphere_func(const Device::Pointer & device,
* @param radius_x Radius of the background determination region in X. [float ( = 1 )]
* @param radius_y Radius of the background determination region in Y. [float ( = 1 )]
* @param radius_z Radius of the background determination region in Z. [float ( = 1 )]
* @param connectivity Element shape, "box" or "sphere" [string ( = "box" )]
* @param connectivity Element shape, "box" or "sphere" [std::string ( = "box" )]
* @return Array::Pointer
*
* @note 'filter', 'background removal', 'in assistant', 'bia-bob-suggestion'
Expand Down

0 comments on commit 4f051c2

Please sign in to comment.