如何将Mat图像转换为INDArray?

时间:2018-08-09 19:01:30

标签: java opencv dl4j

我正在与opencv一起使用,并希望将矩阵图像放在矩阵中,但是正如下面的代码所示,它在变量图像中给出了空返回值,有人可以帮助我吗?谢谢。

垫位数=倒置子垫(rect.y,rect.y + rectheight,rect.x,rect.x + rect.width);             Imgproc.resize(digit,digit,new Size(28,28));

        NativeImageLoader loader = new NativeImageLoader(digit.height(), digit.width(), digit.channels());//Use the nativeImageLoader to convert to numerical matrix
        INDArray image = loader.asMatrix(digit);//put image into INDArray

0 个答案:

没有答案