#include "logerr.h"
#include <unistd.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include "sadie.h"
#include "Sadie_Index.h"
Compounds | |
| struct | Sad_doc |
| Each document contains a SADIE image with its property hash table. More... | |
| struct | Sad_docitem |
| One node of the singly-linked list of documents hanging off a hash bucket. More... | |
| struct | Sad_doclist |
| A hash table implements the list of documents. More... | |
| struct | Sad_property |
| struct | Sad_propertyitem |
| One node of the singly-linked list of properties hanging off a hash bucket. More... | |
Functions | |
| sad_doclistp_t | make_doclist (int logsize) |
| Create a new empty document list. | |
SADIE represents images as structures that contain the pixel data and a limited range of other information. A simple in-memory database can however associate arbitrary metadata with the images, and track additional information not associated with a particular image.
1.2.18