搜索资源列表
opencv c++实现图像rgb到hsv的颜色空间转换
- 基于opencv c++实现图像rgb到hsv的颜色空间转换,并显示各分量的值-opencv c++ rgb hsv
OpenCV-iPad
- OpenCV 在ios中编译,以及实现简单的应用.-OpenCV in ios, compile, and simple application.
Kalman
- 基于OpenCV的Kalman滤波算法。利用Kalman滤波算法实现目标跟踪,本例中具体跟踪对象为随机产生的圆的轨迹,预测轨迹中下一点的位置,标记出来并给出相应的运动轨迹。-The Kalman filtering algorithm based on OpenCV. The use of Kalman filter algorithm for target tracking, in this case specifically track the object is randomly gene
xianshituxiang
- 使用opencv和vc6.0做编译器,实现显示图像的功能,并且在程序中已经存入图形-Vc6.0 done using opencv and compiler to achieve the function of displaying images, and graphics in the program have been deposited
Face-Detection
- 人脸检测的opencv实现,采用VC2008进行编译并实现。-Opencv implementation of face detection
3-2
- opencv实现图像反转,图像的颜色发生明显变化-opencv image inversion, image color change significantly
CUDA_RANSAC
- Linux下基于CUDA的RANSAC实现,可以转到windows下的VS2010下运行,需要OpenCV支持。可以支持64bit编译环境。具有很好的参考价值,需要花时间调试。-Based on Linux with CUDA RANSAC, you can go to run windows under VS2010, you need to OpenCV support. You can support 64bit build environment. Have a good referen
CamShift
- 跟踪算法的实现,需要OPENCV支持-Tracking algorithm, OPENCV support! !
convert
- opencv,c++环境下实现图像的格式转换程序,可以转换成任意格式-image format conversion program in the opencv, c++ environment, you can convert any format
LearningOpenCV_Code
- 学习Opencv 书籍源码 包含各个章节的例子的实现代码-The learning the Opencv books source contains examples of the various sections of the implementation code
ImageMatching
- 通过调用opencv数据库中的函数,实现图像的匹配。-Through function calls in the opencv , to achieve image matching.
random-forests
- 用openCV写的一个能实现随机森林算法的程序,大家可以参考一下-OpenCV written by a Random Forest algorithm to achieve the procedure, we can refer to
Computer-vision-code
- opencv计算机视觉代码(c++),自己先前学习opencv时候实现过的一些不错的代码程序,都能成功运行,效果不错,拿来和大家分享。打打基础也好,里面动作识别,动作追踪,轮廓检测都有.-Opencv his previous study when the time to achieve some good code, can successfully run, the effect is good, brought to share with you. Playing the foundati
keras人脸识别
- 利用Keras实现从摄像头读取的视频种检测和识别人脸,基于tensorflow+opencv,搭建了卷积神经网络模型