MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.extras.NeuralStyleIntermediateOutputArgs Class Reference

The NeuralStyleIntermediateOutputArgs contains the arguments sent to the OnIntermediateOutput event. More...

Inheritance diagram for MyCaffe.extras.NeuralStyleIntermediateOutputArgs:

Public Member Functions

 NeuralStyleIntermediateOutputArgs (int nIteration, Bitmap bmp, double dfPct)
 The constructor. More...
 

Properties

int Iteration [get]
 Returns the current interation. More...
 
Bitmap Image [get]
 Returns the current intermediate image. More...
 
double Percent [get]
 Returns the total processing progress. More...
 

Detailed Description

The NeuralStyleIntermediateOutputArgs contains the arguments sent to the OnIntermediateOutput event.

Definition at line 1171 of file NeuralStyleTransfer.cs.

Constructor & Destructor Documentation

◆ NeuralStyleIntermediateOutputArgs()

MyCaffe.extras.NeuralStyleIntermediateOutputArgs.NeuralStyleIntermediateOutputArgs ( int  nIteration,
Bitmap  bmp,
double  dfPct 
)

The constructor.

Parameters
nIterationSpecifies the current iteration.
bmpSpecifies the intermediate image.
dfPctSpecifies the total processing progress.

Definition at line 1183 of file NeuralStyleTransfer.cs.

Property Documentation

◆ Image

Bitmap MyCaffe.extras.NeuralStyleIntermediateOutputArgs.Image
get

Returns the current intermediate image.

Definition at line 1201 of file NeuralStyleTransfer.cs.

◆ Iteration

int MyCaffe.extras.NeuralStyleIntermediateOutputArgs.Iteration
get

Returns the current interation.

Definition at line 1193 of file NeuralStyleTransfer.cs.

◆ Percent

double MyCaffe.extras.NeuralStyleIntermediateOutputArgs.Percent
get

Returns the total processing progress.

Definition at line 1209 of file NeuralStyleTransfer.cs.


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