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

搜索资源列表

  1. houghlines

    0下载:
  2. 在给定图像中,应用Hough变换检测直线的算法.python实现.-In a given image, the application of Hough transform line detection algorithm. Python achieve.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1132
    • 提供者:李义
  1. Opencv-in-python

    0下载:
  2. 用于opencv编程的python代码资料,有许多使用的算法,如提取sift,光流等等,十分实用-Opencv python code for programming information, there are many algorithms used, such as the extraction sift, optical flow, etc., is very practical
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:31891
    • 提供者:dsh
  1. similarity

    1下载:
  2. python写的图像相似度算法。比较图像相似度,选出最相思的图片-python write the image similarity algorithm. Compare image similarity, image to select the most Acacia
  3. 所属分类:Special Effects

    • 发布日期:2015-11-13
    • 文件大小:388096
    • 提供者:zyy
  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. Fresnel-zone-plate-with-python

    0下载:
  2. 通过python,对菲涅尔波带板算法进行仿真,形成菲涅尔衍射条纹-The simulation of Fresnel zone plant with python
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:133103
    • 提供者:pan
  1. mosift_1.0

    0下载:
  2. 简易版的SIFT算法,有主程序,只需要输入两张图片就可以实现的demo(Simple version of the SIFT algorithm, there are main procedures, you only need to enter two pictures, you can achieve demo)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:6144
    • 提供者:S_Ting
  1. watershed

    0下载:
  2. 图像分水岭分割图像,采用python,opencv库。(watershed of image,python+opencv)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:316416
    • 提供者:snowman2001
  1. Image Classification Example

    0下载:
  2. python实现用SIFT+K-MEANS+SVM图片分类(Python implementation with SIFT + K-MEANS + SVM picture classification)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-17
    • 文件大小:19867648
    • 提供者:simle_远航
  1. handwrite2

    0下载:
  2. 采用KNN算法,用PYTHON语言实现的手写数字图像识别(Using KNN algorithm, handwritten digital image recognition with PYTHON language)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:1391616
    • 提供者:小龙女
  1. implementation

    0下载:
  2. 自动寻路A*算法的Python实现, A*算法,A*(A-Star)算法是一种静态路网中求解最短路径最有效的直接搜索方法,也是解决许多搜索问题的有效算法。算法中的距离估算值与实际值越接近,最终搜索速度越快。(Python implementation of automatic routing A* algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:sjkai
  1. otsu

    1下载:
  2. 自己实现的python版otsu算法,是一个Python项目,含有测试图片(Python version of the Otsu algorithm, is a Python project, containing test pictures)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:1033216
    • 提供者:KaceyU
  1. sift_match_Python

    0下载:
  2. 基于Python,用SIFT算法实现图像匹配。(This code can do image match by SIFT algorithm.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:41720832
    • 提供者:白日烟火
  1. SIFT-python

    1下载:
  2. l利用SIFT算法提取图像特征点,然后对图像进行匹配。(Extract the feature points of image and then match the images)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:7168
    • 提供者:weehaa
  1. SiftDetector

    0下载:
  2. 调用opencv库中的SIFT算法实现图像的匹配和分类(Call opencv library SIFT algorithm to achieve image matching and classification)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:土豆子
  1. python计算机视觉.pdf

    0下载:
  2. 本书是计算机视觉编程的权威实践指南,依赖 Python 语言讲解了基础理论与算法,并通过 大量示例细致分析了对象识别、基于内容的图像搜索、光学字符识别、光流法、跟踪、三维重建、 立体成像、增强现实、姿态估计、全景创建、图像分割、降噪、图像分组等技术。(This book is an authoritative guide to computer vision programming, which explains basic theories and algorithms based on
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-09
    • 文件大小:17972224
    • 提供者:sycai
  1. slic-python-implementation-master

    1下载:
  2. python下实现slic分割算法,里面有实例(Implementation of SLIC segmentation algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:477184
    • 提供者:南宫zcf
  1. MC

    0下载:
  2. 利用MC算法进行医学图像3D重建,基于python和VTK(MC algorithm for 3D reconstruction)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:qxw
  1. slic-python-implementation-master

    1下载:
  2. SLIC算法实现超像素聚类,python版本为2.7(SLIC Algorithm for Superpixel Clustering, Python version is 2.7)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:1832960
    • 提供者:Dechen
  1. inpaint-object-remover-python

    2下载:
  2. 实现基于样本块的图像修复,是Criminisi经典图像修复算法。(Criminisi algorithm about exemplar-based inpainting)
  3. 所属分类:图形图像处理

    • 发布日期:2020-12-21
    • 文件大小:625664
    • 提供者:努力的蜗牛
  1. 5

    1下载:
  2. python实现双目立体匹配SGBM算法(SGBM algorithm for binocular stereo matching based on Python)
  3. 所属分类:图形图像处理

    • 发布日期:2020-06-04
    • 文件大小:18619392
    • 提供者:阿撒打发
« 12 »
搜珍网 www.dssz.com