搜索资源列表
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
imagedata
- 使用opencv编程导入图像,获得图像的R、G、B分量数据。还可以进行空间转换。-Used opencv to get data of image.
opencv-ImageProcess
- 基于opencv的采用sobel算子的图像边缘检测-Opencv-based operator of the use of the sobel edge detection
BCB_OpenCv_Detials
- OPencv 在BCB环境下的dll 是由vc下的dll转过来的-opencv dll for BCB converted from dll for VC
YUV2RGB
- YUV图像数据转换为RGB格式。 含YUV颜色转换R、G、B分量的函数-YUV Image Format to RGB Format. Including Get R/G/B Color Compoment from YUV pixel.
cvRepeatPcvSplitPcvMerge
- 图像通道的分离和合并。用OpenCV+Vc实现,如果把一张彩色图片分割出R/G/B,那比较恐怖,可以试一下~-Image channel separation and merger. Achieved with the OpenCV+ Vc, if a color image segmentation R/G/B, then compare the terrorist, you can try ~
asas
- b样条曲线的具体实现 通过opencv的画图功能进行实现-b-spline curves through the concrete realization of the drawing functions to achieve opencv
B-spline-approximation
- 一个可以将给定2D曲线图像转化为B样条曲线的程序。需要opencv支持 内含程序源码、用户手册、算法原理文档、样例以及结果文档-A simple code about B-spline approximation.
b
- 用OpenCV实现的灰度图像二值化,在VS2008环境下。-This is codes of image binalization using OpenCV,under envionment of VS2008.
b
- opencv学习课件,老师给的,非常实用,大部分是基础内容-opencv learning courseware, teacher gave very practical, most content
RGB-histogram
- 结合VC6.0和Opencv实现图像的R、G、B分量的提取,并绘制成曲线-Extracting image s R, G, B component and drawing curves
yansefenge
- 使用opencv对图像进行颜色分割,使用图像的R,G,B各分量对图像进行分割。-The use of OpenCV color image segmentation, image using R, G, B components of image segmentation.
secaizhuanyi
- 运用openCV编写的C++图像色彩转移程序,原理是先转化到Lab图像,再保持L不变调整图像的a、b分量的均值跟方差。-Using openCV prepared C++ image color transfer process, the principle is first converted to Lab image, and then adjust the image to keep L constant a, b, with the mean variance component.
b
- 用OPENCV实现图片纹理提取的源码,可以用于图片纹理的提取,运行于VS2010环境下运行通过-OPENCV is used to implement image texture extraction of source code, can be used for the extraction of image texture, run run through in VS2010 environment
b
- 利用opencv进行图像处理。拉普拉斯金字塔变换,实现图像融合。- Laplacian pyramid
histogram
- 基于OPenCV的R、G、B三色通道直方图,VS2010运行环境! -Based OPenCV of R, G, B three-color channel histogram, VS2010 runtime environment!
illum_maps
- 论文源代码 :[2013TIFS] Exposing digital image forgeries by illumination color classification-Some notes on A) Compilation B) Execution of the code C) Parameters D) General remarks on our work in color constancy and image forensics E) Referencing
smoke_detection
- 使用VS2010+openCV。本文是基于颜色模型和运动模型对含有烟雾的视频进行烟雾检测的。首先利用RGB颜色模型的方法,检测出烟雾区域以及疑似烟雾区域;接着用背景相减的方法,检测出运动的物体;最后结合两种方法,只检测出运 动的烟雾区域,提取烟雾最大轮廓,绘制矩形框以示意。通过设置R、G、B的参数及阈值,可以得到满意的效果。 -Use VS2010+openCV. This paper is based on the color model and motion model for sm
1959974
- 绘制双三次B样条曲线,Draw the double triple B curve(Double three b-spline curve drawing, Draw the double triple B curve)