#include <MoleculeProcessor.h>
Public Member Functions | |
Globber (MoleculeGlob *glob, cv::Ptr< ModelFitter > fitter) | |
void | operator() (cv::Ptr< ImageAtom > atom) |
Public Attributes | |
cv::Ptr< ModelFitter > | fitter |
MoleculeGlob * | glob |
Static Public Attributes | |
static const std::string | VERBOSE = "GlobberVerbose" |
Function object for stl::algorithms that iterator over collections of cv::Ptr<ImageAtom> This one - takes atoms and queryies the MoleculeGlob with the ModelGitter
Definition at line 93 of file MoleculeProcessor.h.
pano::Globber::Globber | ( | MoleculeGlob * | glob, |
cv::Ptr< ModelFitter > | fitter | ||
) | [inline] |
Definition at line 98 of file MoleculeProcessor.h.
void pano::Globber::operator() | ( | cv::Ptr< ImageAtom > | atom | ) |
Definition at line 660 of file MoleculeProcessor.cpp.
cv::Ptr<ModelFitter> pano::Globber::fitter |
Definition at line 97 of file MoleculeProcessor.h.
Definition at line 96 of file MoleculeProcessor.h.
const std::string pano::Globber::VERBOSE = "GlobberVerbose" [static] |
Definition at line 95 of file MoleculeProcessor.h.