Public Member Functions | List of all members
ecvl::AugDivBy255 Class Reference

Augmentation DivBy255. More...

#include <augmentations.h>

Inheritance diagram for ecvl::AugDivBy255:
ecvl::Augmentation

Public Member Functions

 AugDivBy255 ()
 AugDivBy255 constructor. More...
 
 AugDivBy255 (std::istream &is)
 
- Public Member Functions inherited from ecvl::Augmentation
void Apply (ecvl::Image &img, const ecvl::Image &gt=Image())
 Generate the random value for each parameter and call the specialized augmentation functions. More...
 
virtual ~Augmentation ()=default
 

Additional Inherited Members

- Public Attributes inherited from ecvl::Augmentation
std::unordered_map< std::string, AugmentationParamparams_
 

Detailed Description

Augmentation DivBy255.

This augmentation divides an Image (and ground truth if provided) by 255.

Definition at line 1380 of file augmentations.h.

Constructor & Destructor Documentation

◆ AugDivBy255() [1/2]

ecvl::AugDivBy255::AugDivBy255 ( )
inline

AugDivBy255 constructor.

Definition at line 1392 of file augmentations.h.

◆ AugDivBy255() [2/2]

ecvl::AugDivBy255::AugDivBy255 ( std::istream &  is)
inline

Definition at line 1393 of file augmentations.h.


The documentation for this class was generated from the following file: