|  | 
                                MyCaffe
                                 1.12.2.41
                             Deep learning software for Windows C# programmers. | 
Specifies the parameters for the NoiseParameter used with SSD. More...
 
  
| 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... | |
Specifies the parameters for the NoiseParameter used with SSD.
Definition at line 21 of file NoiseParameter.cs.
| MyCaffe.param.ssd.NoiseParameter.NoiseParameter | ( | bool | bActive | ) | 
The constructor.
| bActive | Specifies whether or not the parameter is active or not. | 
Definition at line 41 of file NoiseParameter.cs.
| NoiseParameter MyCaffe.param.ssd.NoiseParameter.Clone | ( | ) | 
Return a clone of the object.
Definition at line 194 of file NoiseParameter.cs.
| 
 | virtual | 
Copy the object.
| src | The copy is placed in this parameter. | 
Reimplemented from MyCaffe.param.OptionalParameter.
Definition at line 179 of file NoiseParameter.cs.
| 
 | static | 
Parses the parameter from a RawProto.
| rp | Specifies the RawProto to parse. | 
Definition at line 234 of file NoiseParameter.cs.
| 
 | virtual | 
Convert this object to a raw proto.
| strName | Specifies the name of the proto. | 
Reimplemented from MyCaffe.param.OptionalParameter.
Definition at line 206 of file NoiseParameter.cs.
| 
 | getset | 
Get/set the local histogram equalization.
Definition at line 149 of file NoiseParameter.cs.
| 
 | getset | 
Get/set color space conversion to hsv.
Definition at line 159 of file NoiseParameter.cs.
| 
 | getset | 
Get/set color space convertion to lab.
Definition at line 169 of file NoiseParameter.cs.
| 
 | getset | 
Get/set grayscale.
Definition at line 79 of file NoiseParameter.cs.
| 
 | getset | 
Get/set erosion.
Definition at line 119 of file NoiseParameter.cs.
| 
 | getset | 
Get/set gaussian blur.
Definition at line 89 of file NoiseParameter.cs.
| 
 | getset | 
Get/set histogram equalized.
Definition at line 59 of file NoiseParameter.cs.
| 
 | getset | 
Get/set color inversion.
Definition at line 69 of file NoiseParameter.cs.
| 
 | getset | 
Get/set jpeg quality.
Definition at line 99 of file NoiseParameter.cs.
| 
 | getset | 
Get/set posterization.
Definition at line 109 of file NoiseParameter.cs.
| 
 | getset | 
Get/set probability of using this resize policy.
Definition at line 49 of file NoiseParameter.cs.
| 
 | getset | 
Get/set salt-n-pepper noise.
Definition at line 129 of file NoiseParameter.cs.
| 
 | getset | 
Get/set the salt-n-pepper parameter.
Definition at line 139 of file NoiseParameter.cs.