![]() |
Orfeo Toolbox
3.16
|
Small utilities class used for buffer conversion with EDISON standard. This class handles buffer conversion when pixel type is scalar. More...
#include <otbMeanShiftImageFilter.h>
Static Public Member Functions | |
| template<class TPixel > | |
| static void | FloatArrayToPixel (const float *data, unsigned int index, TPixel &pixel, const unsigned int, double scale) |
| template<class TPixel > | |
| static void | PixelToFloatArray (float *data, unsigned int index, const TPixel &pixel, double scale) |
Small utilities class used for buffer conversion with EDISON standard. This class handles buffer conversion when pixel type is scalar.
Definition at line 39 of file otbMeanShiftImageFilter.h.
|
inlinestatic |
Fill the pixel with the float array values at index, using nbComp values scaled by scale.
Definition at line 47 of file otbMeanShiftImageFilter.h.
|
inlinestatic |
Fill the float array data with the pixel values at index, using nbComp values scaled by scale.
Definition at line 57 of file otbMeanShiftImageFilter.h.