MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The MyCaffe.db.image namespace contains all image database related classes. More...
Classes | |
class | Database |
The Database class manages the actual connection to the physical database using Entity Framworks from Microsoft. More... | |
class | DatabaseInstanceQuery |
The DatabaseInstanceQuery class is used to find all installed instances of SQL on a given machine. More... | |
class | DatabaseManagement |
The DatabaseManagement class is used to create the image database. More... | |
class | DatasetEx |
The DatasetEx class provides the in-memory dataset functionality that is used by the image database to manage data sets. Both the Testing and Training ImageSet objects are managed by the DatasetEx, which in turn coordinates the loading and usage of each. More... | |
class | DatasetEx2 |
[V2 Image Database] The DatasetEx2 class provides the in-memory dataset functionality that is used by the image database to manage data sets. Both the Testing and Training ImageSet2 objects are managed by the DatasetEx2, which in turn coordinates the loading and usage of each. More... | |
class | DatasetExCollection |
The DatasetExCollection contains a list of DatasetEx objects. More... | |
class | DatasetExCollection2 |
[V2 Image Database] The DatasetExCollection2 contains a list of DatasetEx2 objects. More... | |
class | DatasetFactory |
The DatasetFactory manages the connection to the Database object. More... | |
class | DbItem |
Specifies a database item used when querying boosted items. More... | |
class | DNNConfiguration |
The DNNConfiguration class used to define the connection strategy. More... | |
class | DNNEntities |
The DNNEntities class defines the entities used to connecto the database via Entity Frameworks. More... | |
class | EntitiesConnection |
The EntitiesConnection class defines how to connect to the database via Entity Frameworks. More... | |
class | ImageSet |
The ImageSet class contains the list of image for a data source as well as a list of LabelSets that map into it. More... | |
class | ImageSet2 |
[V2 Image Database] The ImageSet2 manages the data source data including the master list of images, and the master indexes that describe the data source layout (e.g. labels, boosts, etc). More... | |
class | ImageSetBase |
The ImageSetBase class contains the list of image for a data source as well as a list of LabelSets that map into it. More... | |
class | LabelBoostDescriptor |
The LabelBoostDescriptor class describes a label boost. More... | |
class | LabelSet |
The LabelSet 'points' into the main image list via references objects that are already created in the main image list of the ImageSet. More... | |
class | MasterIndexes |
The MasterIndexes stores the indexes that define the index structure of the data source data. More... | |
class | MasterList |
The MasterList is responsible for loading and managing access to the master list of images for a data source. More... | |
class | MyCaffeImageDatabase |
The MyCaffeImageDatabase provides an enhanced in-memory image database used for quick image retrieval. More... | |
class | MyCaffeImageDatabase2 |
[V2 Image Database] The MyCaffeImageDatabase2 provides an enhanced in-memory image database used for quick image retrieval. More... | |
class | ParameterData |
The ParameterData class is used to save and retrieve parameter data. More... | |
class | QueryState |
Initially the QueryState is copied from the MasterIndexes and during each query is altered by removing items already observed. Once empty, each Index within the QueryState is then refreshed with the corresponding MasterIndexes ensuring that all images are hit over time. More... | |
class | QueryStateCollection |
The QueryStateCollection manages all query states used by matching the QueryState handles with the QueryStates where each handle points to both the training set query state and testing set query state. More... | |
The MyCaffe.db.image namespace contains all image database related classes.
The MyCaffe.db.image namespace contains all classes used to create the MyCaffeImageDatabase in-memory database.