摘要: #include <iostream>#include <vector>#include <opencv2/core/core.hpp>#include <opencv2/imgproc/imgproc.hpp>#include <opencv2/highgui/highgui.hpp>using namespace std;using namespace cv;int main(){ // Read input binary image Mat image= imread("./binaryGroup.bmp", 阅读全文
posted @ 2012-10-15 22:49 行远_ 阅读(41132) 评论(1) 推荐(2) 编辑