MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
Interfaces.cs
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.ServiceModel;
6using System.Runtime.Serialization;
7using System.Threading;
8using MyCaffe.basecode;
10
14namespace MyCaffe.db.image
15{
16 // NOTE: IXImageDatabase interfaces have been moved to MyCaffe.basecode Interfaces.cs.
17}
The descriptors namespace contains all descriptor used to describe various items stored within the da...
The MyCaffe.basecode contains all generic types used throughout MyCaffe.
Definition: Annotation.cs:12
The MyCaffe.db.image namespace contains all image database related classes.
Definition: Database.cs:18
The MyCaffe namespace contains the main body of MyCaffe code that closesly tracks the C++ Caffe open-...
Definition: Annotation.cs:12