Click or drag to resize

CvDnnReadTorchBlob Method

Loads blob which was serialized as torch.Tensor object of Torch7 framework.

Namespace:  OpenCvSharp.Dnn
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static Mat ReadTorchBlob(
	string fileName,
	bool isBinary = true
)

Parameters

fileName
Type: SystemString
isBinary (Optional)
Type: SystemBoolean

Return Value

Type: Mat
Remarks
This function has the same limitations as createTorchImporter().
See Also