![]() |
Face SDK
1.14.1 Mozart release
Face Recognition Software Development Kit
|
Classes | |
enum | com.tech5.FaceSDK.ImageCompressor.CompresstionLevel |
class | com.tech5.FaceSDK.ImageCompressor.Native |
class | com.tech5.FaceSDK.ImageCompressor |
Functions | |
com.tech5.FaceSDK.ImageCompressor.ImageCompressor (int version, License license) throws FaceSDKException | |
com.tech5.FaceSDK.ImageCompressor.ImageCompressor (int version) throws FaceSDKException | |
byte [] | com.tech5.FaceSDK.ImageCompressor.compressImage (Image img, CompresstionLevel compressionLevel) throws FaceSDKException |
Image | com.tech5.FaceSDK.ImageCompressor.decompressImage (byte[] compressedImage) throws FaceSDKException |
boolean | com.tech5.FaceSDK.ImageCompressor.equals (Object o) |
int | com.tech5.FaceSDK.ImageCompressor.hashCode () |
void | com.tech5.FaceSDK.ImageCompressor.close () throws Exception |
void | com.tech5.FaceSDK.ImageCompressor.finalize () throws Throwable |
Variables | |
com.tech5.FaceSDK.ImageCompressor.CompresstionLevel._1 | |
com.tech5.FaceSDK.ImageCompressor.CompresstionLevel._2 | |
com.tech5.FaceSDK.ImageCompressor.CompresstionLevel._3 | |
com.tech5.FaceSDK.ImageCompressor.CompresstionLevel._4 | |
com.tech5.FaceSDK.ImageCompressor.CompresstionLevel._5 | |
|
inline |
Performs image compression.
img | the image for compression. |
compressionLevel | the compression level. |
IllegalArgumentException | if img is null. |
FaceSDKException | in case of an error in native code. |
|
inline |
Performs image decompression.
compressedImage | the compressed image via compressImage(Image, CompresstionLevel). |
IllegalArgumentException | if compressedImage is null or empty. |
FaceSDKException | in case of an error in native code. |
|
inline |
Creates ImageCompressor with needed version and license.
version | image compression algorithm vesion. |
license | the license |
IllegalArgumentException | if license is null. |
FaceSDKException | in case of an error in native code. |
|
inline |
Creates ImageCompressor with needed version.
The default license is loaded. License#makeDefaultLicense().
version | image compression algorithm vesion. |
FaceSDKException | in case of an error in native code. |
com.tech5.FaceSDK.ImageCompressor.CompresstionLevel._2 |
size of resulting image will be not more than 800 bytes.
com.tech5.FaceSDK.ImageCompressor.CompresstionLevel._3 |
size of resulting image will be not more than 900 bytes.
com.tech5.FaceSDK.ImageCompressor.CompresstionLevel._4 |
size of resulting image will be not more than 1000 bytes.
com.tech5.FaceSDK.ImageCompressor.CompresstionLevel._5 |
size of resulting image will be not more than 1100 bytes. size of resulting image will be not more than 1200 bytes.