Click or drag to resize

DnnInvokeBlobFromImages Method

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