-----------------------------------------------------------------------------
| 134 | |
| 135 | //----------------------------------------------------------------------------- |
| 136 | void DepthMapFilterOptions::initializeFilters(double wMin, double wMax, |
| 137 | double uMin, double uMax) |
| 138 | { |
| 139 | QTE_D(); |
| 140 | |
| 141 | d->initialWeightMin = wMin; |
| 142 | d->initialWeightMax = wMax; |
| 143 | d->initialUncertMin = uMin; |
| 144 | d->initialUncertMax = uMax; |
| 145 | |
| 146 | resetFilters(); |
| 147 | } |
| 148 | |
| 149 | //----------------------------------------------------------------------------- |
| 150 | bool DepthMapFilterOptions::isFilterPersistent() const |
nothing calls this directly
no outgoing calls
no test coverage detected