Coder Social home page Coder Social logo

sightmachine / simplecv-examples Goto Github PK

View Code? Open in Web Editor NEW
117.0 31.0 52.0 241.47 MB

These are many of the various examples for the open source computer vision framework - SimpleCV

Home Page: http://www.simplecv.org

Makefile 1.48% Python 7.29% Shell 1.12% TeX 60.35% CSS 14.54% JavaScript 6.28% HTML 8.95%

simplecv-examples's Introduction

About

SimpleCV is a open source cross platform machine vision framework written in Python.

The purpose of the simplecv-tutorial subproject is to learn how to apply computer vision to practical situations using the tools implemented in the SimpleCV framework.

The target audience is those new to computer vision but also has the ability to be extended to more advanced computer vision tasks.

Setup the build tool

To build the HTML or the PDF (requires pdflatex) versions of this tutorial Sphinx (1.0.0+) is needed. You can get from the Python Package Index.:

$ sudo pip install -U sphinx

Or use the Package management system of your distribution. For Fedora:

$ sudo yum -y install python-sphinx

For Debian/Ubuntu:

$ sudo apt-get install python-sphinx

Building the tutorial

Switch your simplecv-examples folder and build the html variant:

$ make html

If you want to rebuild make sure you clean first:

$ make clean
$ make html

Auto Building the tutorial

If you are able to push to the master branch at: http://github.com/ingenuitas/simplecv-examples

Then it should autobuild soon after and be found at: http://simplecv-examples.readthedocs.org

simplecv-examples's People

Contributors

fabaff avatar kscottz avatar pmcenaney avatar travispaul avatar xamox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

simplecv-examples's Issues

Structure

While working with the information shared in the 'Learn' section (aka tutorial) I missed a little bit of structure. Do you mind when I add little bit of structure/groupingof the topics and do some rearranging?

Python 3 compatible ?

I am using python 3 to use this tool and the library file has some python 2 references. Is simplecv compatible with python 3 ?

Error code:

Traceback (most recent call last):

File "IPython/core/interactiveshell.py", line 3267, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)

File "", line 1, in
import SimpleCV

File "anaconda3/lib/python3.7/site-packages/SimpleCV/init.py", line 3, in
from SimpleCV.base import *

File "anaconda3/lib/python3.7/site-packages/SimpleCV/base.py", line 175
print 'unit test'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('unit test')?

Not able to access my Camera in Ubuntu

Got this error,While accesing camera:
ni@ni-HP-Pavilion-15-Notebook-PC:~/CV$ python p1.py
lsof: status error on /dev/video*: No such file or directory
lsof 4.86
latest revision: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
latest FAQ: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ
latest man page: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_man
usage: [-?abhKlnNoOPRtUvVX] [+|-c c] [+|-d s] [+D D] [+|-f[gG]] [+|-e s]
[-F [f]] [-g [s]] [-i [i]] [+|-L [l]] [+m [m]] [+|-M] [-o [o]] [-p s]
[+|-r [t]] [-s [p:s]] [-S [t]] [-T [t]] [-u s] [+|-w] [-x [fl]] [--] [names]
Use the ``-h'' option to get more help information.
[0]
WARNING: caught exception: SystemError("Cannot identify '/dev/video0': 2, No such file or directory",)
WARNING: SimpleCV can't seem to find a camera on your system, or the drivers do not work with SimpleCV.
ERROR:
Traceback (most recent call last):
File "p1.py", line 5, in
img=cam.getImage()
File "/usr/local/lib/python2.7/dist-packages/SimpleCV-1.3-py2.7.egg/SimpleCV/Camera.py", line 618, in getImage
cv.GrabFrame(self.capture)
TypeError: Expected CvCapture for argument 'capture'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.