PCL
|
This is the complete list of members for pcl::GenericImage< P >, including all inherited members.
Abs(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
AbsoluteDifference(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
AbsoluteValue(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
Add(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Add(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
AddAlphaChannel(sample *data=nullptr) | pcl::GenericImage< P > | inline |
Added(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
AllocateData(int width, int height, int numberOfChannels=1, color_space colorSpace=ColorSpace::Gray) | pcl::GenericImage< P > | inline |
AllocateData(const Rect &rect, int numberOfChannels=1, color_space colorSpace=ColorSpace::Gray) | pcl::GenericImage< P > | inline |
Allocator() const noexcept | pcl::GenericImage< P > | inline |
AlphaSize() const noexcept | pcl::GenericImage< P > | inline |
And(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
And(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Applied(T scalar, image_op op=ImageOp::Mov, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
Applied(const GenericImage< P1 > &image, image_op op=ImageOp::Mov, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
Applied(const ImageTransformation &transformation, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
Apply(T scalar, image_op op=ImageOp::Mov, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Apply(const GenericImage< P1 > &image, image_op op=ImageOp::Mov, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Apply(const ImageTransformation &transformation, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Assign(const GenericImage< P1 > &image, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
AvgDev(double center, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
BendMidvariance(double center, double beta=0.2, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
Binarize(T threshold, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Binarize(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Binarized(T threshold, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
Binarized(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
BitsPerSample() noexcept | pcl::GenericImage< P > | inlinestatic |
BiweightMidvariance(double center, double sigma, int k=9, bool reducedLength=false, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
Black(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Blend(const Bitmap &bitmap, const Point &point=Point(int_max), const Rect &rect=Rect(0)) | pcl::GenericImage< P > | inline |
Blended(const Bitmap &bitmap, const Point &point=Point(int_max), const Rect &rect=Rect(0)) const | pcl::GenericImage< P > | inline |
Bounds() const noexcept | pcl::ImageGeometry | inline |
BytesPerSample() noexcept | pcl::GenericImage< P > | inlinestatic |
CanPopSelections() const noexcept | pcl::AbstractImage | inline |
ChannelId(int c) const noexcept | pcl::ImageColor | inline |
ChannelSize() const noexcept | pcl::GenericImage< P > | inline |
Clip(pcl::GenericPoint< T > &p) const noexcept | pcl::ImageGeometry | inline |
Clip(T &x, T &y) const noexcept | pcl::ImageGeometry | inline |
Clip(pcl::GenericRectangle< T > &r) const noexcept | pcl::ImageGeometry | inline |
Clip(T &x0, T &y0, T &x1, T &y1) const noexcept | pcl::ImageGeometry | inline |
color_space typedef | pcl::GenericImage< P > | |
ColorSpace() const noexcept | pcl::ImageColor | inline |
ColumnVector(int x, int channel=-1) const | pcl::GenericImage< P > | inline |
ColVector(int x, int channel=0) const | pcl::GenericImage< P > | inline |
Compress(const Compression &compressor, const Rect &rect=Rect(0), int channel=-1, Compression::Performance *perf=nullptr) const | pcl::GenericImage< P > | inline |
Count(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
CreateAlphaChannels(int n) | pcl::GenericImage< P > | inline |
Crop(const GenericVector< T > &fillValues) | pcl::GenericImage< P > | inline |
Crop() | pcl::GenericImage< P > | inline |
CropBy(int left, int top, int right, int bottom, const GenericVector< T > &fillValues) | pcl::GenericImage< P > | inline |
CropBy(int left, int top, int right, int bottom) | pcl::GenericImage< P > | inline |
CropTo(const Rect &rect, const GenericVector< T > &fillValues) | pcl::GenericImage< P > | inline |
CropTo(const Rect &rect) | pcl::GenericImage< P > | inline |
CropTo(int x0, int y0, int x1, int y1, const GenericVector< T > &fillValues) | pcl::GenericImage< P > | inline |
CropTo(int x0, int y0, int x1, int y1) | pcl::GenericImage< P > | inline |
DefaultRGBWorkingSpace() noexcept | pcl::ImageColor | inlinestatic |
DeleteAlphaChannel(int channel) | pcl::GenericImage< P > | inline |
DeleteAlphaChannels() | pcl::GenericImage< P > | inline |
Dif(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Dif(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
DisableParallelProcessing(bool disable=true) noexcept | pcl::ParallelProcess | inline |
DisableRangeClipping(bool disableLow=true, bool disableHigh=true) const noexcept | pcl::AbstractImage | inline |
Div(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Div(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Divide(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Divide(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Divided(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
EnableParallelProcessing(bool enable=true, int maxProcessors=0) noexcept | pcl::ParallelProcess | inline |
EnableRangeClipping(bool enableLow=true, bool enableHigh=true) const noexcept | pcl::AbstractImage | inline |
EnsureLocal() | pcl::GenericImage< P > | inline |
EnsureUnique() | pcl::GenericImage< P > | inline |
Exchange(GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Fill(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Fill(const GenericVector< T > &values, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Filled(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
Filled(const GenericVector< T > &values, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
FirstSelectedChannel() const noexcept | pcl::AbstractImage | inline |
ForgetAlphaChannel(int channel) | pcl::GenericImage< P > | inline |
ForgetAlphaChannels() | pcl::GenericImage< P > | inline |
FreeData() | pcl::GenericImage< P > | inline |
GenericImage() | pcl::GenericImage< P > | inline |
GenericImage(const GenericImage &image) | pcl::GenericImage< P > | inline |
GenericImage(GenericImage &&image) | pcl::GenericImage< P > | inline |
GenericImage(const GenericImage< P1 > &image) | pcl::GenericImage< P > | inline |
GenericImage(const GenericImage< P1 > &image, const Rect &rect, int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
GenericImage(int width, int height, color_space colorSpace=ColorSpace::Gray) | pcl::GenericImage< P > | inline |
GenericImage(File &stream) | pcl::GenericImage< P > | inlineexplicit |
GenericImage(void *handle) | pcl::GenericImage< P > | inlineexplicit |
GenericImage(void *, int width, int height, color_space colorSpace=ColorSpace::Gray) | pcl::GenericImage< P > | inline |
GetColumn(T *buffer, int x, int channel=-1) const | pcl::GenericImage< P > | inline |
GetExtremePixelValues(sample &min, sample &max, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
GetExtremeSampleValues(T &min, T &max, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
GetIntensity(GenericImage< P1 > &I, const Rect &rect=Rect(0), int maxProcessors=0) const | pcl::GenericImage< P > | inline |
GetIntensity(ImageVariant &I, const Rect &rect=Rect(0), int maxProcessors=0) const | pcl::GenericImage< P > | inline |
GetLightness(GenericImage< P1 > &L, const Rect &rect=Rect(0), int maxProcessors=0) const | pcl::GenericImage< P > | inline |
GetLightness(ImageVariant &L, const Rect &rect=Rect(0), int maxProcessors=0) const | pcl::GenericImage< P > | inline |
GetLuminance(GenericImage< P1 > &Y, const Rect &rect=Rect(0), int maxProcessors=0) const | pcl::GenericImage< P > | inline |
GetLuminance(ImageVariant &Y, const Rect &rect=Rect(0), int maxProcessors=0) const | pcl::GenericImage< P > | inline |
GetRow(T *buffer, int y, int channel=-1) const | pcl::GenericImage< P > | inline |
GetSelectedChannelRange(int &c0, int &c1) const noexcept | pcl::AbstractImage | inline |
GetStatusCallback() const noexcept | pcl::AbstractImage | inline |
HasAlphaChannels() const noexcept | pcl::AbstractImage | inline |
Hash(int channel=-1, uint64 seed=0) const noexcept | pcl::GenericImage< P > | inline |
Hash32(int channel=-1, uint32 seed=0) const noexcept | pcl::GenericImage< P > | inline |
Hash64(int channel=-1, uint64 seed=0) const noexcept | pcl::GenericImage< P > | inline |
Height() const noexcept | pcl::ImageGeometry | inline |
image_op typedef | pcl::GenericImage< P > | |
ImageSize() const noexcept | pcl::GenericImage< P > | inline |
ImportData(sample **data, int width, int height, int numberOfChannels=1, color_space colorSpace=ColorSpace::Gray) | pcl::GenericImage< P > | inline |
Includes(const GenericPoint< T > &p) const noexcept | pcl::ImageGeometry | inline |
Includes(const GenericRectangle< T > &r) const noexcept | pcl::ImageGeometry | inline |
Includes(T x0, T y0, T x1, T y1) const noexcept | pcl::ImageGeometry | inline |
Includes(T x, T y) const noexcept | pcl::ImageGeometry | inline |
Intersects(const pcl::GenericRectangle< T > &r) const noexcept | pcl::ImageGeometry | inline |
Intersects(T x0, T y0, T x1, T y1) const noexcept | pcl::ImageGeometry | inline |
Invert(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Invert(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Inverted(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
Inverted(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
IsColor() const noexcept | pcl::ImageColor | inline |
IsCompletelySelected() const noexcept | pcl::AbstractImage | inline |
IsComplexSample() noexcept | pcl::GenericImage< P > | inlinestatic |
IsEmpty() const noexcept | pcl::ImageGeometry | inline |
IsEmptySelection() const noexcept | pcl::AbstractImage | inline |
IsFloatSample() noexcept | pcl::GenericImage< P > | inlinestatic |
IsFullSelection() const noexcept | pcl::AbstractImage | inline |
IsHighRangeClippingEnabled() const noexcept | pcl::AbstractImage | inline |
IsLowRangeClippingEnabled() const noexcept | pcl::AbstractImage | inline |
IsParallelProcessingEnabled() const noexcept | pcl::ParallelProcess | inline |
IsRangeClippingEnabled() const noexcept | pcl::AbstractImage | inline |
IsShared() const noexcept | pcl::GenericImage< P > | inline |
IsUnique() const noexcept | pcl::GenericImage< P > | inline |
IsValidChannelIndex(int c) const noexcept | pcl::ImageGeometry | inline |
LastChannel() const noexcept | pcl::ImageGeometry | inline |
LastSelectedChannel() const noexcept | pcl::AbstractImage | inline |
LineSize() const noexcept | pcl::GenericImage< P > | inline |
LocateExtremeSampleValues(int &xmin, int &ymin, T &min, int &xmax, int &ymax, T &max, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
LocateExtremeSampleValues(Point &pmin, T &min, Point &pmax, T &max, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
LocateMaximumPixelValue(int &xmax, int &ymax, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
LocateMaximumPixelValue(Point &pmax, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
LocateMaximumSampleValue(int &xmax, int &ymax, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
LocateMaximumSampleValue(Point &pmax, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
LocateMinimumPixelValue(int &xmin, int &ymin, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
LocateMinimumPixelValue(Point &pmin, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
LocateMinimumSampleValue(int &xmin, int &ymin, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
LocateMinimumSampleValue(Point &pmin, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
MAD(double center, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
Max(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Max(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Maximum(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
MaximumPixelValue(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
MaximumSampleValue(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
MaxProcessors() const noexcept | pcl::ParallelProcess | inline |
Mean(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
MeanOfSquares(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
Median(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
Min(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Min(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Minimum(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
MinimumPixelValue(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
MinimumSampleValue(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
Modulus(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
Mov(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Mov(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Move(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Move(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Mul(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Mul(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Multiplied(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
Multiply(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Multiply(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Nand(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Nand(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
NominalSize() const noexcept | pcl::GenericImage< P > | inline |
Nor(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Nor(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Norm(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
Normalize(T lowerBound, T upperBound, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Normalize(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Normalized(T lowerBound, T upperBound, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
Normalized(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
Norms(int maxDegree=2, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
Not(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
NumberOfAlphaChannels() const noexcept | pcl::AbstractImage | inline |
NumberOfAlphaSamples() const noexcept | pcl::AbstractImage | inline |
NumberOfChannels() const noexcept | pcl::ImageGeometry | inline |
NumberOfNominalChannels() const noexcept | pcl::AbstractImage | inline |
NumberOfNominalSamples() const noexcept | pcl::AbstractImage | inline |
NumberOfPixels() const noexcept | pcl::ImageGeometry | inline |
NumberOfSamples() const noexcept | pcl::ImageGeometry | inline |
NumberOfSelectedChannels() const noexcept | pcl::AbstractImage | inline |
NumberOfSelectedPixels() const noexcept | pcl::AbstractImage | inline |
NumberOfSelectedSamples() const noexcept | pcl::AbstractImage | inline |
NumberOfThreads(size_type count, int maxProcessors=0, size_type overheadLimit=16u) const noexcept | pcl::AbstractImage | inline |
NumberOfThreadsForRows(int rowCount=0, int rowWidth=0, int maxProcessors=0, size_type overheadLimitPx=1024u) const noexcept | pcl::AbstractImage | inline |
One(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
operator bool() const noexcept | pcl::GenericImage< P > | inline |
operator()(int x, int y, int channel=0) | pcl::GenericImage< P > | inline |
operator()(int x, int y, int channel=0) const noexcept | pcl::GenericImage< P > | inline |
operator()(const Point &p, int channel=0) | pcl::GenericImage< P > | inline |
operator()(const Point &p, int channel=0) const noexcept | pcl::GenericImage< P > | inline |
operator*() | pcl::GenericImage< P > | inline |
operator*() const noexcept | pcl::GenericImage< P > | inline |
operator*=(T scalar) | pcl::GenericImage< P > | inline |
operator*=(const GenericImage< P1 > &image) | pcl::GenericImage< P > | inline |
operator+=(T scalar) | pcl::GenericImage< P > | inline |
operator+=(const GenericImage< P1 > &image) | pcl::GenericImage< P > | inline |
operator-=(T scalar) | pcl::GenericImage< P > | inline |
operator-=(const GenericImage< P1 > &image) | pcl::GenericImage< P > | inline |
operator/=(T scalar) | pcl::GenericImage< P > | inline |
operator/=(const GenericImage< P1 > &image) | pcl::GenericImage< P > | inline |
operator=(const GenericImage< P1 > &image) | pcl::GenericImage< P > | inline |
operator=(const GenericImage &image) | pcl::GenericImage< P > | inline |
operator=(GenericImage &&image) | pcl::GenericImage< P > | inline |
operator=(sample scalar) | pcl::GenericImage< P > | inline |
pcl::ParallelProcess::operator=(const ParallelProcess &)=default | pcl::ParallelProcess | |
operator[](int channel) | pcl::GenericImage< P > | inline |
operator[](int channel) const noexcept | pcl::GenericImage< P > | inline |
operator^=(T scalar) | pcl::GenericImage< P > | inline |
operator^=(const GenericImage< P1 > &image) | pcl::GenericImage< P > | inline |
operator~() const | pcl::GenericImage< P > | inline |
OptimalThreadRows(int rowCount=0, int rowWidth=0, int maxProcessors=0, size_type overheadLimitPx=1024u) const noexcept | pcl::AbstractImage | inline |
Or(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Or(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
OrderStatistic(double k, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
ParallelProcess()=default | pcl::ParallelProcess | |
ParallelProcess(const ParallelProcess &)=default | pcl::ParallelProcess | |
ParseChannel(int &channel) const noexcept | pcl::AbstractImage | inline |
ParseRect(Rect &rect) const noexcept | pcl::AbstractImage | inline |
ParseSelection(Rect &rect, int &firstChannel, int &lastChannel) const noexcept | pcl::AbstractImage | inline |
ParseSelection(Rect &rect, int &channel) const noexcept | pcl::AbstractImage | inline |
Pixel(int x, int y, int channel=0) | pcl::GenericImage< P > | inline |
Pixel(int x, int y, int channel=0) const noexcept | pcl::GenericImage< P > | inline |
Pixel(const Point &p, int channel=0) | pcl::GenericImage< P > | inline |
Pixel(const Point &p, int channel=0) const noexcept | pcl::GenericImage< P > | inline |
pixel_allocator typedef | pcl::GenericImage< P > | |
pixel_traits typedef | pcl::GenericImage< P > | |
PixelAddress(int x, int y, int channel=0) | pcl::GenericImage< P > | inline |
PixelAddress(int x, int y, int channel=0) const noexcept | pcl::GenericImage< P > | inline |
PixelAddress(const Point &p, int channel=0) | pcl::GenericImage< P > | inline |
PixelAddress(const Point &p, int channel=0) const noexcept | pcl::GenericImage< P > | inline |
PixelData(int channel=0) | pcl::GenericImage< P > | inline |
PixelData(int channel=0) const noexcept | pcl::GenericImage< P > | inline |
PixelOffset(int x, int y) const noexcept | pcl::ImageGeometry | inline |
PopSelections() const | pcl::AbstractImage | inline |
Pow(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Pow(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
PushSelections() const | pcl::AbstractImage | inline |
Qn(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
Raise(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Raise(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Raised(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
RangeClipHigh() const noexcept | pcl::AbstractImage | inline |
RangeClipLow() const noexcept | pcl::AbstractImage | inline |
Read(File &file) | pcl::GenericImage< P > | inline |
Read(const String &filePath) | pcl::GenericImage< P > | inline |
ReleaseAlphaChannel(GenericImage &image, int channel) | pcl::GenericImage< P > | inline |
ReleaseData() | pcl::GenericImage< P > | inline |
Rescale(T lowerBound, T upperBound, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Rescale(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Rescaled(T lowerBound, T upperBound, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
Rescaled(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
ResetChannelRange() const noexcept | pcl::AbstractImage | inline |
ResetDefaultRGBWorkingSpace() | pcl::ImageColor | inlinestatic |
ResetPoint() const noexcept | pcl::AbstractImage | inline |
ResetRangeClipping() const noexcept | pcl::AbstractImage | inline |
ResetSelection() const noexcept | pcl::AbstractImage | inline |
ResetSelections() const noexcept | pcl::AbstractImage | inline |
RGBWorkingSpace() const noexcept | pcl::ImageColor | inline |
RowOffset(int y) const noexcept | pcl::ImageGeometry | inline |
RowVector(int y, int channel=-1) const | pcl::GenericImage< P > | inline |
RunThreads(ReferenceArray< thread > &threads, ThreadData &data, bool useAffinity=true) | pcl::AbstractImage | inlinestatic |
SameSampleType(const GenericImage< P1 > &image) const noexcept | pcl::GenericImage< P > | inline |
SameSampleType(const GenericImage &image) const noexcept | pcl::GenericImage< P > | inline |
sample typedef | pcl::GenericImage< P > | |
sample_array typedef | pcl::GenericImage< P > | |
sample_vector typedef | pcl::GenericImage< P > | |
ScanLine(int y, int channel=0) | pcl::GenericImage< P > | inline |
ScanLine(int y, int channel=0) const noexcept | pcl::GenericImage< P > | inline |
SelectAlphaChannels() const noexcept | pcl::AbstractImage | inline |
SelectChannel(int c) const noexcept | pcl::AbstractImage | inline |
SelectChannelRange(int c0, int c1) const noexcept | pcl::AbstractImage | inline |
SelectedChannel() const noexcept | pcl::AbstractImage | inline |
SelectedPoint() const noexcept | pcl::AbstractImage | inline |
SelectedRectangle() const noexcept | pcl::AbstractImage | inline |
selection_stack typedef | pcl::GenericImage< P > | |
Selections() const noexcept | pcl::AbstractImage | inline |
SelectNominalChannels() const noexcept | pcl::AbstractImage | inline |
SelectPoint(int x, int y) const noexcept | pcl::AbstractImage | inline |
SelectPoint(const Point &p) const noexcept | pcl::AbstractImage | inline |
SelectRectangle(int x0, int y0, int x1, int y1) const noexcept | pcl::AbstractImage | inline |
SelectRectangle(const Point &p0, const Point &p1) const noexcept | pcl::AbstractImage | inline |
SelectRectangle(const Rect &r) const noexcept | pcl::AbstractImage | inline |
SetAbsoluteDifference(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
SetAbsoluteDifference(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
SetAbsoluteValue(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
SetColorSpace(color_space colorSpace, int maxProcessors=0) | pcl::GenericImage< P > | inline |
SetColumn(const T *buffer, int x, int channel=-1) | pcl::GenericImage< P > | inline |
SetDefaultRGBWorkingSpace(const RGBColorSystem &RGBWS) | pcl::ImageColor | inlinestatic |
SetLightness(const GenericImage< P1 > &L, const Point &point=Point(int_max), const Rect &rect=Rect(0), int maxProcessors=0) | pcl::GenericImage< P > | inline |
SetLightness(const ImageVariant &L, const Point &point=Point(int_max), const Rect &rect=Rect(0), int maxProcessors=0) | pcl::GenericImage< P > | inline |
SetLuminance(const GenericImage< P1 > &Y, const Point &point=Point(int_max), const Rect &rect=Rect(0), int maxProcessors=0) | pcl::GenericImage< P > | inline |
SetLuminance(const ImageVariant &Y, const Point &point=Point(int_max), const Rect &rect=Rect(0), int maxProcessors=0) | pcl::GenericImage< P > | inline |
SetMaximum(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
SetMaximum(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
SetMaxProcessors(int maxProcessors) noexcept | pcl::ParallelProcess | inline |
SetMinimum(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
SetMinimum(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
SetRangeClipHigh(double clipHigh) const noexcept | pcl::AbstractImage | inline |
SetRangeClipLow(double clipLow) const noexcept | pcl::AbstractImage | inline |
SetRangeClipping(double clipLow, double clipHigh) const noexcept | pcl::AbstractImage | inline |
SetRGBWorkingSpace(const RGBColorSystem &RGBWS) override | pcl::GenericImage< P > | inlinevirtual |
SetRow(const T *buffer, int y, int channel=-1) | pcl::GenericImage< P > | inline |
SetStatusCallback(pcl::StatusCallback *callback) const noexcept | pcl::AbstractImage | inline |
Shift(const GenericVector< T > &fillValues) | pcl::GenericImage< P > | inline |
Shift() | pcl::GenericImage< P > | inline |
ShiftBy(int dx, int dy, const GenericVector< T > &fillValues) | pcl::GenericImage< P > | inline |
ShiftBy(int dx, int dy) | pcl::GenericImage< P > | inline |
ShiftTo(int x, int y, const GenericVector< T > &fillValues) | pcl::GenericImage< P > | inline |
ShiftTo(int x, int y) | pcl::GenericImage< P > | inline |
ShiftTo(const Point &p, const GenericVector< T > &fillValues) | pcl::GenericImage< P > | inline |
ShiftTo(const Point &p) | pcl::GenericImage< P > | inline |
ShiftToBottomLeft(int width, int height, const GenericVector< T > &fillValues) | pcl::GenericImage< P > | inline |
ShiftToBottomLeft(int width, int height) | pcl::GenericImage< P > | inline |
ShiftToBottomRight(int width, int height, const GenericVector< T > &fillValues) | pcl::GenericImage< P > | inline |
ShiftToBottomRight(int width, int height) | pcl::GenericImage< P > | inline |
ShiftToCenter(int width, int height, const GenericVector< T > &fillValues) | pcl::GenericImage< P > | inline |
ShiftToCenter(int width, int height) | pcl::GenericImage< P > | inline |
ShiftToTopLeft(int width, int height, const GenericVector< T > &fillValues) | pcl::GenericImage< P > | inline |
ShiftToTopLeft(int width, int height) | pcl::GenericImage< P > | inline |
ShiftToTopRight(int width, int height, const GenericVector< T > &fillValues) | pcl::GenericImage< P > | inline |
ShiftToTopRight(int width, int height) | pcl::GenericImage< P > | inline |
Sn(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
Status() const noexcept | pcl::AbstractImage | inline |
StatusCallback() const noexcept | pcl::AbstractImage | inline |
StdDev(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
Sub(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Sub(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Subtract(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Subtract(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Subtracted(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
SumOfSquares(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
Swap(GenericImage &x1, GenericImage &x2) noexcept | pcl::GenericImage< P > | friend |
pcl::ParallelProcess::Swap(ParallelProcess &process) noexcept | pcl::ParallelProcess | inline |
Transfer(GenericImage &image) | pcl::GenericImage< P > | inline |
Transfer(GenericImage &&image) | pcl::GenericImage< P > | inline |
Transform(BidirectionalImageTransformation &transform, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
Truncate(T lowerBound, T upperBound, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Truncate(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Truncated(T lowerBound, T upperBound, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
Truncated(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
TwoSidedAvgDev(double center, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
TwoSidedBiweightMidvariance(double center, const TwoSidedEstimate &sigma, int k=9, bool reducedLength=false, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
TwoSidedMAD(double center, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
Variance(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1, int maxProcessors=0) const | pcl::GenericImage< P > | inline |
White(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Width() const noexcept | pcl::ImageGeometry | inline |
Write(File &file, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
Write(const String &filePath, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) const | pcl::GenericImage< P > | inline |
Xchg(GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Xnor(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Xnor(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Xor(T scalar, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Xor(const GenericImage< P1 > &image, const Point &point=Point(int_max), int channel=-1, const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
Zero(const Rect &rect=Rect(0), int firstChannel=-1, int lastChannel=-1) | pcl::GenericImage< P > | inline |
~AbstractImage() override | pcl::AbstractImage | inline |
~GenericImage() override | pcl::GenericImage< P > | inline |
~ParallelProcess() | pcl::ParallelProcess | inlinevirtual |