OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/base/ossimHsiVector.h>
#include <ossim/base/ossimRgbVector.h>
#include <ossim/base/ossimNormRgbVector.h>
#include <math.h>
#include <ossim/base/ossimCommon.h>
Go to the source code of this file.
Macros | |
#define | MAX(x, y) ((x)>(y)?(x):(y)) |
#define | MIN(x, y) ((x)>(y)?(y):(x)) |
Definition at line 21 of file ossimHsiVector.cpp.
Referenced by ossimHsiVector::setFromRgb().