MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.param.ssd.NoiseParameter Class Reference

Specifies the parameters for the NoiseParameter used with SSD. More...

Inheritance diagram for MyCaffe.param.ssd.NoiseParameter:
MyCaffe.param.OptionalParameter

Public Member Functions

 NoiseParameter (bool bActive)
 The constructor. More...
 
override void Copy (OptionalParameter src)
 Copy the object. More...
 
NoiseParameter Clone ()
 Return a clone of the object. More...
 
override RawProto ToProto (string strName)
 Convert this object to a raw proto. More...
 
- Public Member Functions inherited from MyCaffe.param.OptionalParameter
 OptionalParameter (bool bActive=false)
 The constructor. More...
 

Static Public Member Functions

static new NoiseParameter FromProto (RawProto rp)
 Parses the parameter from a RawProto. More...
 
- Static Public Member Functions inherited from MyCaffe.param.OptionalParameter
static OptionalParameter FromProto (RawProto rp)
 Parses the parameter from a RawProto. More...
 

Properties

float prob [getset]
 Get/set probability of using this resize policy. More...
 
bool hist_eq [getset]
 Get/set histogram equalized. More...
 
bool inverse [getset]
 Get/set color inversion. More...
 
bool decolorize [getset]
 Get/set grayscale. More...
 
bool gauss_blur [getset]
 Get/set gaussian blur. More...
 
float jpeg [getset]
 Get/set jpeg quality. More...
 
bool posterize [getset]
 Get/set posterization. More...
 
bool erode [getset]
 Get/set erosion. More...
 
bool saltpepper [getset]
 Get/set salt-n-pepper noise. More...
 
SaltPepperParameter saltpepper_param [getset]
 Get/set the salt-n-pepper parameter. More...
 
bool clahe [getset]
 Get/set the local histogram equalization. More...
 
bool convert_to_hsv [getset]
 Get/set color space conversion to hsv. More...
 
bool convert_to_lab [getset]
 Get/set color space convertion to lab. More...
 
- Properties inherited from MyCaffe.param.OptionalParameter
bool Active [getset]
 When active, the parameter is used, otherwise it is ignored. More...
 

Detailed Description

Specifies the parameters for the NoiseParameter used with SSD.

See also
SSD: Single Shot MultiBox Detector by Wei Liu, Dragomir Anguelov, Dumitru Erhan, Christian Szegedy, Scott Reed, Cheng-Yang Fu, Alexander C. Berg, 2016.
GitHub: SSD: Single Shot MultiBox Detector, by weiliu89/caffe, 2016

Definition at line 21 of file NoiseParameter.cs.

Constructor & Destructor Documentation

◆ NoiseParameter()

MyCaffe.param.ssd.NoiseParameter.NoiseParameter ( bool  bActive)

The constructor.

Parameters
bActiveSpecifies whether or not the parameter is active or not.

Definition at line 41 of file NoiseParameter.cs.

Member Function Documentation

◆ Clone()

NoiseParameter MyCaffe.param.ssd.NoiseParameter.Clone ( )

Return a clone of the object.

Returns
A new copy of the object is returned.

Definition at line 194 of file NoiseParameter.cs.

◆ Copy()

override void MyCaffe.param.ssd.NoiseParameter.Copy ( OptionalParameter  src)
virtual

Copy the object.

Parameters
srcThe copy is placed in this parameter.

Reimplemented from MyCaffe.param.OptionalParameter.

Definition at line 179 of file NoiseParameter.cs.

◆ FromProto()

static new NoiseParameter MyCaffe.param.ssd.NoiseParameter.FromProto ( RawProto  rp)
static

Parses the parameter from a RawProto.

Parameters
rpSpecifies the RawProto to parse.
Returns
A new instance of the parameter is returned.

Definition at line 234 of file NoiseParameter.cs.

◆ ToProto()

override RawProto MyCaffe.param.ssd.NoiseParameter.ToProto ( string  strName)
virtual

Convert this object to a raw proto.

Parameters
strNameSpecifies the name of the proto.
Returns
The new proto is returned.

Reimplemented from MyCaffe.param.OptionalParameter.

Definition at line 206 of file NoiseParameter.cs.

Property Documentation

◆ clahe

bool MyCaffe.param.ssd.NoiseParameter.clahe
getset

Get/set the local histogram equalization.

Definition at line 149 of file NoiseParameter.cs.

◆ convert_to_hsv

bool MyCaffe.param.ssd.NoiseParameter.convert_to_hsv
getset

Get/set color space conversion to hsv.

Definition at line 159 of file NoiseParameter.cs.

◆ convert_to_lab

bool MyCaffe.param.ssd.NoiseParameter.convert_to_lab
getset

Get/set color space convertion to lab.

Definition at line 169 of file NoiseParameter.cs.

◆ decolorize

bool MyCaffe.param.ssd.NoiseParameter.decolorize
getset

Get/set grayscale.

Definition at line 79 of file NoiseParameter.cs.

◆ erode

bool MyCaffe.param.ssd.NoiseParameter.erode
getset

Get/set erosion.

Definition at line 119 of file NoiseParameter.cs.

◆ gauss_blur

bool MyCaffe.param.ssd.NoiseParameter.gauss_blur
getset

Get/set gaussian blur.

Definition at line 89 of file NoiseParameter.cs.

◆ hist_eq

bool MyCaffe.param.ssd.NoiseParameter.hist_eq
getset

Get/set histogram equalized.

Definition at line 59 of file NoiseParameter.cs.

◆ inverse

bool MyCaffe.param.ssd.NoiseParameter.inverse
getset

Get/set color inversion.

Definition at line 69 of file NoiseParameter.cs.

◆ jpeg

float MyCaffe.param.ssd.NoiseParameter.jpeg
getset

Get/set jpeg quality.

Definition at line 99 of file NoiseParameter.cs.

◆ posterize

bool MyCaffe.param.ssd.NoiseParameter.posterize
getset

Get/set posterization.

Definition at line 109 of file NoiseParameter.cs.

◆ prob

float MyCaffe.param.ssd.NoiseParameter.prob
getset

Get/set probability of using this resize policy.

Definition at line 49 of file NoiseParameter.cs.

◆ saltpepper

bool MyCaffe.param.ssd.NoiseParameter.saltpepper
getset

Get/set salt-n-pepper noise.

Definition at line 129 of file NoiseParameter.cs.

◆ saltpepper_param

SaltPepperParameter MyCaffe.param.ssd.NoiseParameter.saltpepper_param
getset

Get/set the salt-n-pepper parameter.

Definition at line 139 of file NoiseParameter.cs.


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