![]() |
Orfeo Toolbox
3.16
|
#include <otbMeanShiftVectorImageFilter.h>
Static Public Member Functions | |
| template<class TPixel > | |
| static void | FloatArrayToPixel (const float *data, unsigned int index, TPixel &pixel, const unsigned int nbComp, double scale) |
| template<class TPixel > | |
| static void | PixelToFloatArray (float *data, unsigned int index, const TPixel &pixel, double scale) |
Definition at line 33 of file otbMeanShiftVectorImageFilter.h.
|
inlinestatic |
Fill the pixel with the float array values at index, using nbComp values scaled by scale.
Definition at line 39 of file otbMeanShiftVectorImageFilter.h.
|
inlinestatic |
Fill the float array data with the pixel values at index, using nbComp values scaled by scale.
Definition at line 54 of file otbMeanShiftVectorImageFilter.h.