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

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