资源列表
Histogram
- software to make an histogram of image
ImageViewer
- program to make an histogram of image
howto_picture_histogram
- a poor histogram make of images
SENSA FILE
- make a histogram of a image
颜色识别python (2)
- 摄像头所采集到的图像及图像处理完成后的显示都需要用到颜色模型,常见的颜色模型包括RGB、HSV、HSL、Lab等,这里我所用到的颜色模型有RGB、HSV。RGB颜色模型分别对应Red(红色)、Green(绿色)、Blue(蓝色)这三种颜色,HSV颜色模型分别对应Hue(色相)、Saturation(饱和度)、Value(明度)这三种参数。将摄像头所采集到的RGB数据通过Python程序转变为HSV数据(The color model is needed to display the image
python_work
- 采用python和opencv结合,简单的提取图片的轮廓,效果非常不错。(Using python and opencv combination, the simple extraction of the outline of the picture, the effect is very good.)
图像去红眼
- 本程序能够去除一幅照片中由于光线发散而产生的红眼效应,即去除红眼(the function is to remove red part of eyes in a picture or photo)
motioncolor_detect
- 本代码为py-opencv 程序,实现运动物体检测,通过serial与下位机通讯,可移植于windows,linux,以及树莓派,nanopi等平台或设备上,(This code is py-opencv program, to achieve moving object detection, through the serial and the slave computer communication, can be transplanted to windows, Linux, and ra
sift-1
- 用c语言实现sift的特征提取,效果挺好的额。(Using C language to realize feature extraction of SIFT)
1lbp
- 局部二值化的特征提取,用于图像领域,MATLAB编程(Local two valued feature extraction, used in the field of image, MATLAB programming)
gnebehay-OpenTLD-v1.4.0-23-g160a7e2
- 运动跟踪算法,TLD,跟踪-学习-检测算法(This will be a C++ implementations of the OpenTLD (aka Predator) This is a work in progress, as of right now the code is functional but pretty slow. Installation Notes git clone git@github.com:alantrrs/OpenTLD.git cd OpenTLD
canny
- canny算法特征提取,可以有效提取边缘特征。(canny algorithm feature extraction can extract the edge characteristics effectively .)