WPILibC++  unspecified
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
ColorImage Member List

This is the complete list of members for ColorImage, including all inherited members.

_globalError (defined in ErrorBase)ErrorBaseprotectedstatic
_globalErrorMutex (defined in ErrorBase)ErrorBaseprotectedstatic
ClearError() const ErrorBasevirtual
CloneError(const ErrorBase &rhs) const (defined in ErrorBase)ErrorBasevirtual
ColorEqualize() (defined in ColorImage)ColorImage
ColorImage(ImageType type) (defined in ColorImage)ColorImage
ErrorBase()=default (defined in ErrorBase)ErrorBase
ErrorBase(const ErrorBase &)=delete (defined in ErrorBase)ErrorBase
GetBluePlane() (defined in ColorImage)ColorImage
GetError()ErrorBasevirtual
GetError() const (defined in ErrorBase)ErrorBasevirtual
GetGlobalError()ErrorBasestatic
GetGreenPlane() (defined in ColorImage)ColorImage
GetHeight()ImageBase
GetHSIHuePlane() (defined in ColorImage)ColorImage
GetHSISaturationPlane() (defined in ColorImage)ColorImage
GetHSLHuePlane() (defined in ColorImage)ColorImage
GetHSLSaturationPlane() (defined in ColorImage)ColorImage
GetHSVHuePlane() (defined in ColorImage)ColorImage
GetHSVSaturationPlane() (defined in ColorImage)ColorImage
GetImaqImage()ImageBase
GetIntensityPlane() (defined in ColorImage)ColorImage
GetLuminancePlane() (defined in ColorImage)ColorImage
GetRedPlane() (defined in ColorImage)ColorImage
GetValuePlane() (defined in ColorImage)ColorImage
GetWidth()ImageBase
ImageBase(ImageType type)ImageBase
LuminanceEqualize() (defined in ColorImage)ColorImage
m_error (defined in ErrorBase)ErrorBasemutableprotected
m_imaqImage (defined in ImageBase)ImageBaseprotected
operator=(const ErrorBase &)=delete (defined in ErrorBase)ErrorBase
ReplaceBluePlane(MonoImage *plane)ColorImage
ReplaceGreenPlane(MonoImage *plane)ColorImage
ReplaceHSIHuePlane(MonoImage *plane)ColorImage
ReplaceHSISaturationPlane(MonoImage *plane)ColorImage
ReplaceHSLHuePlane(MonoImage *plane)ColorImage
ReplaceHSLSaturationPlane(MonoImage *plane)ColorImage
ReplaceHSVHuePlane(MonoImage *plane)ColorImage
ReplaceHSVSaturationPlane(MonoImage *plane)ColorImage
ReplaceIntensityPlane(MonoImage *plane)ColorImage
ReplaceLuminancePlane(MonoImage *plane)ColorImage
ReplaceRedPlane(MonoImage *plane)ColorImage
ReplaceValuePlane(MonoImage *plane)ColorImage
SetErrnoError(llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const ErrorBasevirtual
SetError(Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const ErrorBasevirtual
SetGlobalError(Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) (defined in ErrorBase)ErrorBasestatic
SetGlobalWPIError(llvm::StringRef errorMessage, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) (defined in ErrorBase)ErrorBasestatic
SetImaqError(int success, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const ErrorBasevirtual
SetWPIError(llvm::StringRef errorMessage, Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const ErrorBasevirtual
StatusIsFatal() const ErrorBasevirtual
ThresholdHSI(int hueLow, int hueHigh, int saturationLow, int saturationHigh, int intensityLow, int intensityHigh)ColorImage
ThresholdHSI(Threshold &threshold)ColorImage
ThresholdHSL(int hueLow, int hueHigh, int saturationLow, int saturationHigh, int luminenceLow, int luminenceHigh)ColorImage
ThresholdHSL(Threshold &threshold)ColorImage
ThresholdHSV(int hueLow, int hueHigh, int saturationLow, int saturationHigh, int valueHigh, int valueLow)ColorImage
ThresholdHSV(Threshold &threshold)ColorImage
ThresholdRGB(int redLow, int redHigh, int greenLow, int greenHigh, int blueLow, int blueHigh)ColorImage
ThresholdRGB(Threshold &threshold)ColorImage
Write(const char *fileName)ImageBasevirtual
~ColorImage()=default (defined in ColorImage)ColorImagevirtual
~ErrorBase()=default (defined in ErrorBase)ErrorBasevirtual
~ImageBase()ImageBasevirtual