Click or drag to resize

DnnInvokeBlobFromImage Method

http://www.emgu.com
Overload List
  NameDescription
Public methodStatic memberBlobFromImage(IInputArray, Double, Size, MCvScalar, Boolean, Boolean, DepthType)
Creates 4-dimensional blob from image. Optionally resizes and crops image from center, subtract mean values, scales values by scalefactor, swap Blue and Red channels.
Public methodStatic memberBlobFromImage(IInputArray, IOutputArray, Double, Size, MCvScalar, Boolean, Boolean, DepthType)
Creates 4-dimensional blob from image. Optionally resizes and crops image from center, subtract mean values, scales values by scalefactor, swap Blue and Red channels.
Top
See Also