资源列表
pixel
- 用一个简单的例子来说明如何遍历图像:减少图像中的颜色数目。 彩色图片由三个通道,由于每一个强度都是一个8位的unsigned char 表示,所以所有可能的颜色数目为256*256*256,很是庞大。为了降低分析的复杂度,降低图片的颜色数目是有用的。 这个算法很简单,对图片中每个像素的每一个通道,将其值除以N(整数除法,舍去余数),然后乘以N,这样就能得到不大于原始像素值的N的最大倍值。-Use a simple example to illustrate how to tr
simple
- 读入时钟图片,利用图像处理的相关知识对其进行识别,准备读取时钟上的时间-Read clock pictures, using image processing knowledge to recognize it, ready to read the time on the clock
histQT
- 采用QT和C++编写,用QT编写的界面,结合opencv编写的图像处理中直方图的相关处理,可作为opencv的入门小练习。-Using QT and C++ writing, written using QT interface, combined with the preparation of image processing opencv histogram correlation processing, can be used as an entry opencv little exerc
testDetect
- 直方图的计算与显示分析图像、物体和视频信息过程,我们常把看到的物体用直方图(histogram)表示,直方图可以用来描述各种不同的事情,如物体的色彩分布、物体边缘梯度模板,以及表示目标位置的概率分布-Calculation and analysis of the histogram display images, objects and video information process, we often see objects with the histogram (histogram) i
Drawing-Bezier-curves
- 画贝塞尔曲线,个人工作中运用到的功能,因此编写画贝塞尔曲线的算法程序-Drawing Bezier curves, applied to individual job functions, so write Bezier curve drawing algorithm
Aparatos-para-gimnasio
- Bloques para gimnasio en dwg
arbol-del-sistema
- arbol de sistema de diagrama auditorio
Diagrama-de-Funcionamiento
- diagrama de funcionamiento de un auditorio
bkgrd_opencv
- 源代码基于opencv 逐帧读取视频 然后通过背景建模构建出背景的灰度图 再通过背景检测出每一帧中的运动物体-Read the video frame by frame and then build through background modeling background grayscale and then through the background of detecting moving objects in each frame
e00toCoverage-
- 格式转换。通过Python脚本将e00格式文件转换成Coverage格式文件-From e00 file to coverage with python
FeatureTracker
- 基于光流法的人脸追踪 先通过opencv的类haar特征检测人脸 然后用光流法筛选特征点并追踪-Optical flow method based face tracking to pass the class haar feature detection opencv face then light flow filter and track feature points
Matlab-source-numerical-processing
- matlab数值处理源程序,绝对值得下载的源码好程序-Matlab source numerical processing
