#include <ost/base.hh>
#include <ost/img/point.hh>
#include <ost/img/size.hh>
#include <ost/img/extent.hh>
#include <ost/img/pixel_sampling.hh>
#include "value_holder.hh"
#include "index.hh"
Go to the source code of this file.
Data Structures | |
class | HalfFrequencyDomain |
Namespaces | |
namespace | ost |
namespace | ost::img |
namespace | ost::img::image_state |
Defines | |
#define | CONJPOINT(a) ((a)[2]==0 ?((a)[1]==0?(a)[0]>0:(a)[1]>0):(a)[2]>0) ? (a) : -(a) |
#define CONJPOINT | ( | a | ) | ((a)[2]==0 ?((a)[1]==0?(a)[0]>0:(a)[1]>0):(a)[2]>0) ? (a) : -(a) |
Definition at line 37 of file image_state_half_frequency_domain.hh.