国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 編程 > C > 正文

opencv實(shí)現(xiàn)多張圖像拼接

2020-01-26 13:34:24
字體:
供稿:網(wǎng)友

本文實(shí)例為大家分享了opencv實(shí)現(xiàn)多張圖像簡(jiǎn)單拼接,供大家參考,具體內(nèi)容如下

#include <iostream>#include <core/core.hpp>#include <opencv2/imgproc/imgproc.hpp>#include <opencv2/highgui/highgui.hpp>#include<opencv2/stitching.hpp> using namespace std;using namespace cv;int main(){  Mat combine, combine1, combine2; Mat a = imread("idol1.jpg"); Mat b = imread("idol2.jpg"); Mat c = imread("idol3.jpg"); Mat d = imread("idol4.jpg");  cv::resize(a, a, cv::Size(100, 100), 0, 0, CV_INTER_LINEAR); cv::resize(b, b, cv::Size(100, 100), 0, 0, CV_INTER_LINEAR); cv::resize(c, c, cv::Size(100, 100), 0, 0, CV_INTER_LINEAR); cv::resize(d, d, cv::Size(100, 100), 0, 0, CV_INTER_LINEAR); //水平拼接 hconcat(a, b, combine1); hconcat(c, d, combine2);  //垂直拼接 vconcat(combine1, combine2, combine); namedWindow("Combine", CV_WINDOW_AUTOSIZE); imshow("Combine", combine); cv::waitKey(1);  system("pause"); return 0;}

效果如下:

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持武林網(wǎng)。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表

圖片精選

主站蜘蛛池模板: 扎兰屯市| 博爱县| 泸西县| 岗巴县| 玛沁县| 黄平县| 威海市| 纳雍县| 张家界市| 太仆寺旗| 民勤县| 读书| 东丰县| 大冶市| 白玉县| 友谊县| 静安区| 洛宁县| 临沂市| 阳高县| 彭阳县| 宜州市| 东兴市| 栾川县| 阿巴嘎旗| 南宁市| 娄烦县| 都昌县| 和政县| 鄂州市| 泸州市| 余江县| 安陆市| 兰考县| 白沙| 西乡县| 泸州市| 阿尔山市| 仪陇县| 青田县| 沙雅县|