This is the online documentation for all of the SimpleCV functions. If you are looking for help on how to install SimpleCV, there is an installation guide which can help ( http://simplecv.org/download ). If you are just starting to program with SimpleCV, you can find example code and tutorials in the Learn section of this site ( http://tutorial.simplecv.org ). To access the documentation, click on the package name below or in the header bar above. This will show you all of the classes and methods defined fo
Help within the Shell:
# You can always get documentation from within the SimpleCV Shell as well by doing >>> img = Image('simplecv') >>> help(img) >>> # you can do the same with >>> img? # documentation will output here, press 'q' to quit documentation mode API documentation ¶ SimpleCV package SimpleCV.Features package SimpleCV.Features.BOFFeatureExtractor module SimpleCV.Features.Blob module SimpleCV.Features.BlobMaker module SimpleCV.Features.Detection module SimpleCV.Features.EdgeHistogramFeatureExtractor module SimpleCV.Feat