IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
ipsdk::math::clustering::LinearKernel Class Reference

Public Member Functions

 ~LinearKernel ()
 destructor
 
IPSDK_FORCEINLINE ipReal64 value (const Vector &v) const
 compute function value for two equal input points
 
IPSDK_FORCEINLINE ipReal64 value (const Vector &v0, const Vector &v1) const
 compute function value for two input points More...
 

Static Public Member Functions

static LinearKernel createKernel ()
 function allowing to create a kernel
 

Protected Member Functions

 LinearKernel ()
 Constructor.
 

Member Function Documentation

◆ value()

IPSDK_FORCEINLINE ipReal64 ipsdk::math::clustering::LinearKernel::value ( const Vector v0,
const Vector v1 
) const
inline

compute function value for two input points

Warning
there is no check on vectors size consistency

The documentation for this class was generated from the following file: