Public Member Functions | Private Attributes
pano::HugeImage Class Reference

#include <Images.h>

List of all members.

Public Member Functions

std::string addName (int id, std::string &prefix)
void addRoi (int id, cv::Rect rect)
void deserialize (const std::string &name)
std::string getName (int id)
cv::Rect getRoi (int id)
cv::Mat loadAll () const
void serialize (const std::string &name) const
void setSize (cv::Size size)

Private Attributes

std::map< int, std::string > names_
std::map< int, cv::Rect > rois_
cv::Size size_

Detailed Description

Definition at line 113 of file Images.h.


Member Function Documentation

std::string pano::HugeImage::addName ( int  id,
std::string &  prefix 
)

Definition at line 142 of file Images.cpp.

void pano::HugeImage::addRoi ( int  id,
cv::Rect  rect 
) [inline]

Definition at line 125 of file Images.h.

void pano::HugeImage::deserialize ( const std::string &  name)

Definition at line 138 of file Images.cpp.

std::string pano::HugeImage::getName ( int  id) [inline]

Definition at line 136 of file Images.h.

cv::Rect pano::HugeImage::getRoi ( int  id) [inline]

Definition at line 132 of file Images.h.

cv::Mat pano::HugeImage::loadAll ( ) const

Definition at line 112 of file Images.cpp.

void pano::HugeImage::serialize ( const std::string &  name) const

Definition at line 125 of file Images.cpp.

void pano::HugeImage::setSize ( cv::Size  size) [inline]

Definition at line 117 of file Images.h.


Member Data Documentation

std::map<int, std::string> pano::HugeImage::names_ [private]

Definition at line 143 of file Images.h.

std::map<int, cv::Rect> pano::HugeImage::rois_ [private]

Definition at line 142 of file Images.h.

cv::Size pano::HugeImage::size_ [private]

Definition at line 144 of file Images.h.


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


pano_core
Author(s): Ethan Rublee
autogenerated on Mon Oct 6 2014 08:04:39