C# Utils API¶
Utilities for using OneML.
-
OneML.Face.Utils : public global.SystemIDisposable
Public Functions
-
inline void
Dispose
() 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.
-
inline void
-
OneML.Alpr.Utils : public global.SystemIDisposable
Public Functions
-
inline void
Dispose
() 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.
-
inline void