搜索资源列表
load-an-image-and-output
- 调用Opencv的库函数来实现加载一张图片并输出-Opencv call library functions to achieve an image and output load
HSV_compare
- openCV 例程用于加载图片并且与比较的图片进行hist比较 最终输出结果-openCV for compare the HSV histogram and generate a hist image
cam
- opencv 提供了使用基于颜色的跟踪算法camshift, 很好的算法,可是它是个半自动的算法,它需要用户在跟踪界面设定跟踪的目标。怎么预先设定目标再来跟踪呢? 本人偷了个懒,加入了用一张图片来设定跟踪的目标,在启动中加载图片,生成跟踪需要的histogram。这样实现了自动化的跟踪吧。-opencv using color-based tracking algorithm camshift provide a good algorithm, but it is a semi-automati
AutoCamShift
- 基于OpenCV,设定跟踪目标图片的改进camshift例子。opencv 提供了使用基于颜色的跟踪算法camshift, 很好的算法,可是它是个半自动的算法,它需要用户在跟踪界面设定跟踪的目标。怎么预先设定目标再来跟踪呢? 本人偷了个懒,加入了用一张图片来设定跟踪的目标,在启动中加载图片,生成跟踪需要的histogram。这样实现了自动化的跟踪吧。-a better camshift based on OpenCV
TestCV
- 一个OpenCV简单学习程序,从系统中加载指定路径的图片到窗口显示-a sinmple program of studying OpenCV
hd
- 用于在OpenCV中加载一幅图像并将其转化为灰度图片。-Used to load an image in OpenCV and converted to grayscale images.
Rectangle
- 在VC++环境中安装好opencv,实现对加载图片进行加框处理效果-Good in installed in the VC++ environment the opencv, for the treatment effect of load picture framing
Mean-Filtering
- 在VC++编程环境中安装opencv,实现对加载图片的锐化处理,达到更为清晰的效果-To opencv, installed in VC++ programming environment sharpening load images, clearer results
Image-gradient
- 在VC++环境中安装好OPENCV,实现对加载图片进行图像渐现的效果-In installed in the VC++ environment OPENCV, to achieve the effect of the image fade-load images
LoadImage
- opencv 加载图片 帮助用户测试opencv的环境;-opencv loadImage
classperform
- VS2010和openCV220下编译,Haar分类器批量检测图片中的目标,一次最多加载图片20张,需加载训练好的Haar分类器,已包含frontface.xml-VS2010 and openCV220 compiled, Haar classifier picture batch testing goals, making up to 20 images loaded, you need to load the trained Haar classifier is included fron
bptrainrec
- BP训练并识别,可以加载一定的模板图片,例如(数字1,2,3.。。9)。-BP train
OpencvShowImg
- opencv 对话框加载图片 鼠标移动查看像素值 彩色图转换为灰度图-opencv
基本载入输出
- 实现基本图像的输入输出,opencv入门教程,可以实现加载图片,有注释,方便入门(Realize the input and output of basic image)