From 602b11927f83ad07f9de15e2b17d37b9b3f6cef2 Mon Sep 17 00:00:00 2001 From: superzdd Date: Fri, 23 Jun 2017 00:42:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=95=E7=94=A8?= =?UTF-8?q?=E4=BA=8E=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-MNIST/test-MNIST.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test-MNIST/test-MNIST.cpp b/test-MNIST/test-MNIST.cpp index 238295e..7555b12 100644 --- a/test-MNIST/test-MNIST.cpp +++ b/test-MNIST/test-MNIST.cpp @@ -26,6 +26,7 @@ const string CAFFE_ROOT = "../caffe"; int main(int argc, char** argv) { + // test superzdd // get a testing image and display Mat img = imread(CAFFE_ROOT + "/examples/images/mnist_5.png"); cvtColor(img, img, CV_BGR2GRAY);