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

std::shared_ptr< AugmentationClone () const override
 
 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 1458 of file augmentations.h.

Constructor & Destructor Documentation

◆ AugDivBy255() [1/2]

ecvl::AugDivBy255::AugDivBy255 ( )
inline

AugDivBy255 constructor.

Definition at line 1472 of file augmentations.h.

◆ AugDivBy255() [2/2]

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

Definition at line 1473 of file augmentations.h.

Member Function Documentation

◆ Clone()

std::shared_ptr<Augmentation> ecvl::AugDivBy255::Clone ( ) const
inlineoverridevirtual

Implements ecvl::Augmentation.

Definition at line 1469 of file augmentations.h.


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