simplecv Questions

3

Solved

Can anyone describe how can i implement SWT in python using opencv or simplecv ?
Halliday asked 20/6, 2012 at 9:6

7

Solved

I'm trying to extract letters from a game board for a project. Currently, I can detect the game board, segment it into the individual squares and extract images of every square. The input I'm gett...
Astilbe asked 4/4, 2012 at 20:10

2

Solved

I need to get a uEye camera working with python on Windows in order to take pictures and operate on the live stream. Since uEye cameras are widely spread industrial cameras I would have thought tha...
Nurture asked 12/11, 2016 at 13:7

2

Solved

I don't know which one to use. which is the best one actually ??? Or else, are both of them the same ??? In some article, I read that simpleCV is sort of an interface which gives you access to op...
Bozovich asked 19/1, 2014 at 11:5

1

I think the sys path is correct, cv.pyd and cv.pyd reside in c:\OpenCV2.3\build\Python\2.7\Lib\site-packages. >>> import sys >>> sys.path ['', 'C:\\Python27\\Lib\\idlelib', 'C:\\...
Tropism asked 6/9, 2012 at 2:10

1

I'm working on a simple CV project making use of SimpleCV on Arch Linux. Displaying images and feeds through the repl in individual windows works fine, however using a browser for displaying does n...
Mcfadden asked 30/1, 2016 at 21:8

2

Solved

How do people usually extract the shape of the lips once the mouth region is found (in my case using haar cascade)? I tried color segmentation and edge/corner detection but they're very inaccurate ...
Homebred asked 12/1, 2012 at 18:15

1

I have installed SimpleCV 1.3 powerpack in my Windows 8.1. Then i set up the required path. And then i installed pyreadline, PIL, pip, ipython via cmd. But when i tried to run easy_install cython, ...
Anteater asked 3/4, 2015 at 14:19

1

I am trying to track my hand based on the area using Media Flow Tracker but the bounding box keeps increasing after some time. It works properly for the first 10 seconds or so. Here's a code snipp...
Injection asked 21/6, 2015 at 5:45

3

Solved

I am an EE undergrad, I am working on a project that requires me to detect roads (primarily the turns). The requirement is that, given the GPS coordinates and directions of the turns, the rob...
Monica asked 10/11, 2013 at 7:6

1

Solved

I have an image that has a regions which are non white (ex. paragraph but not dealing with OCR). The space between these regions somewhat regular, a person looking at the image will be able to see ...
Depreciatory asked 11/4, 2013 at 16:42

2

Solved

After a failed attempt at a "streamlined" install of the SimpleCV framework superpack for Windows. I'm now working through a manual installation guide (which I'm OK with as I have more control over...
Pyrophoric asked 7/4, 2013 at 19:18

4

I have been using SimpleCV for find blobs to be used with a self-driving robot. The problem is when I call the findBlobs command in SimpleCV. When I completely block the lens of the Kinect Camera, ...
Vanillin asked 8/10, 2011 at 20:51

1

Solved

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 ins...
Preponderant asked 13/12, 2011 at 0:31
1

© 2022 - 2024 — McMap. All rights reserved.