takuya-takeuchi / FaceRecognitionDotNet

The world's simplest facial recognition api for .NET on Windows, MacOS and Linux
MIT License
1.27k stars 308 forks source link

LoadImage does not return proper data? #98

Closed takuya-takeuchi closed 4 years ago

takuya-takeuchi commented 4 years ago

The first image is created from LoadImage. The 2nd image is created from LoadImageFile. These data si visualized from Image.Matrix by debugger.

rgb

file

takuya-takeuchi commented 4 years ago

This is caused by matrix_new6 of DlibDotNet method. It was introduced in develop branch and it is not published as nuget.

takuya-takeuchi commented 4 years ago

It's not bug but sample program has wrong code. DlibDotNet and FaceRecognitiionDotNet has no wrong.