PCL
pcl::Thread::PerformanceAnalysisData Struct Reference

Working parameters for performance analysis thread optimization. More...

#include <Thread.h>

Public Attributes

performance_analysis_algorithm algorithm = PerformanceAnalysisAlgorithm::Unknown
 Thread performance analysis algorithm.
 
bool floatingPoint = true
 True when processing floating point data; false when processing integers.
 
int height = 0
 Height in pixels of the image region to be processed.
 
int itemSize = 4
 Size of a processed item in bytes.
 
int kernelSize = 0
 Kernel size in pixels. Applicable to convolutions and morphological transformations.
 
size_type length = 0
 Total number of items to be processed.
 
size_type minimumLength = 1
 Minimum number of items per thread.
 
size_type overheadLimit = 1
 Minimum number of items per thread. Used when no performance analysis data is available.
 
int width = 0
 Width in pixels of the image region to be processed.
 

Detailed Description


The documentation for this struct was generated from the following file: