Closed takuya-takeuchi closed 4 years ago
LoadImage
method take IntPtr
or byte[]
.
It means that developer must take care of color order.
So should I provide method for swapping R and B?
But LoadImgeFile
needs not to do.
Created RgbBgr
example and explain document.
https://github.com/takuya-takeuchi/FaceRecognitionDotNet/tree/develop/examples/RgbBgr
LossMmod
andLossMetric
expectRgbPixel
. So we should not take care ofBgrPixel
default windows bitmap color order.