Package pyopencv :: Module pyopencvext :: Class CascadeClassifier
[hide private]
[frames] | no frames]

Class CascadeClassifier

 object --+    
          |    
??.instance --+
              |
             CascadeClassifier

Nested Classes [hide private]
  DTree
  DTreeNode
  Stage
Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
detectMultiScale(...)
detectMultiScale( (CascadeClassifier)inst, (Mat)image [, (object)scaleFactor=1.1000000000000001 [, (object)minNeighbors=3 [, (object)flags=0 [, (Size2i)minSize=Size2i(width=0, height=0)]]]]) -> object :
 
empty(...)
empty( (CascadeClassifier)arg1) -> bool :
 
load(...)
load( (CascadeClassifier)arg1, (object)filename) -> bool :
 
read(...)
read( (CascadeClassifier)arg1, (FileNode)node) -> bool :
 
runAt(...)
runAt( (CascadeClassifier)arg1, (Ptr_FeatureEvaluator)_feval, (Point2i)pt) -> int :
 
setImage(...)
setImage( (CascadeClassifier)arg1, (Ptr_FeatureEvaluator)_feval, (Mat)image) -> bool :

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  BOOST = 0
  DO_CANNY_PRUNING = 1
  DO_ROUGH_SEARCH = 8
  FIND_BIGGEST_OBJECT = 4
  SCALE_IMAGE = 2
  __instance_size__ = 292
Properties [hide private]
  classifiers
  featureType
  feval
  is_stump_based
  leaves
  ncategories
  nodes
  oldCascade
  origWinSize
  stageType
  stages
  subsets
  this

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (object)filename) -> None :

    C++ signature :
        void __init__(_object*,std::string)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

detectMultiScale(...)

 

detectMultiScale( (CascadeClassifier)inst, (Mat)image [, (object)scaleFactor=1.1000000000000001 [, (object)minNeighbors=3 [, (object)flags=0 [, (Size2i)minSize=Size2i(width=0, height=0)]]]]) -> object :
    
    Argument 'objects':
        C/C++ type: ::std::vector< cv::Rect_<int> > &.
        Python type: Mat.
        Invoke asMat() to convert a 1D Python sequence into a Mat, e.g. 
        asMat([0,1,2]) or asMat((0,1,2)).
        Output argument: omitted from the function's calling sequence, and is 
        returned along with the function's return value (if any).

    C++ signature :
        boost::python::api::object detectMultiScale(cv::CascadeClassifier {lvalue},cv::Mat [,double=1.1000000000000001 [,int=3 [,int=0 [,cv::Size_<int>=Size2i(width=0, height=0)]]]])

empty(...)

 

empty( (CascadeClassifier)arg1) -> bool :

    C++ signature :
        bool empty(cv::CascadeClassifier {lvalue})

load(...)

 

load( (CascadeClassifier)arg1, (object)filename) -> bool :

    C++ signature :
        bool load(cv::CascadeClassifier {lvalue},std::string)

read(...)

 

read( (CascadeClassifier)arg1, (FileNode)node) -> bool :

    C++ signature :
        bool read(cv::CascadeClassifier {lvalue},cv::FileNode)

runAt(...)

 

runAt( (CascadeClassifier)arg1, (Ptr_FeatureEvaluator)_feval, (Point2i)pt) -> int :

    C++ signature :
        int runAt(CascadeClassifier_wrapper {lvalue},cv::Ptr<cv::FeatureEvaluator> {lvalue},cv::Point_<int>)

setImage(...)

 

setImage( (CascadeClassifier)arg1, (Ptr_FeatureEvaluator)_feval, (Mat)image) -> bool :

    C++ signature :
        bool setImage(CascadeClassifier_wrapper {lvalue},cv::Ptr<cv::FeatureEvaluator> {lvalue},cv::Mat)


Property Details [hide private]

classifiers

Get Method:
unreachable(...)

featureType

Get Method:
unreachable(...)
Set Method:
unreachable(...)

feval

Get Method:
unreachable(...)
Set Method:
unreachable(...)

is_stump_based

Get Method:
unreachable(...)
Set Method:
unreachable(...)

leaves

Get Method:
unreachable(...)

ncategories

Get Method:
unreachable(...)
Set Method:
unreachable(...)

nodes

Get Method:
unreachable(...)

oldCascade

Get Method:
unreachable(...)
Set Method:
unreachable(...)

origWinSize

Get Method:
unreachable(...)
Set Method:
unreachable(...)

stageType

Get Method:
unreachable(...)
Set Method:
unreachable(...)

stages

Get Method:
unreachable(...)

subsets

Get Method:
unreachable(...)

this

Get Method:
unreachable(...)