Augmentation wrapper for ecvl::ScaleFromTo.
More...
#include <augmentations.h>
◆ AugScaleFromTo() [1/2]
ecvl::AugScaleFromTo::AugScaleFromTo |
( |
const double & |
old_min, |
|
|
const double & |
old_max, |
|
|
const double & |
new_min, |
|
|
const double & |
new_max |
|
) |
| |
|
inline |
AugScaleTo constructor.
- Parameters
-
[in] | old_min | double which indicates the old minimum value. |
[in] | old_max | double which indicates the old maximum value. |
[in] | new_min | double which indicates the new minimum value. |
[in] | new_max | double which indicates the new maximum value. |
Definition at line 1532 of file augmentations.h.
◆ AugScaleFromTo() [2/2]
ecvl::AugScaleFromTo::AugScaleFromTo |
( |
std::istream & |
is | ) |
|
|
inline |
◆ Clone()
std::shared_ptr<Augmentation> ecvl::AugScaleFromTo::Clone |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: