clean code; fix problems in documentation

This commit is contained in:
marina.kolpakova
2012-11-26 18:50:08 +04:00
parent bd3179bda8
commit 05cd88ae42
7 changed files with 9 additions and 98 deletions

View File

@@ -200,7 +200,7 @@ The function is mainly used to learn the classifier.
Soft Cascade Classifier
======================
==========================
Soft Cascade Classifier for Object Detection
----------------------------------------------------------
@@ -226,7 +226,7 @@ The sample has been rejected if it fall rejection threshold. So stageless cascad
SCascade
----------------
.. ocv:class:: SCascade
.. ocv:class:: SCascade : public Algorithm
Implementation of soft (stageless) cascaded detector. ::
@@ -248,7 +248,7 @@ Implementation of soft (stageless) cascaded detector. ::
virtual ~SCascade();
virtual bool load(const FileNode& fn);
virtual void detect(InputArray image, InputArray rois, OutputArray objects, Stream& stream = Stream::Null()) const;
void genRoi(InputArray roi, OutputArray mask, Stream& stream = Stream::Null()) const;
virtual void genRoi(InputArray roi, OutputArray mask, Stream& stream = Stream::Null()) const;
};