搜索资源列表
opencv_example
- Opencv编程,示例程序 1.读入图像并显示 2.载入图像,强制转化为Gray 3.Canny边缘检测 4.轮廓检测 5.运动物体检测
SVM.rar
- 基于opencv的支持向量基(SVM)的代码,利用SVM解决2维空间向量的3级分类问题。,Opencv-based support vector machine (SVM) of the code, the use of SVM to solve 2-dimensional vector space of three classifications.
MRF-benchmarks
- markov random fields的各类优化算法及应用Optimization methods included: 1) ICM 2) Graph Cuts 3) Max-Product Belief Propagation 4) Sequential tree-reweighted message passing (TRW-S) Applications include: (1)binary (2)denoise (3)stereomatch (
用OPENCV获得运动物体的轮廓
- 此代码可用于基于OPENCV获得运动物体的轮廓,OPENCV 2.3.1
ORB_evaluation_2008
- Opencv 2.3.1中ORB快速描述子简单匹配测试程序-evaluation for orb in opencv 2.3.1
sy2
- 在matlab中编程实现图像的创建256级灰度图像的灰度级直方图; 2. 三段式线性变换,区间参数自定义; 3. 灰度图像转变为二值图像(阈值自定义); 4. 无论使用matlab或OpenCV,均不可使用库函数。 -Matlab programming in the 256-level grayscale image to create gray-scale image histogram 2. Three-step linear transformation, custom
LucasKanadeTracker
- Lucas-Kanader-Tomasi Feature Tracker,基于B.D.Lucas和T.Kanade[1]于1981的早期工作,于1991年由C.Tomasi和T.Kanade[2]完整导出,并于1994年由J.Shi和C.Tomasi[3]在文章中清楚地阐述。J.Y.Bougue[4]于2000年给出了此算法的一种实现,并收录在Intel公司的计算机视觉函数库OpenCV中。本例是此算法基于OpenCv的代码实现-Lucas-Kanader-Tomasi Feature Trac
HarrisCorner
- 利用openCV找出已知图像中的角点, 利用slider bar 控制临界值, 并显示出通过临界值的角点像素, 并用non-maxima suprression 使之变稀疏并显示-routines in OpenCV to demonstrate the operations of the Harris Corner detector. 1. Open the image box_in_scene.jpg and show the image in a window. 2. Compute
OpenCV
- OpenCV电子教程 目录 1 什么是OpenCV 2 重要特性 3 谁创建了它 4 新特征 5 从哪里下载 OpenCV 6 如果在安装/运行/使用 OpenCV 中遇到问题 7 OpenCV参考手册 8 中文翻译者 -Electronic directory of OpenCV Tutorial OpenCV 2 What is an important characteristic of 3 who created 5 new fe
BCB_OpenCv_Detials
- OPencv 在BCB环境下的dll 是由vc下的dll转过来的-opencv dll for BCB converted from dll for VC
opencv4-3
- opencv学习的第4.2节 opencv教程的光盘-opencv learning section 4.3 opencv tutorial CD-ROM
h264
- 用ffmpeg解码h264视频文件,并且将解码出来的每帧图像用opencv封装进行显示。使用时须配置好ffmpeg和opencv,然后将自己的h264文件名称修改为1.h264 并将其置于当前目录即可运行(可作为2次开发的参考)-Using ffmpeg to decode h264 video file and display each frame decoded using opencv package, the ffmpeg is the latest version 3-2. In ad
opencvconfig
- VS2010环境下如何安装、配置OpenCV 2.3.1的开发环境-OpenCV2.3.1 visual studio config
android_opencv.tar
- open cv 源码, 最新版本,在android 2.3或者4.0上面开发。-opencv sourcecode,it is developed on android 2.3 or 4.0
boxFilter_c
- 导向滤波中关键算法boxFilter算法C++代码,该代码在opencv-2.4.3支持下可以直接用matlab编译成boxFilter_c.mexw32实现混合编程。 -boxFilter for C++ based on opencv-2.4.3
Bilateral
- 双边滤波 VS2010 + OpenCV 2.4.3-Bilateral Filtering
Guided
- 引导滤波,VS2010 + OpenCV 2.4.3-Guided Image Filtering
BMSSaliency
- BMS saliency model的代码,The code has been tested on Windows system, using Matlab 2012 and OpenCV 2.40+.-The code has been tested on Windows system, using Matlab 2012 and OpenCV 2.40+. To compile the code (only for Windows): 1. Put the extract
ex2
- QT下基于opencv3.2的HSV图像分离,通过查找V分量上ROI区域最亮值的坐标,找到H分量上对应坐标的3*3矩形平均H值,判断出该坐标所处位置的颜色分类(QT under the opencv3.2 based HSV image separation, by looking for the V component on the ROI region of the brightest value coordinates, find the corresponding 3*3 coordin
Digital Image Processing
- 1.RAW格式转换为BMP格式 2.灰度线性拉伸 3.局部处理 4.几何处理 5.二值化 6.模板匹配 7.影像融合(1.RAW format converted to BMP format 2. grayscale linear stretch 3. local processing 4. geometric processing 5. binaryzation 6. template matching 7. image fusion)
