|
| Image (string path) |
| Load an image from a file at a given path More...
|
|
| Image (byte[] data) |
| Create an image from a bitmap More...
|
|
| Image (byte[] data, uint width, uint height) |
| Create an image from a bitmap More...
|
|
| Image (byte[] data, uint width, uint height, uint stride) |
| Create an image from a bitmap More...
|
|
override bool | Equals (object obj) |
|
override int | GetHashCode () |
|
void | CheckValidity (string objectName=null) |
| Throw an ObjectDisposedException adding a given name to exception's Message in case that object is not valid More...
|
|
void | Dispose () |
|
|
uint | Width [get] |
|
uint | Height [get] |
|
ulong | Stride [get] |
|
byte [] | Data [get] |
|
IntPtr | Handle [get, protected set] |
|
bool | Valid [get] |
|
bool | Valid [get] |
| True if object is valid, false if disposed or not created properly More...
|
|
uint | Width [get] |
| Image width in pixels More...
|
|
uint | Height [get] |
| Image hidth in pixels More...
|
|
ulong | Stride [get] |
| bitmap row size in bytes More...
|
|
byte [] | Data [get] |
| Bitmap data More...
|
|
◆ Image() [1/4]
FaceSDK.Base.Image.Image |
( |
string |
path | ) |
|
|
inline |
Load an image from a file at a given path
- Parameters
-
◆ Image() [2/4]
FaceSDK.Base.Image.Image |
( |
byte [] |
data | ) |
|
|
inline |
Create an image from a bitmap
- Parameters
-
data | A bitmap to crerate image from |
◆ Image() [3/4]
FaceSDK.Base.Image.Image |
( |
byte [] |
data, |
|
|
uint |
width, |
|
|
uint |
height |
|
) |
| |
|
inline |
Create an image from a bitmap
- Parameters
-
data | A bitmap to crerate image from |
width | Image width |
height | Image height |
◆ Image() [4/4]
FaceSDK.Base.Image.Image |
( |
byte [] |
data, |
|
|
uint |
width, |
|
|
uint |
height, |
|
|
uint |
stride |
|
) |
| |
|
inline |
Create an image from a bitmap
- Parameters
-
data | A bitmap to crerate image from |
width | Image width |
height | Image height |
stride | Bitmap row size in bytes |
The documentation for this class was generated from the following file: