Welcome to SimpleCV’s documentation!¶
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 for that package, and then you just click on the item that you’re interested in.
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.Features.FaceRecognizer module
- SimpleCV.Features.FeatureExtractorBase module
- SimpleCV.Features.FeatureUtils module
- SimpleCV.Features.Features module
- SimpleCV.Features.HaarCascade module
- SimpleCV.Features.HaarLikeFeature module
- SimpleCV.Features.HaarLikeFeatureExtractor module
- SimpleCV.Features.HueHistogramFeatureExtractor module
- SimpleCV.Features.MorphologyFeatureExtractor module
- SimpleCV.MachineLearning package
- SimpleCV.MachineLearning.ConfusionMatrix module
- SimpleCV.MachineLearning.KNNClassifier module
- SimpleCV.MachineLearning.NaiveBayesClassifier module
- SimpleCV.MachineLearning.SVMClassifier module
- SimpleCV.MachineLearning.ShapeContextClassifier module
- SimpleCV.MachineLearning.TemporalColorTracker module
- SimpleCV.MachineLearning.TreeClassifier module
- SimpleCV.MachineLearning.TurkingModule module
- SimpleCV.Segmentation package
- SimpleCV.Tracking package
- SimpleCV.Camera module
- SimpleCV.Color module
- SimpleCV.ColorModel module
- SimpleCV.DFT module
- SimpleCV.Display module
- SimpleCV.DrawingLayer module
- SimpleCV.Font module
- SimpleCV.ImageClass module
- SimpleCV.LineScan module
- SimpleCV.Stream module
- SimpleCV.base module
- SimpleCV.Features package