![]() |
PDS_JP2
|
#include "JP2_Encoder.hh"
#include "Files.hh"
#include "endian.hh"
#include "jp2.h"
#include "kdu_stripe_compressor.h"
#include <iostream>
#include <fstream>
#include <sstream>
#include <iomanip>
#include <string>
#include <vector>
#include <algorithm>
#include <cmath>
#include <stdexcept>
Namespaces | |
namespace | UA |
namespace | UA::HiRISE |
Defines | |
#define | PROGRESSION_ORDER "PCRL" |
#define | INCREMENTAL_FLUSH_BYTES (256 * 1024 * 1024) |
Functions | |
bool | power_of_2 (unsigned int value) |
Test if a value is a power of 2. |
#define PROGRESSION_ORDER "PCRL" |
#define INCREMENTAL_FLUSH_BYTES (256 * 1024 * 1024) |