MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.basecode.CalculateImageMeanArgs Class Reference

The CalculateImageMeanArgs is passed as an argument to the MyCaffeImageDatabase::OnCalculateImageMean event. More...

Inheritance diagram for MyCaffe.basecode.CalculateImageMeanArgs:

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...
 

Detailed Description

The CalculateImageMeanArgs is passed as an argument to the MyCaffeImageDatabase::OnCalculateImageMean event.

Definition at line 135 of file EventArgs.cs.

Constructor & Destructor Documentation

◆ CalculateImageMeanArgs()

MyCaffe.basecode.CalculateImageMeanArgs.CalculateImageMeanArgs ( SimpleDatum[]  rgImg)

The CalculateImageMeanArgs constructor.

Parameters
rgImgSpecifies the list of images from which the mean should be calculated.

Definition at line 145 of file EventArgs.cs.

Property Documentation

◆ Cancelled

bool MyCaffe.basecode.CalculateImageMeanArgs.Cancelled
getset

Get/set a flag indicating to cancel the operation.

Definition at line 170 of file EventArgs.cs.

◆ ImageMean

SimpleDatum MyCaffe.basecode.CalculateImageMeanArgs.ImageMean
getset

Get/set the image mean calculated from the Images.

Definition at line 161 of file EventArgs.cs.

◆ Images

SimpleDatum [] MyCaffe.basecode.CalculateImageMeanArgs.Images
get

Specifies the list of images from which the mean should be calculated.

Definition at line 153 of file EventArgs.cs.


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