搜索资源列表
python
- 用金字塔方法对图像进行分割,其中调用了opencv的函数。-Using the pyramid method of image segmentation, which calls the opencv function.
Erdas-Image-ossesing
- 苏州科技大学的Eradas遥感图像处理教程-Suzhou University of Science and Technology of remote sensing image processing tutorial Eradas
google-image-search
- 利用Google API按照给定关键字搜索并下载所有图片的代码,可以在短时间内收集大量图片素材。-Search and download images from web using google APIs.
squares
- python program that is related with image implementation . creating squares w,th python.
PIL
- python image library,例子,直观形象,非常有用-python image library, examples, visual image, very useful
python
- python写的网页爬虫,抓取制定网址所有图片收录本地-Web crawlers, crawl image
OpenCV+3计算机视觉++Python语言实现+第二版
- 基于Python编程语言的opencv,介绍图像变换方法。(Based on the Python programming language opencv, introduced the image transform method.)
image-sentiment-analysis
- 图片情感分析模型,基于卷积神经网络,以颜色特征为依据进行情感分类,图片情感极性分为积极和消极两类。(The model can extract the hue, brightness, contrast and other information from a picture to represent the emotional polarity of the image. The image sentiment analysis model is using convolution neura
Image Classification Example
- python实现用SIFT+K-MEANS+SVM图片分类(Python implementation with SIFT + K-MEANS + SVM picture classification)
add_num
- 使用python的相关库和函数给一张图片添加数字,可以控制位置和大小等参数; 利用python制作词云(To add a number on a photo and you can control the location an size; use python to make a wordcloud)
颜色识别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
client
- 由STM32读取相机数据,从中渲染出图像,并将其另存为jpeg文件(Read data from STM32 though UART, and render image with the data received. The image rendered will be then saved as a jpeg file)
用python做科学计算
- 介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像;如何设计精巧的程序界面;如何和C语言所编写的高速计算程序结合;如何编写声音、图像处理算法。(This file introduces how to use the development of Python applications in scientific computing and numerical calculation; how to make 2D and 3D image
python计算机视觉.pdf
- 本书是计算机视觉编程的权威实践指南,依赖 Python 语言讲解了基础理论与算法,并通过 大量示例细致分析了对象识别、基于内容的图像搜索、光学字符识别、光流法、跟踪、三维重建、 立体成像、增强现实、姿态估计、全景创建、图像分割、降噪、图像分组等技术。(This book is an authoritative guide to computer vision programming, which explains basic theories and algorithms based on
Image
- 图像处理的基本程序,采用pycharm 编辑器 python3.5(The basic program for image processing, using the pycharm editor python3.5)
project_1_lane_finding_basic
- Lane Detection with Python OpenCV
Image processing using Python
- Image processing using Python
双线性插值法python
- 根据双线性插值,需要对图像大小进行缩小放大,同时不减小图像的清晰程度。(According to bilinear interpolation, we need to zoom in and enlarge the size of the image without reducing the clarity of the image.)
moco
- 语音识别领域的经典论文实现,提供一个可训练的数学模型以预测语音特征(provide a s2s model for speech synthesis and network prediction with python and, e2e solution for production of google)
python图像处理
- 本文章讲解了一些基本的关于python的图像的处理,设计裁剪,缩放等操作。(This article explains some basic operations about Python image processing, design clipping, zooming, etc.)