搜索资源列表
OpenCVTest
- 利用opencv1.0+VC6.0写的一个小程序,主要实现了: 1.打开jpg图片 2.图片上叠加文字信息 3.利用opencv把图片显示到一个Picture控件上 4.picture控件的重绘问题 5.图片合并-Using opencv1.0+ VC6.0 to write a small program, the main achievement of: 1. Open the jpg image 2. Picture superimposed text informat
Opencv_draw
- 基于Opencv的绘图程序,绘制圆和文字-Opencv based drawing program, draw circles and text
watermark-openCV2.3.1
- 给图像添加任意文字水印,可传入参数是文字内容,输入图片路径,文字颜色,大小,保存图片路径。支持中文输出!VS下C++编程,使用openCV 2.3.1-To add any text watermark image, but to parameter is the text content, input image path, text color, size, save image path. Support Chinese output! Under the VS C++ programmi
cyqTextDetection2
- opencv文字检测,灰度化,边缘化,闭运算,开运算,连通域大小判断-text detection using opencv
cvPutText
- 图像界面:在图片中添加文字,在OpenCV+VC实现,用到了函数cvPutText~-Graphical interface: add text in the picture, in the OpenCV+ VC implementation, use the function cvPutText ~
cvputtext-In-picture
- 在图片制定位置添加文字-Add text in the picture position to develop the location
draw
- 用OpenCV实现简单图形的绘制,线段、矩形、多边形以及文本写等。共同学习-Using OpenCV simple drawing, line, rectangle, polygon and text and writing. Learning together
hello
- 定位视频图像中的文本,采用的是基于连通域的方法,主要定位视频图像中的英文文本和数字-text location in video Image
ram
- this file is based on open cv programm that how to add text in a image
2
- opencv 实现在图像上加载文字的功能,对初学者有相当大的作用-opencv realized the text on the image to load the function, for beginners a considerable role
cyz
- VS2008和opencv 2.3下对一张图片上的一段文字进行分割,成为单一的文字图片,可以测量出文字所占的宽度和长度-VS2008 and opencv 2.3 to a picture of the under a paragraph of text segmentation, become a single words and pictures can measure the text accounted for by the width and length
CV1
- OpenCV图像从彩色变为黑白+在视频中插入文字-OpenCV image from color to black and white+ insert text in the video
openvc-shuzi
- opencv 工件数字识别,可以从工件上找出刻出来的文字-the opencv the workpiece digital identification, identify carved out of the text from the workpiece
opencv_rand_draw
- 本文主要介绍下opencv中自带的一个随机数发生器的类RNG,这里我用这个类来画一些图形,和基础学习笔记之opencv(13):基本绘图 一文中类似,只是 这里画出来图像的坐标,大小,颜色,角度等所有信息都是随机的,且是用RNG这个类产生的。参考文献为opencv自带tutiol及其代码。 开发环境:opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5 实验功能: 1. 该实验可以画6中几何图形和1个文本显示,每种都是画80个,每画完一
opencv_dft
- 本文主要介绍怎样使用opencv来对图片进行傅里叶变换,其核心函数是opencv自带的dft()。DFT这个技术手段是将空间域映射到频率域中去,在图像处理有着举足轻重的地位。这里我们只是得到其变换的结果并看看贫域图有什么特点。 实验功能: 单击Open Image按钮,手动选择打开一副图片,不管其是否是彩色图片,这里统一将其转换成灰度图像显示,因为需要加快DFT运算速度。 将鼠标移动到图片显示区域,单击图片,这时会显示DFT中间结果图,也就是没有将低频域的点移动到图片的中心
123
- camshift算法,自动跟踪物体,附文本说明解释-camshift algorithm automatically track objects attached to text explanations
myprocess
- opencv 绘图,实现了opencv 绘制直线,椭圆,方形,文字等功能,而且视觉效果很好(opencv环境需要自己去配置)-opencv graphics, opencv draw a straight line, oval, square, text, and visual effects good
Opencv_Chinese_handbook
- 基础结构 数组操作o初始化o获取元素和数组子集o拷贝和填充o变换和置换o算术、逻辑和比较o统计o线性代数o数学函数o随机数生成o离散变换 动态结构o内存存储o序列o集合o图o树 ----------------- 绘图函数 ****************************************o典线和形状o文本o点集和轮廓 数据保存和运行时类型信息 樊臻韬o文件存储o写数据o读数据o运行时类型信息和通用函数 --------------- 其它混合函数 错误处理和系统函数o错误处理o系
text-lean_opencv
- VS2015.使用opencv 实现水平面的文本倾斜,调整角度可实现文本矫正。-text lean (opencv)
OpenCV_By_Example(中文版)
- 该资料中包含了《OpenCV By Example》中文版以及例程程序,该书的目录如下所示: 第1章 OpenCV的探险之旅; 第2章 OpenCV基础知识介绍; 第3章 图形用户界面和基本滤波; 第4章 深入研究直方图和滤波器; 第5章 自动光学检测、目标分割和检测; 第6章 学习目标分类; 第7章 识别人脸部分并覆盖面具; 第8章 视频监控、背景建模和形态学操作; 第9章 学习对象跟踪; 第10章 文本识别中的分割算法; 第11章 使用Tessera
