EasyCV  0.9.36
Easy! Computer Vision
Variables
detect Namespace Reference

Variables

tuple detector = easy.getDetector( "BOW_Detector" )
 
string modelfile = "detectors/bowUSKOCA.zip"
 
string imgfile = "testImg/TestKrFlag.jpg"
 
tuple results = easy.detect( detector, modelfile, imgfile )
 

Detailed Description

Easy!  mini tutorial
Apply a pre-trained detector to an image
matz 6/17/2013

Variable Documentation

tuple detect.detector = easy.getDetector( "BOW_Detector" )
string detect.imgfile = "testImg/TestKrFlag.jpg"
string detect.modelfile = "detectors/bowUSKOCA.zip"
tuple detect.results = easy.detect( detector, modelfile, imgfile )