LArOpenCV  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Classes | Namespaces | Typedefs
ImageMeta.h File Reference

Class def header for a class ImageMeta. More...

#include <iostream>
#include <opencv2/opencv.hpp>
#include <opencv2/core/core.hpp>
#include "larbys.h"
#include "LArCVTypes.h"

Go to the source code of this file.

Classes

class  larcaffe::ImageMeta
 A simple class to store image's meta data including
0) origin (left-bottom corner of the picture) absolute coordinate
1) horizontal and vertical size (width and height) in double precision
2) number of horizontal and vertical pixels
It is meant to be associated with a specific cv::Mat or larcv::Image2D object
(where the latter class contains ImageMeta as an attribute). More...
 

Namespaces

 larcaffe
 C++ namespace for developping LArTPC software interface to deep learning tool caffe.
 
 larcv
 C++ namespace for developping LArTPC software interface to OpenCV based algorithm tools (LArOpenCV)
 

Typedefs

typedef ::larcaffe::ImageMeta larcv::ImageMeta
 

Detailed Description

Class def header for a class ImageMeta.

Author
kazuhiro

Definition in file ImageMeta.h.