TuttleOFX
1
|
#include "ColorCubeViewerDefinitions.hpp"
#include "GeodesicForm.hpp"
#include "SelectionAverage.hpp"
#include <tuttle/plugin/memory/OfxAllocator.hpp>
#include <boost/gil/channel_algorithm.hpp>
#include <terry/numeric/operations.hpp>
#include <terry/numeric/assign.hpp>
#include <boost/foreach.hpp>
#include <vector>
#include <set>
Go to the source code of this file.
Data Structures | |
struct | tuttle::plugin::colorCubeViewer::pixel_is_lesser_t< PixelRef1, PixelRef2 > |
struct | tuttle::plugin::colorCubeViewer::Pixel_copy |
struct | tuttle::plugin::colorCubeViewer::Pixel_copy_discretization< Pixel > |
class | tuttle::plugin::colorCubeViewer::CloudPointData |
class | tuttle::plugin::colorCubeViewer::CloudPointData::VBO |
Namespaces | |
namespace | tuttle |
This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring. | |
namespace | tuttle::plugin |
namespace | tuttle::plugin::colorCubeViewer |
Typedefs | |
typedef std::vector< float, OfxAllocator< float > > | tuttle::plugin::colorCubeViewer::DataVector |
typedef boost::gil::rgba32f_view_t | tuttle::plugin::colorCubeViewer::SView |
typedef boost::gil::rgba32f_pixel_t | tuttle::plugin::colorCubeViewer::SPixel |