TechTrue® Android SDK  

V1.3.7

Android SDK for TechTrue®'s face recognition
br.com.techmag.ttface.TTImage Class Reference

Classes

enum  TTImageType
 

Public Member Functions

 TTImage ()
 
int loadFromInputStream (InputStream is)
 
int loadFromBitmap (Bitmap bmp)
 
int loadFromImage (Image img)
 
byte[] getImgBuf ()
 
int getHeight ()
 
int getWidth ()
 
int getImgBufLength ()
 

Constructor & Destructor Documentation

◆ TTImage()

br.com.techmag.ttface.TTImage.TTImage ( )
inline

Member Function Documentation

◆ getHeight()

int br.com.techmag.ttface.TTImage.getHeight ( )
inline

◆ getImgBuf()

byte [] br.com.techmag.ttface.TTImage.getImgBuf ( )
inline

◆ getImgBufLength()

int br.com.techmag.ttface.TTImage.getImgBufLength ( )
inline

◆ getWidth()

int br.com.techmag.ttface.TTImage.getWidth ( )
inline

◆ loadFromBitmap()

int br.com.techmag.ttface.TTImage.loadFromBitmap ( Bitmap  bmp)
inline

◆ loadFromImage()

int br.com.techmag.ttface.TTImage.loadFromImage ( Image  img)
inline

◆ loadFromInputStream()

int br.com.techmag.ttface.TTImage.loadFromInputStream ( InputStream  is)
inline