Skip to content

Modules

Overview

FEZrs embraces the "simple yet powerful" design principle.

Most tools in this library share a unified structure and can be used in a similar way — this makes learning and using FEZrs extremely easy and intuitive.

These modules serve as core calculators for the main tool categories like:

  • change_detection
  • clustering
  • filters
  • glcm
  • hsv
  • image_enhancement
  • import_tools
  • mosaic
  • pca
  • spectral_indices
  • spectral_profile
  • svm

Each module is accessible directly and can be plugged into custom workflows or pipelines built on BaseTool.


Module Table

ModuleInput BandsParametersDescriptionTool Category
KMeansCalculator1–Nn_clusters, init, max_iterApplies K-Means clusteringClustering
GuassianCalculator1kernel_size, sigmaGaussian blur filterFilters
LaplacianCalculator1ksizeEdge detection via Laplacian operatorFilters
MeanCalculator1kernel_sizeMean (box) filterFilters
MedianCalculator1kernel_sizeMedian noise reductionFilters
SobelCalculator1dx, dy, ksizeSobel edge detectorFilters
GLCMCalculator1distances, angles, propertiesTexture extraction (GLCM)GLCM
HSVCalculatorRGBConverts RGB to HSVHSV
IRHSVCalculatorIR, R, GAlternative HSV calc with IRHSV
AdaptiveCalculator1clip_limit, tile_grid_sizeAdaptive histogram equalizationImage Enhancement
AdaptiveRGBCalculatorRGBsame as aboveAdaptive hist. for RGB imagesImage Enhancement
EqualizeCalculator1Global histogram equalizationImage Enhancement
EqualizeRGBCalculatorRGBEqualization for RGBImage Enhancement
FloatCalculator1Converts bands to float32Image Enhancement
GammaCalculator1gammaGamma correctionImage Enhancement
GammaRGBCalculatorRGBgammaGamma correction for RGBImage Enhancement
LogAdjustCalculator1gainLogarithmic brightness adjustImage Enhancement
OriginalCalculator1Returns unmodified inputImage Enhancement
OriginalRGBCalculatorRGBReturns RGB input unchangedImage Enhancement
SigmoidAdjustCalculator1gain, cutoffSigmoid contrast adjustmentImage Enhancement
PCACalculatorNn_componentsPrincipal Component AnalysisPCA
AFVICalculatorNIR, Red, BlueCalculates AFVI indexSpectral Indices
BICalculatorSWIR1, SWIR2Brightness IndexSpectral Indices
NDVICalculatorNIR, RedNDVI vegetation indexSpectral Indices
NDWICalculatorGreen, NIRNDWI water indexSpectral Indices
SAVICalculatorNIR, RedLSoil Adjusted Vegetation IndexSpectral Indices
UICalculatorBlue, RedUrban IndexSpectral Indices
SpectralProfileCalculatorNpixels, wavelengthsExtracts spectral signatureSpectral Profile

Built with VitePress