2017年7月12日
摘要: adaptiveThreshold(~gray_src, binImg, 255, ADAPTIVE_THRESH_MEAN_C, THRESH_BINARY, 15, -2); #include #include using namespace cv; int main(int argc, char** argv) { Mat src, dst; sr... 阅读全文
posted @ 2017-07-12 16:47 小石头的一天 阅读(1343) 评论(0) 推荐(0)
摘要: #include #include using namespace cv; int main(int argc, char** argv) { Mat src, dst; src = imread("E:/opencv3.2/TestOpenCVInstall/Debug/Test.jpg"); if (!src.data) { printf("... 阅读全文
posted @ 2017-07-12 14:49 小石头的一天 阅读(1328) 评论(0) 推荐(0)