MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.extras.DeepDraw< T > Member List

This is the complete list of members for MyCaffe.extras.DeepDraw< T >, including all inherited members.

Add(string strLayer, int nIterations, double dfStartSigma, double dfEndSigma, double dfStartStep, double dfEndStep, bool bSaveFile=false, double dfPctDetailsToApply=0.25)MyCaffe.extras.DeepDraw< T >
Add(Octaves octaves)MyCaffe.extras.DeepDraw< T >
AdjustContrast(Image bmp, float fBrightness=1.0f, float fContrast=1.0f, float fGamma=1.0f)MyCaffe.extras.DeepDraw< T >static
CountMyCaffe.extras.DeepDraw< T >
CreateConfigurationString(int nWd, int nHt, double dfOutputDetailPct, OctavesCollection colOctaves, string strSrcBlobName, double dfRandomImageScale)MyCaffe.extras.DeepDraw< T >static
CreateRandomImage(Color clrBack, int nW=-1, int nH=-1, double dfScale=16.0)MyCaffe.extras.DeepDraw< T >
CreateRandomImageEx(Color clrBack, int nW, int nH, double dfScale=16.0)MyCaffe.extras.DeepDraw< T >static
DeepDraw(CancelEvent evtCancel, Net< T > net, DataTransformer< T > transformer, string strSrcBlobName="data")MyCaffe.extras.DeepDraw< T >
Dispose()MyCaffe.extras.DeepDraw< T >
GetEnumerator()MyCaffe.extras.DeepDraw< T >
ParseConfigurationString(string strConfig, out int nWd, out int nHt, out double dfOutputDetailPct, out string strSrcBlobName, out double dfRandomImageScale)MyCaffe.extras.DeepDraw< T >static
Render(Bitmap bmpInput, int nFocusLabel=-1, double dfDetailPercentageToOutput=0.25, string strOutputDir=null, bool bVisualizeEachStep=false, float[] rgDirectInputs=null)MyCaffe.extras.DeepDraw< T >