4#include <WXP/ColorMap.h>
5#include <WXP/EarthRange.h>
This class defines a specific color map. This is a mapping between color indices, color names and RGB...
Definition ColorMap.h:8
This class stores and manipulates domain data.
Definition Domain.h:19
This structure sets size and location of a geometric box.
Definition GeomBox.h:5
This class defines a grid.
Definition Grid.h:20
This class manipulates images.
Definition ImageMath.h:10
static int maskLesser(Image &oimg, Image &img, Grid &grid)
Definition ImageMath.cc:589
static int scale(Image &image, float scale, Image &new_image)
Definition ImageMath.cc:389
static int compressColor(Image &image)
Definition ImageMath.cc:260
static int blank(Image &img, EarthPoint &ept1, EarthPoint &ept2)
Definition ImageMath.cc:527
static int toTrueColor(Image &image, int rdepth, Image &new_image)
Definition ImageMath.cc:198
static int toIndex(Image &image, int rdepth, Image &new_image)
Definition ImageMath.cc:28
static int clip(Image &image, GeomBox &box, Image &new_image)
Definition ImageMath.cc:316
static int toGray(Image &image, Image &new_image)
Definition ImageMath.cc:153
static int remap(Image &image, Domain &domain, Image &new_image)
Definition ImageMath.cc:437
static int maskGreater(Image &oimg, Image &img, Grid &grid)
Definition ImageMath.cc:621
static int merge(Image &oimg, Image &img)
Definition ImageMath.cc:485
This class defines an image.
Definition Image.h:19
All WXP classes fall under the WXP namespace.
Definition Angle.h:4
This struct defines earth point values (lat, lon, elev)
Definition EarthPoint.h:5
This struct defines a range of latitudes and longitudes.
Definition EarthRange.h:5