Package pyvision :: Package face :: Module SVMEyeDetector :: Class SVMEyeLocator2
[hide private]
[frames] | no frames]

Class SVMEyeLocator2

source code

RegressionEyeLocator2 --+
                        |
                       SVMEyeLocator2

This class detects faces and then returns the detection rectangles and the eye coordinates.

Instance Methods [hide private]
 
createLocators(self, **kwargs)
Create two point locators that use the methods of interest
source code

Inherited from RegressionEyeLocator2: __init__, addTraining, detect, generateTransforms, train

Method Details [hide private]

createLocators(self, **kwargs)

source code 

Create two point locators that use the methods of interest

Overrides: RegressionEyeLocator2.createLocators