Ocean
Loading...
Searching...
No Matches
AdvancedMotion.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::CV::Advanced::AdvancedMotion< TMetricInteger, TMetricFloat >
 This class implements advanced motion techniques (mainly with sub-pixel accuracy or binary masks) allowing to determine the motion (movement) of individual image points between two frames. More...
 

Namespaces

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

Typedefs

typedef AdvancedMotion< SumSquareDifferences, AdvancedSumSquareDifferencesOcean::CV::Advanced::AdvancedMotionSSD
 Definition of an AdvancedMotion class that applies sum square difference calculations as metric.
 
typedef AdvancedMotion< ZeroMeanSumSquareDifferences, AdvancedZeroMeanSumSquareDifferencesOcean::CV::Advanced::AdvancedMotionZeroMeanSSD
 Definition of an AdvancedMotion class that applies zero-mean sum square difference calculations as metric.