Face SDK  1.13.0 Mozart release
Face Recognition Software Development Kit
Classes | Public Member Functions | Protected Member Functions | List of all members
com.tech5.FaceSDK.Matrix Class Reference
Inheritance diagram for com.tech5.FaceSDK.Matrix:

Public Member Functions

 Matrix () throws FaceSDKException
 
 Matrix (float m00, float m01, float m02, float m10, float m11, float m12) throws FaceSDKException
 
float getM00 ()
 
float getM01 ()
 
float getM02 ()
 
float getM10 ()
 
float getM11 ()
 
float getM12 ()
 
void setM00 (float val)
 
void setM01 (float val)
 
void setM02 (float val)
 
void setM10 (float val)
 
void setM11 (float val)
 
void setM12 (float val)
 
boolean equals (Object o)
 
int hashCode ()
 
void close () throws Exception
 

Protected Member Functions

void finalize () throws Throwable
 

Detailed Description

2x3 Transformation matrix.

Constructor & Destructor Documentation

◆ Matrix() [1/2]

com.tech5.FaceSDK.Matrix.Matrix ( ) throws FaceSDKException
inline

Creates zero-value matrix object.

Exceptions
FaceSDKExceptionin case of an error in native code.

◆ Matrix() [2/2]

com.tech5.FaceSDK.Matrix.Matrix ( float  m00,
float  m01,
float  m02,
float  m10,
float  m11,
float  m12 
) throws FaceSDKException
inline

Creates matrix object with matrix parameters set.

Parameters
m00{0 0} matrix element.
m01{0 1} matrix element.
m02{0 2} matrix element.
m10{1 0} matrix element.
m11{1 1} matrix element.
m12{1 2} matrix element.
Exceptions
FaceSDKExceptionin case of an error in native code.

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