MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.preprocessor Namespace Reference

The MyCaffe.preprocessor namespace contains all classes of the data preprocessors supported by MyCaffe. More...

Classes

class  Extension
 The Extension class is used to add new pre-processor extension DLL's to MyCaffe. More...
 
interface  IXMyCaffePreprocessor
 The IXPreprocessor interface is used to query pre-processed data from a streaming database. More...
 
class  MgrPreprocessor
 The MgrPreprocessor manages the operations of the data pre-processor. More...
 
class  MyCaffeDataPreprocessor
 The MyCaffeDataPreprocessor handles adding data from a streaming database to the GPU and then pre-processing the data once on the GPU making it ready for use with the Data Gym. More...
 

Detailed Description

The MyCaffe.preprocessor namespace contains all classes of the data preprocessors supported by MyCaffe.