发布时间:2018-07-17 15:45:06
VIDEOIO ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCVUnable to stop the stream: Device or resource busyOpenCV(3.4.1) Error: Assertion failed (scn == 3 || scn == 4) in cvtColor, file /io/opencv/modules/imgproc/src/color.cpp, line 11115打开代码发现cap = cv2.VideoCapture(.........【阅读全文】
发布时间:2018-07-05 10:31:51
参考https://www.tensorflow.org/tutorials/image_retraining......【阅读全文】
发布时间:2018-07-04 21:57:45
第一步,训练并保存模型:saver_hello.py内容如下import tensorflow as tfdef helloFunc(): print("hellFunc")if __name__ == '__main__': hello = tf.Variable(tf.constant('Hello World', name = "hello")) #init = tf.initialize_all_variables() #deprecated&nbs.........【阅读全文】
发布时间:2018-07-03 11:49:37
在orb的基础上,通过一个具体的示例得出如下数据://cv::BFMatcher matcher(cv::NORM_HAMMING, false); // 632ms//cv::BFMatcher matcher(cv::NORM_L2, false); //324ms.........【阅读全文】
chinaunix网友2011-02-15 16:05
看了你的博文,有这么多的体会,很佩服你的学习精神,总结出来写本书如何?我的联系方式:wuyi1352@gmail.com
chinaunix网友2009-06-11 17:22
你好,问一下SendARP探测活动性的那是原原本本的程序吗,不缺什么吧?我运行之后SendARP的返回值总是31.不知道为什么,麻烦帮忙看看,谢谢了!