搜索资源列表
ImageProcessor.rar
- 基于Basler的pylon SDK编写的对于Scout GigE相机的位图采集程序,另外还有一些基于OpenCV的小程序,err
mpeg4ip-1.6.tar.gz
- Windows,Linux,Mac OS X平台下的音视频流的传输播放系统,支持MPEG4/H.261/MPEG2/H.263 MP3/AAC/AMR等不同编码格式,Windows, Linux, Mac OS X platform audio and video stream broadcast transmission systems to support MPEG4/H.261/MPEG2/H.263 MP3/AAC/AMR different encoding format, etc.
VideoH264
- 通过OPENCV H.264编码YUV视频,进行量化 变换 编码-By OPENCV H.264 encoding YUV video, transform coding to quantify
HMMDemo
- 基于opencv的HMM人脸识别,可连接摄像头实时拍摄识别!(opencv1.0)-Opencv of HMM-based face recognition, can be connected to real-time camera shot Recognition! (Opencv1.0))
HMMDemo
- 人脸检测系统,利用opencv开发的人脸检测程序-Face Detection system, developed using opencv face detection process
cv_test
- 使用OPEN CV 完成行人偵測 內附圖片 實測效果-OPEN CV using the completion of the pedestrian detection measured the effect of inserting pictures
openCv1.1.0DLL
- 图形图像处理OpenCV1.1.0的debug 和 release版本的D-Graphics Image Processing OpenCV1.1.0 the debug and release versions of the DLL
pattern-finder-v.h
- In embedded environment, this program can recognize pattern using pc-cam.
traincascade
- features.h for opencv 2.0 for traincascade
szTest
- 根据sz的经典论文实现的图像细化(骨架化)程序。程序中没有使用opencv,而是使用了matcom C++库函数。需要用到matlib.h和matlib.lib。-Sz classic paper to achieve the image thinning (skeleton) program. The program does not use opencv, but the use matcom C++ library functions. Need matlib.h and matlib.l
CamInfo
- 本程序是基于opencv开发的计算机视觉类遥感图像处理程序,使用了bmpFile.h类进行图像的相关操作包括图像的读取、控制点坐标的提取等,Matrix.h类用于控制点坐标以及相机定标参数的解算-failed to translate
ChildCtrl
- CListCtrl,ComboBox,CStatic,日期控件等重写的类,可能有的需要 Opencv的一些图像显示函数,.h,.CPP文件-Rewriting the class CListCtrl, ComboBox, CStatic, date controls, may require some images and some display function Opencv
cv100
- CvvImage.h头文件用于opencv图像编程人脸识别等-CvvImage.h header file for opencv face recognition and other image program
CvvImage
- 好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个
WorldCamera
- 调用opencv的cvFindHomography函数求得H矩阵,再利用利用cvInvert求得H的逆矩阵,最后,选取图像上的像素点,利用cvMatMul(Ma, Mb, Mc)求出其结果矩阵。-The cvFindHomography call opencv function matrix H is obtained, and then use use cvInvert determined inverse matrix H, and finally, the pixels on the i
OpenCV入门教程
- opencv入门资料,有安装方法等,一系列的东西很有用(h wliad lc spof j hf k q is yougood)
HaarandHog
- Haar_and_Hog_HumanDetector_practice //#include "OpenCV.h" #ifdef _DEBUG #pragma comment (lib, "opencv_core249d.lib") #pragma comment (lib, "opencv_highgui249d.lib") #pragma comment (lib, "opencv_imgproc249d.lib
High-Dimensional-LBP-master
- 我的高维LBP特征的人脸识别方法董晨,徐东曺,方文执行,简隼。维度祝福:高维特征及其对人脸验证的有效压缩。计算机视觉与模式识别(CVPR),2013。我用OpenCV的人脸检测和人脸地标检测内部接口。实现的详细信息可以在Bor Chun Chen、楚松晨、Winston H. Hsu中找到。审查和高维局部二进制模式及其在人脸识别中的应用实施,技术报告tr-iis-14-003,中央研究院信息科学研究所,2014。(PDF)如果您使用此代码进行研究,请引用上面的技术报告。有关更多信息,请访问项目网
CvvImage
- 在OpenCV高版本里CvvImage类被取消,如果想继续沿用以前的CvvImage,其实很简单,只要搜到CvvImage的源代码(.h和.cpp)。在自己的工程里面增加一个新的CvvImage类就可以了。然后注意在view类头上加个#include "CvvImage.h"(In the OpenCV version, the CvvImage class is cancelled. If you want to continue to use the previous C
opencv配置
- 配置本地的opencv环境,在vs2015中配置具体怎么配置系统环境变量Path参照网上其他资源。其中以盼复开头(H:)shiwo本地路径,附带本地一个小程序(Configuring a local opencv environment)