摘要: https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_012_hist_compare/opencv_012_hist_compare.cpp 3*3 均值模糊 包括两种方式 : 1. 手撸代 阅读全文
posted @ 2020-03-13 12:08 cyssmile 阅读(227) 评论(0) 推荐(1) 编辑
摘要: https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_012_hist_compare/opencv_012_hist_compare.cpp 包含 applyColorMap() LUT() 阅读全文
posted @ 2020-03-13 12:02 cyssmile 阅读(306) 评论(0) 推荐(1) 编辑
摘要: https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_012_hist_compare/opencv_012_hist_compare.cpp 阅读全文
posted @ 2020-03-13 12:00 cyssmile 阅读(147) 评论(0) 推荐(1) 编辑
摘要: https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_008/opencv_008.cpp 包括calcHist() normalize() 相关api, 以及将像素信息用折线图的方式展现 阅读全文
posted @ 2020-03-13 11:53 cyssmile 阅读(226) 评论(0) 推荐(1) 编辑
摘要: https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_008/opencv_008.cpp 本段实例代码展示截取某张图片中 一个长方形区域的数据 阅读全文
posted @ 2020-03-13 11:50 cyssmile 阅读(156) 评论(0) 推荐(1) 编辑
摘要: https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_008/opencv_008.cpp 包括split() merge() 相关api 阅读全文
posted @ 2020-03-13 11:48 cyssmile 阅读(187) 评论(0) 推荐(1) 编辑
摘要: https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_008/opencv_008.cpp 阅读全文
posted @ 2020-03-13 11:46 cyssmile 阅读(434) 评论(0) 推荐(1) 编辑
摘要: https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_006/opencv_006.cpp 相关的api为minMaxLoc() meanStdDev() 阅读全文
posted @ 2020-03-13 11:44 cyssmile 阅读(217) 评论(0) 推荐(1) 编辑
摘要: https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_006/opencv_006.cpp 包括bitwise_not() bitwise_and() bitwise_or() 等相关api操 阅读全文
posted @ 2020-03-13 11:39 cyssmile 阅读(355) 评论(0) 推荐(1) 编辑
摘要: https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_004/opencv_004.cpp 包括 add() subtract() multiply() divide() addWeighte 阅读全文
posted @ 2020-03-13 11:34 cyssmile 阅读(187) 评论(0) 推荐(1) 编辑
摘要: https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_004/opencv_004.cpp 阅读全文
posted @ 2020-03-13 11:30 cyssmile 阅读(166) 评论(0) 推荐(1) 编辑
摘要: 这段代码注释有问题,这是基于数组的方式访问的。 https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_004/opencv_004.cpp 阅读全文
posted @ 2020-03-13 11:28 cyssmile 阅读(170) 评论(0) 推荐(1) 编辑