PCL
|
#include <pcl/Defs.h>
#include <pcl/Array.h>
#include <pcl/ImageColor.h>
#include <pcl/ImageGeometry.h>
#include <pcl/ImageSelections.h>
#include <pcl/Mutex.h>
#include <pcl/ParallelProcess.h>
#include <pcl/ReferenceArray.h>
#include <pcl/StatusMonitor.h>
#include <pcl/Thread.h>
Go to the source code of this file.
Classes | |
class | pcl::AbstractImage |
Base class of all two-dimensional images in PCL. More... | |
struct | pcl::AbstractImage::ThreadData |
Thread synchronization data for status monitoring of parallel image processing tasks. More... | |
Namespaces | |
pcl | |
PCL root namespace. | |
Macros | |
#define | INIT_THREAD_MONITOR() size_type ___n___ = 0, ___n1___ = 0; |
Declares and initializes local variables used for synchronization of thread status monitoring. More... | |
#define | UPDATE_THREAD_MONITOR(N) |
Synchronized status monitoring of a set of image processing threads. More... | |
#define | UPDATE_THREAD_MONITOR_CHUNK(N, chunkSize) |
Synchronized status monitoring of a set of image processing threads. More... | |