搜索资源列表
KRT_from_P
- 此程序可从投影矩阵中分解出摄像机的内外参数(K、R、T),效果很不错。需要包含opencv头文件。-The program can decompose interior and exterior parameters(K,R,T) from a camera s projection matrix. Strong performace has been demonstrated. What you only have to do is to contain relative OPENCV hea
part5-src
- showing you how to use OpenCV s implementation of eigenface for face recognition
genzongyuanma
- 一个有关于车辆检测和跟踪的源码,其中用到了OPENCV,初学OPENCV的同学可以-A source of vehicle detection and tracking, which uses the OpenCV OpenCV s beginner students can look
chamfermatching
- Descr iption of the file: template matching source of Chamfer matching algorithm. It s OpenCV implementation
cvSamplePeopleDetect
- opencv识别行人实例代码,需要自行加opencv的库,即可使用。-It s an opencv example code of Pedestrian recognition , you need to add their own opencv library to use.
8数码
- 需要说明的是:本文示例图中的目标状态在计算上是最快捷的,首先取数很方便,一般地查看目标在第i个位置上的值,则需要访问数组goal[i],而这里goal[i]==i,故而无需访问数组;第二,要想知道数码n的目标位置,则需要找到goal[i]==n,然后row=i/3,col=i%3. 但是这里的话,row=n/3,col=n%3. 当我们用8位无符号整型来表示各个数码值(0~8)时,n/3和n%3操作是非常快的,比访问数组还快。 程序还提供一种玩游戏模式,即用户自己通过W,S,A,D四个键分
wps-back
- 采用tensorflow的深度学习框架,采用opencv,采用时间戳,和特征抓取,自动抓取图片特征,然后存储(Using tensorflow's deep learning framework, opencv, timestamp, and feature capture are used to automatically capture image features, and then store them)
迭代法图像复原算法3月20日改
- 使用C#的WPF与打印机调用打印例子。使用PrintDialog 类,用打印队列实现打印。利用vc6.0+opencv实现人脸识别(Use C#'s WPF and printer to call the Print example. Use the PrintDialog class to print with a print queue. Using vc6.0+opencv to realize face recognition)
pytorch-openpose-master
- 本例程是我研究生阶段做的一个小项目,该项目用pytorch的深度学习框架来进行人体姿态识别,能够实现头部和身体的骨架识别!图像处理方面加入了OpenCV包进行相关的处理,希望能帮助大家!(175/5000 This routine is a small project that I did in the graduate stage. The project uses pytorch's deep learning framework to recognize human body postu