Questions tagged [simplecv]

SimpleCV is an Open Source Framework for Machine Vision

SimpleCV is a Framework of several machine vision and statistical libraries whose goal is to create an Open Source Matlab-like interface for working with image processing.

Its core functions are derived from OpenCV, the Python Imaging Library (PIL), the Python Scientific Computing Library (Scipy), and PyGame.

More information is available at SimpleCV's website.

181 questions
1
vote
1 answer

Combine SimpleCV with TKinter GUI

Does anybody know an example combining SimpleCV with TKinter such as placing some widget on the Display? Thanks in advance.
dramaticlook
  • 653
  • 1
  • 12
  • 39
1
vote
1 answer

SimpleCV colour correction for under or overexposed photos

Was wondering whether anyone know how to do the following in SimpleCV. I would like to colour correct a photo, so that if it's under or over exposed it is corrected. I believe cameras do this by taking an average of the colours and then adjusting…
Superdooperhero
  • 7,584
  • 19
  • 83
  • 138
1
vote
1 answer

SimpleCV Code Completion with Eclipse

I recently managed to get SimpleCV up and running, after running into some issues. I now have a working SimpleCV installed and am using it with Eclipse Indigo. However, all my imports from SimpleCV are marked in red, and Eclipse states that it…
hjweide
  • 11,893
  • 9
  • 45
  • 49
1
vote
1 answer

Trouble Installing SimpleCV

I am trying to install SimpleCV on Windows 7 with Eclipse Indigo. I used the superpack-installer with Python, Numpy etc. Everything works fine except for SimpleCV, when I try to import SimpleCV I get the following error output: import SimpleCV File…
hjweide
  • 11,893
  • 9
  • 45
  • 49
1
vote
3 answers

OpenCV camera calibration, can not control distortion constants

All, I have a python script that uses OpenCV to calibrate a camera. It now works with much help from stackoverflow help. But, I'm having problems with the distortion constants. I can not seem to control the number of constants fit. I want only 4…
hokiebird
  • 280
  • 1
  • 5
  • 15
1
vote
2 answers

SimpleCv - IOError("cannot identify image file") - from JpegStreamCamera() - IP Webcam for Android

I'm trying to use my Android 2.3 phone with IP Webcam app to display using SimpleCV. The following seems fine. from SimpleCV import * import time cam = JpegStreamCamera("http://192.168.1.3:1025/videofeed") img = cam.getImage() img.show() But,…
Sabharish
  • 101
  • 3
  • 12
0
votes
1 answer

How to do image stitching using opencv (python), simplecv or pil?

How to do image stitching using opencv (python), simplecv or pil? or any other python library, i have an image which looks like this, created from 200 images, i need to stitch them in the correct order to form an image
user
  • 973
  • 4
  • 14
  • 29
0
votes
1 answer

SimpleCV for audio, or, Simple Computer Hearing in Python

Is there an audio equivalent to the python SimpleCV library? The description for SimpleCV is: "With it, your software can have access to high level algorithms in feature detection, filtering, and pattern recognition in a unified framework." Is…
Paul
  • 2,409
  • 2
  • 26
  • 29
0
votes
2 answers

SimpleCV basic getImage debugging

I just successfully installed SimpleCV on my Windows 7 Dell XPS. I have a HP Deluxe Webcam KQ246AA plugged into it. I have navigated to the SimpleCV Shell. I am trying to run the tutorial to take and show a picture from the webcam. From the…
jeffery_the_wind
  • 17,048
  • 34
  • 98
  • 160
0
votes
1 answer

How to extend SimpleCV with GUI

I am trying to write a simple application in Python which uses SimpleCV for computer vision and is controlled by some very simple GUI. My problem is that while pure OpenCV has it's own HighGUI, SimpleCV uses pygame, thus I don't know how can I…
hyperknot
  • 13,454
  • 24
  • 98
  • 153
0
votes
1 answer

SimpleCV NameError: name 'images' is not defined

I try Library SimpleCV. I have Ubuntu 11.10, Python 2.7 with PIL (python-imaging ver. 1.1.7-3ubuntu1) According to Install instructions I downloaded SimpleCV_1.1_linux_all.deb package. Then I install: sudo apt-get install python-numpy python-scipy.…
marinex
  • 5
  • 1
  • 7
0
votes
2 answers

Strange ghull error when using simple cv

In [2]: import SimpleCV ImportError Traceback (most recent call last) C:\Users\root\ in () ----> 1 import SimpleCV C:\Users\root\build\bdist.win32\egg\SimpleCV\__init__.py in…
user968102
  • 503
  • 2
  • 6
  • 11
0
votes
1 answer

IOError: [Errno 2] No such file or directory: 'C:\\Python27\\lib\\site-packages\\SimpleCV\\sampleimages\\simplecv.png'

Windows 10 OpenCV works, SimpleCV "runs" Python2.7, SimpleCV1.3, OpenCV2.3 (x86) The program is from the main site. I use SimpleCV on my Linux distros for robotics. I've never had to install SimpleCV for Windows, but I have Windows on my workstation…
0
votes
1 answer

Getting fatal error after compiling python script containing SimpleCV module

I wrote a program that takes the picture from my webcam and also takes the screenshot of my screen and send them to my email. I used SimpleCV module to take the picture from webcam and pyautogui module to take the screenshot of my screen. I compiled…
Ghantey
  • 626
  • 2
  • 11
  • 25
0
votes
1 answer

How to set up SimpleCV on Anaconda (Windows 10)

I can't figure out how to set up SimpleCV. I downloaded it, and installed it, but have no idea where to go from here. How can I go about setting it up for use with Anaconda?
A. Bernard
  • 115
  • 2
  • 5