#include "gcl/XGraphicsSystem.h"
#include "gcl/VecUtil.h"
#include "cl/Timer.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "cl/ArgParse.h"
Include dependency graph for ImgView.cc:
Go to the source code of this file.
Compounds | |||
![]() | ![]() | class | ImagePane |
![]() | ![]() | struct | ImageStats |
![]() | ![]() | class | ImgViewApp |
Defines | |||
![]() | ![]() | #define | GCL_WATCH_FILE |
Typedefs | |||
![]() | ![]() | typedef ImagePane* | ImagePanePtr |
Enumerations | |||
![]() | ![]() | enum | IPCmd { ipNone, ipReload, ipNext, ipPrev } |
Functions | |||
![]() | ![]() | Void | FindImageStats (Image &img, ImageStats &stats) |
![]() | ![]() | Void | LinearMapImage (const Image &img, Double start, Double slope, Image &imgOut) |
![]() | ![]() | Void | DoToneMap (Image &radImage, Image &image) |
![]() | ![]() | int | main (int argc, char **argv) |
#define GCL_WATCH_FILE |
Definition at line 11 of file ImgView.cc.
typedef ImagePane* ImagePanePtr |
Definition at line 58 of file ImgView.cc.
enum IPCmd |
Void DoToneMap (Image & radImage, Image & image) |
Definition at line 131 of file ImgView.cc.
Void FindImageStats (Image & img, ImageStats & stats) |
Definition at line 74 of file ImgView.cc.
Void LinearMapImage (const Image & img, Double start, Double slope, Image & imgOut) |
Definition at line 113 of file ImgView.cc.
int main (int argc, char ** argv) |
Definition at line 458 of file ImgView.cc.