SimpleCV icon indicating copy to clipboard operation
SimpleCV copied to clipboard

The Open Source Framework for Machine Vision

Results 101 SimpleCV issues
Sort by recently updated
recently updated
newest added

There are small typos in: - SimpleCV/Camera.py - SimpleCV/Display.py - SimpleCV/Features/Features.py - SimpleCV/ImageClass.py - SimpleCV/base.py - SimpleCV/examples/detection/CannyCam.py - scripts/install/win/OpenKinect/freenect-examples/demo_cv_thresh_sweep.py Fixes: - Should read `correspondence` rather than `correspondonce`. - Should read...

Installed on linux mint from here, openCV 3.2 Upon entering simplecv command, failure `Traceback (most recent call last): File "/usr/local/bin/simplecv", line 11, in load_entry_point('SimpleCV==1.3', 'console_scripts', 'simplecv')() File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 480,...

Seems SimpleCV is not running with Python3. Since Python2 is being phased out, I hope this gets fixed fairly soon. This is what I get with sudo pip3 install SimpleCV:...

Hello Sir/ Madam, I want to contribute to SimpleCV (Python) with a new image edge detection technique [a-better-first-derivative-approach-for-edge-detection-IJERTV2IS110616.pdf](https://github.com/sightmachine/SimpleCV/files/4528594/a-better-first-derivative-approach-for-edge-detection-IJERTV2IS110616.pdf) which is more generic & better than the similar popular techniques for...

Hello! How to add pytesseract to work in docker container? I use the Dockerfile for running SimpleCV, and when I use ```readText()``` function , it throws an error that pytesseract...

macos link fix in readme

There have been no changes in about 7 years. What other options are out there?

A simple **2to3** command is conducted for Python3 compatibility. In order to successfully build all **.py** files, I'll provide more Pull Requests later on...

Traceback (most recent call last): File "simplecv.py", line 2, in from SimpleCV import Camera File "/usr/local/lib/python3.6/site-packages/SimpleCV/__init__.py", line 3, in from SimpleCV.base import * File "/usr/local/lib/python3.6/site-packages/SimpleCV/base.py", line 139 print 'unit test'...