Class Image2BlobParams

java.lang.Object
org.opencv.dnn.Image2BlobParams

public class Image2BlobParams
extends Object
Processing params of image to blob. It includes all possible image processing operations and corresponding parameters. SEE: blobFromImageWithParams Note: The order and usage of scalefactor and mean are (input - mean) * scalefactor. The order and usage of scalefactor, size, mean, swapRB, and ddepth are consistent with the function of REF: blobFromImage.