Ocean
Motion.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::CV::Motion< TMetric >
 This class implements patch-based motion techniques. More...
 

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 
 Ocean::CV
 Namespace of the CV library.
 

Typedefs

typedef Motion< SumAbsoluteDifferences > Ocean::CV::MotionSAD
 Definition of a Motion class that applies sum absolute difference calculations as metric. More...
 
typedef Motion< SumSquareDifferences > Ocean::CV::MotionSSD
 Definition of a Motion class that applies sum square difference calculations as metric. More...
 
typedef Motion< ZeroMeanSumSquareDifferences > Ocean::CV::MotionZeroMeanSSD
 Definition of a Motion class that applies zero-mean sum square difference calculations as metric. More...