gitlab.com topics: filtering
hellebore-technologies/table-stream
Table Stream is a complete solution for building tables capable of handling millions of rows with powerful filtering and sorting capabilities. It's composed of a React components library and C# libraries for server side filtering and sorting.
Last synced at: about 1 month ago - Stars: 0 - Forks: 1
fluorite/strainer
Clean & extensible Sorting, Filtering, and Pagination for ASP.NET Core
Last synced at: about 1 month ago - Stars: 0 - Forks: 1

joule-platform/fractalworks-telco-example
Set of streaming examples implemented using the FractalWorks Joule platform inspired by telco experience.
Last synced at: over 1 year ago - Stars: 1 - Forks: 0

sick-appspace/samples/Visionary_AP_DynamicMode
Implement the dynamic filter and see the results Topics: #filtering #visionary #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 0 - Forks: 0
sick-appspace/samples/ParticleFilter
Applying particle filter on scans read from a file Topics: #algorithm #scan #filtering #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 0 - Forks: 0
sick-appspace/samples/MovingAveragingFilter
Demonstration of applying MovingAveragingFilter on scan data. Topics: #algorithm #scan #filtering #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 0 - Forks: 0
sick-appspace/samples/MedianFilterFlows
Applying a median filter to Scan data retrieved from file. This sample uses the flow approach. Topics: #algorithm #scan #filtering #flow #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 0 - Forks: 0
sick-appspace/samples/MedianFilter
Applying median filter on scans read from a file Topics: #algorithm #scan #filtering #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 0 - Forks: 0
sick-appspace/samples/MeanFilter
Applying mean filter and echo filter on scans read from a file Topics: #algorithm #scan #filtering #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 0 - Forks: 0
sick-appspace/samples/EdgeHitFilter
Applying edge hit filter on scans read from a file. Topics: #algorithm #scan #filtering #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 0 - Forks: 0
sick-appspace/samples/EchoFilter
Applying echo filter on scans read from a file. Topics: #algorithm #scan #filtering #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 0 - Forks: 0
sick-appspace/samples/BackgroundFilter
Apply background filter on scans read from a file Topics: #algorithm #scan #filtering #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 0 - Forks: 0
sick-appspace/samples/ThresholdCompareMorphology
Segmenting objects by threshold/compare to background and removing noise with morphology operations. Topics: #algorithm #image-2d #filtering #arithmetic #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 1 - Forks: 1
sick-appspace/samples/SobelMagnitude
Extracting edges in image, including edge strength information. Topics: #algorithm #image-2d #filtering #arithmetic #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 1 - Forks: 1
sick-appspace/samples/Morphology3D
Applying Morphology filter on a 3D image. Topics: #algorithm #image-3d #filtering #arithmetic #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 1 - Forks: 1
sick-appspace/samples/Median3D
Applying Median filter on a 3D image. Topics: #algorithm #image-3d #filtering #arithmetic #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 1 - Forks: 1
sick-appspace/samples/Median
Removing salt/pepper noise by applying median filter. Topics: #algorithm #image-2d #filtering #arithmetic #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 1 - Forks: 1
sick-appspace/samples/Invert
Inverting image, bright becomes dark and vice versa. Topics: #algorithm #image-2d #filtering #arithmetic #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 1 - Forks: 1
sick-appspace/samples/GrowRegion
Obtaining the region of an object by starting on a seed region within the object and expanding it. Topics: #algorithm #image-2d #filtering #arithmetic #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 1 - Forks: 1
sick-appspace/samples/Gauss3D
Applying Gauss filter on a 3D image. Topics: #algorithm #image-3d #filtering #arithmetic #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 1 - Forks: 1
sick-appspace/samples/Flatness
Measuring the flatness in an image and obtaining a region where the image is flat. Topics: #algorithm #image-2d #filtering #arithmetic #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 0 - Forks: 0
sick-appspace/samples/Deshading
Deshading images based on "white paper" reference image containing shading. Topics: #algorithm #image-2d #filtering #arithmetic #sample #sick-appspace
Last synced at: about 2 years ago - Stars: 1 - Forks: 1
sick-appspace/samples/BackgroundModelAnomalyDetection
Use the Image.BackgroundModel functionality to detect anomalies. The background model is created from images of objects with no defects, and then run on images of objects with and without defects. Topics: #Algorithm #Image-2D #Filtering #Arithmetic #Sample #SICK-AppSpace
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
sick-appspace/samples/CropRectify
Cropping and rectifying a region of an input image. Topics: #Algorithm #Image-2D #Filtering #Arithmetic #Sample #SICK-AppSpace
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
mateusz.mironiuk.programming/filterable-dataclass
Simple, easy applicable filters for python objects. Compatible with python 3.6 and dataclasses
Last synced at: over 2 years ago - Stars: 0 - Forks: 0

sick-appspace/samples/CombineFilters3D
Combining Median and Gauss filter on a 3D image Topics: #Algorithm #Image-3D #Filtering #Arithmetic #Sample #SICK-AppSpace
Last synced at: over 2 years ago - Stars: 1 - Forks: 1
sick-appspace/samples/Canny
Extraction of edges in image, both strong and weak. Topics: #Algorithm #Image-2D #Filtering #Arithmetic #Sample #SICK-AppSpace
Last synced at: over 2 years ago - Stars: 1 - Forks: 1
sick-appspace/samples/Blur3D
Filtering a 3D image with blur filter. Topics: #Algorithm #Image-3D #Filtering #Arithmetic #Sample #SICK-AppSpace
Last synced at: over 2 years ago - Stars: 1 - Forks: 1
sick-appspace/samples/BinarizeAdaptive
Binarization of unevenly illuminated features with an adaptive, local threshold. Topics: #Algorithm #Image-2D #Filtering #Arithmetic #Sample #SICK-AppSpace
Last synced at: over 2 years ago - Stars: 1 - Forks: 1
sick-appspace/samples/Binarize
Binarization of image with a global threshold. Topics: #Algorithm #Image-2D #Filtering #Arithmetic #Sample #SICK-AppSpace
Last synced at: over 2 years ago - Stars: 1 - Forks: 1
sick-appspace/samples/BackgroundModel3D
Use the Image.BackgroundModel functionality to detect objects that are entering a scene or changing in appearance. Topics: #Algorithm #Image-3D #Filtering #Arithmetic #Sample #SICK-AppSpace
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
sick-appspace/samples/BackgroundModel
Use the Image.BackgroundModel functionality to detect objects that are entering a scene or changing in appearance. Topics: #Algorithm #Image-2D #Filtering #Arithmetic #Sample #SICK-AppSpace
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
sjsepan/TextDataMerge
Desktop app that allows the definition of sort, filter, merge, and collate functions to be performed on columns of text in text files.
Last synced at: about 2 years ago - Stars: 0 - Forks: 0
dimensi0n/filtrify
🚀 The next generation filtering service ✅ https://www.filtrify.xyz
Last synced at: over 2 years ago - Stars: 3 - Forks: 0

mc706/predicate
A Python package that allows users to use django queryset filtering expressions to build complex predicate functions for native python `filter`
Last synced at: about 2 months ago - Stars: 0 - Forks: 0

mechmotum/row_filter_paper
Source files for "Adaptive smartphone-based sensor fusion for estimating competitive rowing kinematic metrics". This is a clone of the Overleaf project https://www.overleaf.com/1182623261hnfgrxdnzfny
Last synced at: over 2 years ago - Stars: 3 - Forks: 1
SumNeuron/cnf
Conjunctive Normal Form for python3
Last synced at: about 2 months ago - Stars: 0 - Forks: 0