Java Utils API

Utilities for using oneML.

class org::sertiscorp::oneml::face::Utils

Public Functions

inline synchronized void delete ()

Gracefully destroy the object and free memory.

inline Utils(LicenseManager manager)

Construct a Utils object.

Parameters
  • manager: LicenseManager instance.

inline Image cropAlignFaceLandmark(Image image, Landmark5 landmark_in)

Create align image from original image and landmark.

Return

an instance of Image.

Parameters
  • image: an instance of Image.

  • landmark_in: an instance of Landmark5.

inline Image readImageCV(String img_path)

Read image file with specific path.

Return

an instance of Image.

Parameters
  • img_path: an instance of String.

class org::sertiscorp::oneml::alpr::Utils

Public Functions

inline synchronized void delete ()

Gracefully destroy the object and free memory.

inline Utils(LicenseManager manager)

Construct a Utils object.

Parameters
  • manager: LicenseManager instance.

inline Image readImageCV(String img_path)

Read image file with specific path.

Return

an instance of Image.

Parameters
  • img_path: an instance of String.