32 #define IMAGE_VIEW_H_ "ImageView 1.0, 2017/10 Markus.Peura@fmi.fi"
37 #include "ImageChannel.h"
58 ImageView(
const ImageFrame & src,
size_t channelStart,
size_t channelCount,
bool catenate=
false) {
76 conf.channels.set(1,0);
size_t getChannelCount() const
Set...
Definition: Geometry.h:257
Image with static geometry.
Definition: ImageFrame.h:67
void setView(const ImageFrame &src, size_t channelStart, size_t channelCount, bool catenate=false)
Sets the image to view the data and scaling of another image.
Definition: ImageFrame.cpp:115
ImageFrame that also has channels.
Definition: ImageView.h:52
void setView(const ImageFrame &src)
Views the whole image.
Definition: ImageView.h:65
void setView(const ImageFrame &src, size_t channel)
Views a single channel. Resulting channel type is image, regardless of target channel type (image or ...
Definition: ImageView.h:74
Multi-channel ImageFrame.
Definition: ImageChannel.h:150
Definition: DataSelector.cpp:1277