libeblearntools
ebl::pascalclear_dataset< Tdata > Class Template Reference

#include <pascalclear_dataset.h>

Inheritance diagram for ebl::pascalclear_dataset< Tdata >:
ebl::pascalbg_dataset< Tdata > ebl::pascal_dataset< Tdata > ebl::dataset< Tdata >

List of all members.

Public Member Functions

 pascalclear_dataset (const char *name, const char *inroot, const char *outdir, const char *annotations)
virtual ~pascalclear_dataset ()
 Destructor.
virtual bool extract ()
 Extract data from files into dataset.

Detailed Description

template<class Tdata>
class ebl::pascalclear_dataset< Tdata >

The pascalclear_dataset class extract background patches from a dataset of type PASCAL.


Constructor & Destructor Documentation

template<class Tdata >
ebl::pascalclear_dataset< Tdata >::pascalclear_dataset ( const char *  name,
const char *  inroot,
const char *  outdir,
const char *  annotations 
)

Initialize the dataset's name and other internal variables, but does not allocate data matrices, user must call alloc for that effect. outdims are the target output dimensions of each sample. inroot is the root directory from which we extract data.


The documentation for this class was generated from the following files: