basic tools for ai
Project description
Info
ai_tool 2018-05-25
Author: Zhao Mingming <471106585@qq.com>
Copyright: This module has been placed in the public domain.
version:0.0.6 version:0.1.0 - add func roc - add func photo_stiching - add func flv2img version:0.1.1 - add func microsoft_demo version:0.1.3 - add func luminance version:0.1.4 - add func dbop ,opreate the database version:0.1.5 - add func util, make the print has time version:0.1.6 - add func txt2html, make the txt 2 html table
Functions:
- draw_curve: draw a curve in a image and return the image
- image2text: translate a image to be text style
- save2server: save a image on the local server
- image2bw: turn a gray image to be a binary weights image
How To Use This Module
- example code:
x=np.array([-0.2,0.3,0.4,0.5]) y=np.array([0.2,0.4,0.1,-0.4]) norm(x,np.array([0,500])) img=draw_curve(x,y) img=draw_curve(x,y,title='my title',xlabel='my x label',ylabel='my y lable') img=cv2.imread('../examples/faces/2007_007763.jpg') img_gray=cv2.cvtColor(img,cv2.COLOR_BGR2GRAY) # img2bw img_bw= image2bw(img_gray) print img.shape image2text(img,(80,40)) image2text(img,(80,40))
Refresh
20180531
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size ai_tools-0.1.6-py2.7.egg (50.2 kB) | File type Egg | Python version 2.7 | Upload date | Hashes View |
Filename, size ai_tools-0.1.6-py2-none-any.whl (24.5 kB) | File type Wheel | Python version py2 | Upload date | Hashes View |
Filename, size ai_tools-0.1.6.tar.gz (17.8 kB) | File type Source | Python version None | Upload date | Hashes View |