CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - python程序

搜索资源列表

  1. vmtk-0.6

    2下载:
  2. python写得图形处理程序,针对的是血管图像的3D重建与诊断
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1078944
    • 提供者:张华
  1. gdal_merge

    0下载:
  2. 功能强大的图像合并程序,用python实现,底层调用GDAL。-Powerful image merging process, using python implementation, the bottom is called GDAL.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:4044
    • 提供者:freespy
  1. OpenCV2.2_API_Specification

    0下载:
  2. 本文档包括了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
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3465067
    • 提供者:
  1. scientific-computing-with-python

    1下载:
  2. 本书介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像,如何设计精巧的程序界面,如 何与C语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。书中涉及的Python扩展库包括NumPy、SciPy、SymPy、 matplotlib、Traits、TraitsUI、Chaco、TVTK、Mayavi、VPython、OpenCV等,涉及的应用领域包括数值 运算、符号运算、二维图表、三维数据可视化、三维动画演示、图像处理以及界面设
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-04-07
    • 文件大小:4609149
    • 提供者:yoyo
  1. video2swf

    0下载:
  2. 一个可以获取摄像头视频信息的python程序,并且可以把视频保存成swf格式-A python program can get the video camera, and you can save the video into swf format
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:185973
    • 提供者:天空虫虫
  1. watermarking

    1下载:
  2. 一个简单的图像水印程序。 使用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
  3. 所属分类:Special Effects

    • 发布日期:2015-11-07
    • 文件大小:1024
    • 提供者:李逸
  1. imageeditor_v1.2

    0下载:
  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.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:10380
    • 提供者:zhuchenxi
  1. LSH

    0下载:
  2. python编写的LSH算法的图像识别匹配小程序,适于初学者-LSH written in python image recognition algorithm matching small program, suitable for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:1505
    • 提供者:
  1. CammeraCalibration.py

    1下载:
  2. python实现的相机标定程序,可做学习参考-python achieve camera calibration procedures, learning to do reference
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:959
    • 提供者:tang
  1. Python

    0下载:
  2. 用Python编写的用飞秋进行通信的网络小程序希望可以帮到大家-expect everyone to go up
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6415
    • 提供者:fau46a284
  1. Joint-Bayesian-master

    1下载:
  2. 人脸识别与检测程序,基于贝叶斯与最大期望,Python实现(Face recognition and detection program based on bayesian and maximum expectations)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:116736
    • 提供者:boZHUAN
  1. PythonCF

    0下载:
  2. 基于Python的曲率滤波程序,完整可用,非常好用,用来对图像滤波,保边效果好(Curvature filtering procedures based on Python, complete, available, very useful, used to filter the image, edge preserving)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:288768
    • 提供者:刺儿
  1. 颜色识别python (2)

    2下载:
  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
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:HUMMER军
  1. motioncolor_detect

    1下载:
  2. 本代码为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
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:fontianebleau
  1. 图像手绘效果

    0下载:
  2. 基于Python的numpy图像手绘效果转化程序(Image hand effect conversion program)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:824320
    • 提供者:believer
  1. Auto_GUI

    0下载:
  2. 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
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:hmjack2008
  1. python

    0下载:
  2. Python [1] (英国发音:/?pa?θ?n/ 美国发音:/?pa?θɑ?n/), 是一种面向对象的解释型计算机程序设计语言,由荷兰人Guido van Rossum于1989年发明,第一个公开发行版发行于1991年。 Python是纯粹的自由软件, 源代码和解释器CPython遵循 GPL(GNU General Public License)协议。Python语法简洁清晰,特色之一是强制用空白符(white space)作为语句缩进。 Python具有丰富和强大的库。它常被昵称为
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:5008384
    • 提供者:hazardeden
  1. GLCM

    1下载:
  2. 本程序实现的功能为提取图像的GLCM,包括能量、熵、相关性等(The function is to extract the image GLCM.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:28672
    • 提供者:享哈哈哈
  1. DeblurGAN-master

    1下载:
  2. 条件对抗网络模型的程序,训练对抗网络模型,用来去除图像的模糊。(Conditions against network model procedures, training against network model, used to remove image blurring.)
  3. 所属分类:图形图像处理

  1. CarND-Advanced-Lane-Lines-master(1)

    1下载:
  2. 用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))
  3. 所属分类:图形图像处理

    • 发布日期:2020-12-24
    • 文件大小:12062720
    • 提供者:蠢蠢欲动love
« 12 »
搜珍网 www.dssz.com