licornea_tools
Public Member Functions | List of all members
tlz::dataset_group Class Reference

#include <dataset.h>

Public Member Functions

 dataset_group (const dataset &, const std::string &grp)
 
const datasetset () const
 
const jsonparameters () const
 
const jsonoperator[] (const std::string &key) const
 
border image_border () const
 
cv::Size image_size_with_border () const
 
dataset_view view (int x) const
 
dataset_view view (int x, int y) const
 
dataset_view view (view_index) const
 

Detailed Description

Definition at line 50 of file dataset.h.

Constructor & Destructor Documentation

tlz::dataset_group::dataset_group ( const dataset datas,
const std::string &  grp 
)

Definition at line 88 of file dataset.cc.

Member Function Documentation

border tlz::dataset_group::image_border ( ) const

Definition at line 96 of file dataset.cc.

Here is the call graph for this function:

cv::Size tlz::dataset_group::image_size_with_border ( ) const

Definition at line 101 of file dataset.cc.

Here is the call graph for this function:

const json& tlz::dataset_group::operator[] ( const std::string &  key) const
inline

Definition at line 61 of file dataset.h.

Here is the call graph for this function:

const json & tlz::dataset_group::parameters ( ) const

Definition at line 91 of file dataset.cc.

Here is the call graph for this function:

const dataset& tlz::dataset_group::set ( ) const
inline

Definition at line 58 of file dataset.h.

dataset_view tlz::dataset_group::view ( int  x) const

Definition at line 105 of file dataset.cc.

Here is the call graph for this function:

dataset_view tlz::dataset_group::view ( int  x,
int  y 
) const

Definition at line 109 of file dataset.cc.

Here is the call graph for this function:

dataset_view tlz::dataset_group::view ( view_index  idx) const

Definition at line 113 of file dataset.cc.

Here is the call graph for this function:


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