#include <FocusMeasure.h>
Enumerator |
---|
BREN |
|
GLVA |
|
GLVN |
|
GLLV |
|
GRAT |
|
GRAS |
|
LAPE |
|
LAPV |
|
ROGR |
|
rdf::FocusEstimation::FocusEstimation |
( |
| ) |
|
rdf::FocusEstimation::FocusEstimation |
( |
const cv::Mat & |
img | ) |
|
rdf::FocusEstimation::FocusEstimation |
( |
const cv::Mat & |
img, |
|
|
int |
wSize |
|
) |
| |
bool rdf::FocusEstimation::compute |
( |
FocusMeasure |
fm = BREN , |
|
|
cv::Mat |
fmImg = cv::Mat() , |
|
|
bool |
binary = false |
|
) |
| |
bool rdf::FocusEstimation::computeRefPatches |
( |
FocusMeasure |
fm = BREN , |
|
|
bool |
binary = false |
|
) |
| |
std::vector< Patch > rdf::FocusEstimation::fmPatches |
( |
| ) |
const |
void rdf::FocusEstimation::setImg |
( |
const cv::Mat & |
img | ) |
|
void rdf::FocusEstimation::setSplitSize |
( |
int |
s | ) |
|
void rdf::FocusEstimation::setWindowSize |
( |
int |
s | ) |
|
int rdf::FocusEstimation::windowSize |
( |
| ) |
const |
std::vector<Patch> rdf::FocusEstimation::mFmPatches |
|
protected |
int rdf::FocusEstimation::mSplitSize = 0 |
|
protected |
cv::Mat rdf::FocusEstimation::mSrcImg |
|
protected |
int rdf::FocusEstimation::mWindowSize = 40 |
|
protected |
The documentation for this class was generated from the following files: