Ocean
Loading...
Searching...
No Matches
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

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

Typedefs

typedef Motion< SumAbsoluteDifferencesOcean::CV::MotionSAD
 Definition of a Motion class that applies sum absolute difference calculations as metric.
 
typedef Motion< SumSquareDifferencesOcean::CV::MotionSSD
 Definition of a Motion class that applies sum square difference calculations as metric.
 
typedef Motion< ZeroMeanSumSquareDifferencesOcean::CV::MotionZeroMeanSSD
 Definition of a Motion class that applies zero-mean sum square difference calculations as metric.