PCL
Image.h File Reference
#include <pcl/Defs.h>
#include <pcl/Diagnostics.h>
#include <pcl/AbstractImage.h>
#include <pcl/AutoLock.h>
#include <pcl/Complex.h>
#include <pcl/Compression.h>
#include <pcl/File.h>
#include <pcl/Mutex.h>
#include <pcl/PixelAllocator.h>
#include <pcl/PixelTraits.h>
#include <pcl/ReferenceArray.h>
#include <pcl/Vector.h>
#include <pcl/Bitmap.h>
#include <pcl/Color.h>
#include <pcl/ImageVariant.h>

Go to the source code of this file.

Classes

class  pcl::GenericImage< P >
 Implements a generic, two-dimensional, shared or local image. More...
 
class  pcl::GenericImage< P >::const_filter_pixel_iterator< F >
 Immutable filter pixel iterator. More...
 
class  pcl::GenericImage< P >::const_filter_sample_iterator< F >
 Immutable filter pixel sample iterator. More...
 
class  pcl::GenericImage< P >::const_pixel_iterator
 Immutable pixel iterator. More...
 
class  pcl::GenericImage< P >::const_roi_filter_pixel_iterator< F >
 Immutable region-of-interest, filter pixel iterator. More...
 
class  pcl::GenericImage< P >::const_roi_filter_sample_iterator< F >
 Immutable region-of-interest, filter pixel sample iterator. More...
 
class  pcl::GenericImage< P >::const_roi_pixel_iterator
 Immutable region-of-interest pixel iterator. More...
 
class  pcl::GenericImage< P >::const_roi_sample_iterator
 Immutable region-of-interest pixel sample iterator. More...
 
class  pcl::GenericImage< P >::const_sample_iterator
 Immutable pixel sample iterator. More...
 
class  pcl::GenericImage< P >::filter_pixel_iterator< F >
 Mutable filter pixel iterator. More...
 
class  pcl::GenericImage< P >::filter_sample_iterator< F >
 Mutable filter pixel sample iterator. More...
 
class  pcl::GenericImage< P >::pixel_iterator
 Mutable pixel iterator. More...
 
class  pcl::GenericImage< P >::roi_filter_pixel_iterator< F >
 Mutable region-of-interest, filter pixel iterator. More...
 
class  pcl::GenericImage< P >::roi_filter_sample_iterator< F >
 Mutable region-of-interest, filter pixel sample iterator. More...
 
class  pcl::GenericImage< P >::roi_pixel_iterator
 Mutable region-of-interest pixel iterator. More...
 
class  pcl::GenericImage< P >::roi_sample_iterator
 Mutable region-of-interest pixel sample iterator. More...
 
class  pcl::GenericImage< P >::sample_iterator
 Mutable pixel sample iterator. More...
 

Namespaces

 pcl
 PCL root namespace.
 
 pcl::ImageOp
 Arithmetic, bitwise logical and pixel composition operations.
 

Functions

String pcl::ImageOp::Id (value_type operation)
 
bool pcl::ImageOp::IsArithmeticOperator (int op) noexcept
 
bool pcl::ImageOp::IsBitwiseLogicalOperator (int op) noexcept
 
bool pcl::ImageOp::IsMoveOperator (int op) noexcept
 
bool pcl::ImageOp::IsPixelCompositionOperator (int op) noexcept
 
template<class P , typename T >
GenericImage< P > pcl::operator* (const GenericImage< P > &image, T scalar)
 
template<class P1 , class P2 >
GenericImage< P1 > pcl::operator* (const GenericImage< P1 > &image1, const GenericImage< P2 > &image2)
 
template<class P , typename T >
GenericImage< P > pcl::operator* (T scalar, const GenericImage< P > &image)
 
template<class P , typename T >
GenericImage< P > pcl::operator+ (const GenericImage< P > &image, T scalar)
 
template<class P1 , class P2 >
GenericImage< P1 > pcl::operator+ (const GenericImage< P1 > &image1, const GenericImage< P2 > &image2)
 
template<class P , typename T >
GenericImage< P > pcl::operator+ (T scalar, const GenericImage< P > &image)
 
template<class P , typename T >
GenericImage< P > pcl::operator- (const GenericImage< P > &image, T scalar)
 
template<class P1 , class P2 >
GenericImage< P1 > pcl::operator- (const GenericImage< P1 > &image1, const GenericImage< P2 > &image2)
 
template<class P , typename T >
GenericImage< P > pcl::operator/ (const GenericImage< P > &image, T scalar)
 
template<class P1 , class P2 >
GenericImage< P1 > pcl::operator/ (const GenericImage< P1 > &image1, const GenericImage< P2 > &image2)
 
template<class P , typename T >
GenericImage< P > pcl::operator^ (const GenericImage< P > &image, T scalar)
 
template<class P1 , class P2 >
GenericImage< P1 > pcl::operator^ (const GenericImage< P1 > &image1, const GenericImage< P2 > &image2)