搜索资源列表
LoadPicture
- 新手做的打开图片,保存图片,用到一些openCV封装好的类和头文件。-Novice to do to open images, save images, use some good classes and openCV package header files
CanonCamera
- 能操作佳能单反的OpenCV封装类,经实验可以控制5D mark II拍照并自动包装成OpenCV的对象格式。使得OpenCV的代码能够直接使用5D2来进行图像采集,可以扔掉劣质的USB摄像机了。-Operation Canon SLR the OpenCV wrapper class, the experiment can be controlled 5D Mark II camera and automatically packaged into OpenCV Object Format.
TISCamera
- The Imaging Source以太网相机的OpenCV封装类,用它可以直接从TIS以太网相机中得到OpenCV图像,这样就能方便地用以太网相机替换以前的USB相机而几乎不用修改代码,很是方便。-The Imaging Source Ethernet camera OpenCV wrapper class, you can directly use it from the TIS Ethernet camera OpenCV image, so you can easily use the
videoprocessing
- 我们的目标是对于每个视频帧都应用一些处理函数,将自己的类中封装Opencv的视频获取框架,它允许我们制定每帧调用的处理函数-videoprocessing.cpp videoprocessor.h correspond to Recipes: Reading Video Sequences Processing the Video Frames Writing Video Sequences
SVM
- 一个自己封装的SVM类,可以实现对正负样品图片的剪切,分类器的训练,利用原来的文件测试分类器,利用一段视频测试分类器,同时也可以完成分类器的引用,同时SVM的训练参数可调。-Reference to a category of their own package of SVM, can achieve the image on the positive and negative samples of shear, training a classifier, using the original
HistExample
- 基于opencv3.0 图像直方图均衡化类封装 MFC实例-Opencv 3.0 based image histogram equalization MFC examples