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

Identifying blobs in image as that of a vehicle

Any idea how I can get the smaller blobs belonging to the same vehicle count as 1 vehicle? Due to background subtraction, in the foreground mask, some of the blobs belonging to a vehicle are quite small, and hence filtering the blobs based on their…
GradStudent
  • 166
  • 1
  • 3
  • 12
1
vote
0 answers

SimpleCV Error Mavericks

I have installed SimpleCV using Homebrew and PIL as guided by the SimpleCV Wiki. After installation I am unable to open SimpleCV shell moreover when I run a Simple HelloWorld program I am getting this error: AccessInit: hash collision: 3 for both 1…
1
vote
1 answer

SimpleCV not responding after clicking the picture

I'm trying out SimpleCV and I'm noticing every time I click title bar, simplecv stops working to the pint that it crashes. Before crashing it says "pythonw.exe Stopped working." That happens if I edit my script and run it from the python idle. If I…
Jcorretjer
  • 467
  • 2
  • 6
  • 24
1
vote
1 answer

SimpleCV - Color segmentation and region growing

I would like some help regarding the color segmentation. I'm trying to identify some types of blood cells and some of them are distinguished by color. I was already excel in some images, the problem is that as the pictures do not have the same…
Nany M.
  • 11
  • 2
1
vote
1 answer

Simplecv and openkinect blob detection issues

I am currently on a robotics team for my high school and my objective is to use our kinect to detect the balls in this year's game by using simplecv and openkinect. I am currently stuck on an issue that my mentors and I cannot seem to resolve. What…
Tubaflub
  • 11
  • 4
1
vote
0 answers

SimpleCV Image method results in IOError Errno 24 Too many open files

Simplecv Image() method is called lot of times after which results in following error: File "/usr/local/lib/python2.7/dist-packages/SimpleCV-1.3-py2.7.egg/SimpleCV/ImageClass.py", line 1073, in __init__ File…
user2743055
  • 127
  • 8
1
vote
0 answers

IP camera stream in web page

I trying to make a simple security system based on my IP camera, where my computer will be the server. Currently I'm using mongoose as the server and SimpleCV to capture the video. My goal (for now) is to create a live stream on a web page so I can…
Yoni Levy
  • 1,562
  • 2
  • 16
  • 35
1
vote
1 answer

Ubuntu Doesnt start after password

I installed the new ubuntu 13 on my laptop(Dell N5110). After that i used the sudo commands for updating and upgrading it. I was prompted to restart the computer. But before restarting i installed the simplecv from the following tutorialthrough…
danny
  • 400
  • 2
  • 18
1
vote
1 answer

SimpleCV: traceback errors when opening Display()

So... fully up to date version of Ubuntu 13.04 on my laptop (Lenovo ThinkPad T530), downloaded the SimpleCV 1.3 superpack .deb file and installed it. When I open up an interactive interpreter, either regular python 2.7 or ipython, I get various…
memilanuk
  • 3,522
  • 6
  • 33
  • 39
1
vote
1 answer

Differentiate between faces of men and women

I need to make an app that tells if the only face in a certain picture is that of a man or a woman It would be better if it was done using python. Any suggestions are welcome
1
vote
1 answer

How to install SimpleCV on OSX 10.8

I believe SimpleCV has installed correctly. When I run: sudo pip install SimpleCV And then in python try to import the library, I run into this error: ImportError: No module named pygame Is pygame required to run SimpleCV? I wouldnt…
Tyler Jones
  • 424
  • 2
  • 10
  • 24
1
vote
1 answer

opencv: getPixel() not reflecting drawRectangle()

When I draw a red square into an image, I expect the pixels in that square to be 'red'. However, they turn out to be black... >>> from SimpleCV import Image,Color >>> Color.RED (255, 0, 0) >>> i=Image((100,100)) >>>…
xtofl
  • 40,723
  • 12
  • 105
  • 192
1
vote
1 answer

Why are histograms the same [python + simplecv]

My question is why are the two histograms in following code the same. Because the picture does change, first show shows original picture and second shows completely black picture. Am I miss-using simpleCV or is this perhaps a bug? Code: from…
1
vote
2 answers

SimpleCV cannot load OpenCV library

I have installed SimpleCV from the 1.3 Superpack in Win Server 2008 R2. In Python, I can load the Image library as: from SimpleCV import Image This works correctly in Python scripts executed as python script.py It also works from IDLE and…
user2103777
  • 11
  • 1
  • 1
  • 2
1
vote
1 answer

SimpleCV error when call SimpleCV in python

I installed simplecv super pack with Python. However when I run from SimpleCV import ImageSet, I get the following error: Traceback (most recent call last): File "", line 1, in from SimpleCV import ImageSet ImportError: No…
sujan duminda
  • 31
  • 1
  • 6