#define _CRT_SECURE_NO_WARNINGS
#include <iostream>
#include <string>
#include <vector>
#include <opencv/cv.h>
#include <opencv/cxcore.h>
#include <opencv2/opencv.hpp>
#include <opencv2/calib3d.hpp>
#include <opencv2/core.hpp>
#include <opencv2/features2d.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/highgui.hpp>
#include "ConcateImage.h"
using namespace cv;
using namespace std;
//------------------------------拼接图片---------------------------------------------//
Mat ConcateImage(char *path1, char *path2, char *path3, int minThres=50, int maxThres=220, bool fbArea=true, int minA=10, int maxA=10000, int bColor=255)
{
//string path1("E:\\Pr
基于opencv进行拼接图片
最新推荐文章于 2025-04-10 00:43:55 发布