搜索资源列表
vmtk-0.6
- python写得图形处理程序,针对的是血管图像的3D重建与诊断
gdal_merge
- 功能强大的图像合并程序,用python实现,底层调用GDAL。-Powerful image merging process, using python implementation, the bottom is called GDAL.
OpenCV2.2_API_Specification
- 本文档包括了OpenCV2.2版(2010年12月推出,目前最新版)中所有API函数的说明,包括C、C++、Python中调用OpenCV的所有接口函数,是大家开发计算机视觉、图像处理、模式识别程序的好参考。OpenCV2.2提供了支持Visual Studio 2010的可执行版本,并且添加了HOG行人检测器,真是不可多得的好东西。-This document includes OpenCV2.2 edition (December 2010 launch, the latest versio
scientific-computing-with-python
- 本书介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像,如何设计精巧的程序界面,如 何与C语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。书中涉及的Python扩展库包括NumPy、SciPy、SymPy、 matplotlib、Traits、TraitsUI、Chaco、TVTK、Mayavi、VPython、OpenCV等,涉及的应用领域包括数值 运算、符号运算、二维图表、三维数据可视化、三维动画演示、图像处理以及界面设
video2swf
- 一个可以获取摄像头视频信息的python程序,并且可以把视频保存成swf格式-A python program can get the video camera, and you can save the video into swf format
watermarking
- 一个简单的图像水印程序。 使用flask和python的PIL库。 给一张图片加上数字水印。 可能需要自己重新设置路径什么的-A simple image watermark program. Flask and python PIL library. To a picture with a digital watermark. May need to re-set the path
imageeditor_v1.2
- Google App Engine下可以使用的简单图片编辑程序,使用的是Python语言,具体功能是上传修改和下载图片。可以直接上传GAE-Google App Engine can be used for simple image editing program, using the Python language, the specific function is to upload modifications and download pictures.
LSH
- python编写的LSH算法的图像识别匹配小程序,适于初学者-LSH written in python image recognition algorithm matching small program, suitable for beginners
CammeraCalibration.py
- python实现的相机标定程序,可做学习参考-python achieve camera calibration procedures, learning to do reference
Python
- 用Python编写的用飞秋进行通信的网络小程序希望可以帮到大家-expect everyone to go up
Joint-Bayesian-master
- 人脸识别与检测程序,基于贝叶斯与最大期望,Python实现(Face recognition and detection program based on bayesian and maximum expectations)
PythonCF
- 基于Python的曲率滤波程序,完整可用,非常好用,用来对图像滤波,保边效果好(Curvature filtering procedures based on Python, complete, available, very useful, used to filter the image, edge preserving)
颜色识别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
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
图像手绘效果
- 基于Python的numpy图像手绘效果转化程序(Image hand effect conversion program)
Auto_GUI
- PyAutoGUI 自动化 : 一个纯Python的GUI自动化工具,其目的是可以用程序自动控制鼠标和键盘操作,多平台支持(Windows,OS X,Linux)。可以用pip安装,Github上有源代码。(PyAutoGUI automation: A pure Python GUI automation tool, which aims to automatically control mouse and keyboard operations with programs, mult
python
- Python [1] (英国发音:/?pa?θ?n/ 美国发音:/?pa?θɑ?n/), 是一种面向对象的解释型计算机程序设计语言,由荷兰人Guido van Rossum于1989年发明,第一个公开发行版发行于1991年。 Python是纯粹的自由软件, 源代码和解释器CPython遵循 GPL(GNU General Public License)协议。Python语法简洁清晰,特色之一是强制用空白符(white space)作为语句缩进。 Python具有丰富和强大的库。它常被昵称为
GLCM
- 本程序实现的功能为提取图像的GLCM,包括能量、熵、相关性等(The function is to extract the image GLCM.)
DeblurGAN-master
- 条件对抗网络模型的程序,训练对抗网络模型,用来去除图像的模糊。(Conditions against network model procedures, training against network model, used to remove image blurring.)
CarND-Advanced-Lane-Lines-master(1)
- 用Python对输入的车道视频进行处理,识别车道线。(此文件为程序文件,输入视频在另一个文件,请一同下载放到同一文件夹)(Python is used to process the input Lane video and identify the lane line. (this file is a program file, the input video is in another file, please download and put it in the same folder))