- 博客(6)
- 资源 (5)
- 收藏
- 关注
原创 双目测距
之前做双目测距时也是参考了不少博文,一直忘了整体,现在将部分结果保存下来https://download.youkuaiyun.com/download/dreamharding/10739966当然这个实现的鼠标点击输出三维坐标。后面在此基础上加了一些对目标X,Y,Z方向的干扰滤除,然后自动框选出目标以及其中心点当然这些都是比较理想的情况下了(* ̄︶ ̄),但起码实现了功能,嘿嘿最...
2018-10-25 20:44:48
3233
3
原创 MFC自动搜索串口编程
参照下面博客的方法实现了串口通信,但是博文里的串口需要事先知道自己所用所用串口,然后在COM口下拉列表里选择对应的,不是 很方便,然后参考网上的资料加了自动搜索串口的功能http://blog.youkuaiyun.com/a_runing_man/article/details/9947343
2017-05-16 18:21:31
1752
5
原创 利用ROI再一个窗口中显示多个视频
这里只显示了两个,其实还可以将这个显示多视频函数封装成一个子函数。#include #include #include using namespace std;using namespace cv;int main( int argc, char** argv ) { //int i=0; cvNamedWindow( "Example2_9", CV_WINDOW_A
2016-12-20 12:52:30
1035
原创 MATLAB双目标定步骤
看了许多标定的博文,为了以后的使用将标定步骤整理下来整体为先分别标定:这里使用的标定图片是网上找的,双目标定时待标定图片是双目相机同时拍摄得到的,拍摄程序如下:#include "stdafx.h" #include #include using namespace std; char* name_l = (char*)malloc(sizeo
2016-12-16 22:34:26
26501
18
原创 OPENCV之运行摄像头程序闪退 备注
int main( int argc, char** argv ) { //int i=0; cvNamedWindow( "Example2_9", CV_WINDOW_AUTOSIZE ); CvCapture* capture; capture = cvCreateCameraCapture(0); assert( capture != NULL );
2016-11-22 22:39:25
3796
原创 OPENCV的2-10备注
#include "cv.h"#include "highgui.h"#include // Convert a video to grayscale// argv[1]: input video file// argv[2]: name of new output file//IplImage* doresize(IplImage* in){IplImage* out1 =
2016-11-22 17:58:50
454
双目测距,鼠标点击输出三维坐标
2018-10-23
ANSYS_Workbench12基础教程与实例详解
2016-11-23
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人