BTK  0.3dev.0
Open-source library to visualize/process biomechanical data
Classes
BasicFilters

Simple filters (e.g. Extract a frame of markers from an acquisition). More...

Classes

class  btk::AcquisitionUnitConverter
 Convert the units of the given input for points and analog channels. More...
 
class  btk::AnalogOffsetRemover
 Remove a possible analog offset to the selected analog channels. More...
 
class  btk::CollectionAssembly< T >
 Group together a set of collections of the same type. More...
 
class  btk::DownsampleFilter< T >
 Downsample data stored in the given input. More...
 
class  btk::ForcePlatformsExtractor
 Extracts force platform data from a btk::Acquisition object. More...
 
class  btk::ForcePlatformWrenchFilter
 Calcule the wrench of the center of the force platform data, expressed in the global frame (by default). More...
 
class  btk::GroundReactionWrenchFilter
 Transform force platform data into ground reaction wrenches. More...
 
class  btk::IMUsExtractor
 Extracts inertial measurement units (IMUs) from a btk::Acquisition object. More...
 
class  btk::MeasureFrameExtractor< T >
 Extracts a frame from a collection of btk::Measure objects. More...
 
class  btk::MergeAcquisitionFilter
 Merges or concatenates two or more btk::Acquisition objects into a single new one. More...
 
class  btk::SeparateKnownVirtualMarkersFilter
 Separate a collection of points in five categories to be able to distinguish real markers from the others. More...
 
class  btk::SpecializedPointsExtractor
 Extracts only the points corresponding to the given type (without cloning the extracted points). More...
 
class  btk::SubAcquisitionFilter
 Extract a subpart of the acquisition. More...
 
class  btk::VerticalGroundReactionForceGaitEventDetector
 Detect heel strike and toe-off events during gait from vertical ground reaction wrench. More...
 
class  btk::WrenchDirectionAngleFilter
 Calculate the direction angle of the force vector for each wrench. More...
 

Detailed Description

Simple filters (e.g. Extract a frame of markers from an acquisition).

This modules corresponds to the library BTKBasicFilters