|  | 
                                MyCaffe
                                 1.12.2.41
                             Deep learning software for Windows C# programmers. | 
The CalculateImageMeanArgs is passed as an argument to the MyCaffeImageDatabase::OnCalculateImageMean event. More...
 
 | Public Member Functions | |
| CalculateImageMeanArgs (SimpleDatum[] rgImg) | |
| The CalculateImageMeanArgs constructor.  More... | |
| Properties | |
| SimpleDatum[] | Images  [get] | 
| Specifies the list of images from which the mean should be calculated.  More... | |
| SimpleDatum | ImageMean  [getset] | 
| Get/set the image mean calculated from the Images.  More... | |
| bool | Cancelled  [getset] | 
| Get/set a flag indicating to cancel the operation.  More... | |
The CalculateImageMeanArgs is passed as an argument to the MyCaffeImageDatabase::OnCalculateImageMean event.
Definition at line 135 of file EventArgs.cs.
| MyCaffe.basecode.CalculateImageMeanArgs.CalculateImageMeanArgs | ( | SimpleDatum[] | rgImg | ) | 
The CalculateImageMeanArgs constructor.
| rgImg | Specifies the list of images from which the mean should be calculated. | 
Definition at line 145 of file EventArgs.cs.
| 
 | getset | 
Get/set a flag indicating to cancel the operation.
Definition at line 170 of file EventArgs.cs.
| 
 | getset | 
Get/set the image mean calculated from the Images.
Definition at line 161 of file EventArgs.cs.
| 
 | get | 
Specifies the list of images from which the mean should be calculated.
Definition at line 153 of file EventArgs.cs.