Method UpsampleMultioutput
- Namespace
- OpenCvSharp.DnnSuperres
- Assembly
- OpenCvSharp.dll
UpsampleMultioutput(InputArray, out Mat[], IEnumerable<int>, IEnumerable<string>)
Upsample via neural network of multiple outputs
[SuppressMessage("Maintainability", "CA1508: Avoid dead conditional code")]
public void UpsampleMultioutput(InputArray img, out Mat[] imgsNew, IEnumerable<int> scaleFactors, IEnumerable<string> nodeNames)
Parameters
imgInputArrayImage to upscale
imgsNewMat[]Destination upscaled images
scaleFactorsIEnumerable<int>Scaling factors of the output nodes
nodeNamesIEnumerable<string>Names of the output nodes in the neural network