File: common.doxy

package info (click to toggle)
pcl 1.15.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 143,128 kB
  • sloc: cpp: 520,234; xml: 28,792; ansic: 8,212; python: 334; lisp: 93; sh: 49; makefile: 30
file content (14 lines) | stat: -rw-r--r-- 601 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
  \addtogroup common Module common

  \section secCommonPresentation Overview

  The <b>pcl_common</b> library contains the common data structures and methods used by the majority of PCL libraries.
  The core data structures include the PointCloud class and a multitude of point types that are used to represent 
  points, surface normals, RGB color values, feature descriptors, etc.  It also contains numerous functions for 
  computing distances/norms, means and covariances, angular conversions, geometric transformations, and more.
	
  \section secCommonRequirements Requirements
  - none

*/