Skip to content

Commit

Permalink
Merge pull request #3110 from Sirokujira/comment_fix2
Browse files Browse the repository at this point in the history
Fix Garbled docstrings
  • Loading branch information
SergioRAgostinho authored Jun 3, 2019
2 parents 61af14f + ad1a308 commit 06d2e1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion features/include/pcl/features/impl/brisk_2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ pcl::BRISK2DEstimation<PointInT, PointOutT, KeypointT, IntensityT>::compute (
if (true) // kp.angle==-1
{
if (!rotation_invariance_enabled_)
// don't compute the gradient direction, just assign a rotation of 0°
// don't compute the gradient direction, just assign a rotation of 0 degree
theta = 0;
else
{
Expand Down
2 changes: 1 addition & 1 deletion filters/include/pcl/filters/fast_bilateral.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace pcl
{
/** \brief Implementation of a fast bilateral filter for smoothing depth information in organized point clouds
* Based on the following paper:
* * Sylvain Paris and FrŽdo Durand
* * Sylvain Paris and Fredo Durand
* "A Fast Approximation of the Bilateral Filter using a Signal Processing Approach"
* European Conference on Computer Vision (ECCV'06)
*
Expand Down
2 changes: 1 addition & 1 deletion filters/include/pcl/filters/fast_bilateral_omp.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace pcl
{
/** \brief Implementation of a fast bilateral filter for smoothing depth information in organized point clouds
* Based on the following paper:
* * Sylvain Paris and FrŽdo Durand
* * Sylvain Paris and Fredo Durand
* "A Fast Approximation of the Bilateral Filter using a Signal Processing Approach"
* European Conference on Computer Vision (ECCV'06)
*
Expand Down

0 comments on commit 06d2e1e

Please sign in to comment.