PointCloudLibrary/pcl

[apps] Convert macro to lambda and fix the call-sites

Open

#3,897 opened on Apr 8, 2020

View on GitHub
 (11 comments) (0 reactions) (0 assignees)C++ (4,506 forks)batch import
changelog: enhancementeffort: lowgood first issuekind: todomodule: apps

Repository metrics

Stars
 (9,023 stars)
PR merge metrics
 (Avg merge 8d 7h) (3 merged PRs in 30d)

Description

Convert macro FPS_CALC to lambda and fix the call-sites.

Locations:

  • apps/include/pcl/apps/manual_registration.h
  • apps/include/pcl/apps/openni_passthrough.h
  • apps/include/pcl/apps/pcd_video_player.h
  • apps/include/pcl/apps/timer.h

Originally posted by @kunaltyagi in https://github.com/PointCloudLibrary/pcl/pull/3885

Contributor guide