PICCANTE  0.4
The hottest HDR imaging library!
Namespaces | Macros | Typedefs | Functions
image_vec.hpp File Reference
#include <vector>
#include "image.hpp"

Go to the source code of this file.

Namespaces

 pic
 

Macros

#define PIC_IMAGE_RAW_VEC_HPP
 

Typedefs

typedef std::vector< Image * > pic::ImageVec
 ImageVec an std::vector of pic::Image. More...
 

Functions

PIC_INLINE ImageVec pic::Single (Image *img)
 Single creates an std::vector which contains img; this is for filters input. More...
 
PIC_INLINE ImageVec pic::Double (Image *img1, Image *img2)
 Double creates an std::vector which contains img1 and img2; this is for filters input. More...
 
PIC_INLINE ImageVec pic::Triple (Image *img1, Image *img2, Image *img3)
 Triple creates an std::vector which contains img1, img2, and img3; this is for filters input. More...
 
PIC_INLINE ImageVec pic::Quad (Image *img1, Image *img2, Image *img3, Image *img4)
 Triple creates an std::vector which contains img1, img2, img3, and img4; this is for filters input. More...
 
PIC_INLINE void pic::ImaveVecSortByExposureTime (ImageVec &stack)
 ImaveVecSortByExposureTime. More...
 
PIC_INLINE void pic::ImaveVecGetExposureTimesAsArray (ImageVec &stack, std::vector< float > &output, bool bLog)
 ImaveVecGetExposureTimesAsArray. More...
 
PIC_INLINE bool pic::ImageVecCheckSimilarType (ImageVec &stack)
 ImageVecCheckSimilarType. More...
 
PIC_INLINE bool pic::ImageVecCheck (ImageVec &imgIn, int minInputImages)
 ImageVecCheck. More...
 

Macro Definition Documentation

◆ PIC_IMAGE_RAW_VEC_HPP

#define PIC_IMAGE_RAW_VEC_HPP