Skip to content

Image Processing Algorithms

Olzhas Zhumabek edited this page Jan 31, 2020 · 19 revisions

Overview

List of image processing algorithms:already implemented and offered by GIL and those not yet implemented but of interest of GIL users and developers. The list is open to all image processing algorithms, from basic and classic through to complex and modern, from old and sub-optimal through specialised, optimal or parallel-friendly.

Please, feel free to add name of your favourite algorithm to the wish list and if possible, also title/link to paper or description of the algorithm and any materials that useful for developers interested in implementing it, marking with:

  • ✔️ algorithms implemented by GIL with corresponding pull request number in the PR column
  • ❌ algorithms not yet implemented or accepted to GIL

Algorithms

? Algorithm PR Notes
✔️ Binary Threshold #313 Truncation modes: threshold, zero
✔️ Inverse Binary Threshold #313 Truncation modes: threshold, zero
✔️ Mean Adaptive Threshold #341
✔️ Gaussian Adaptive Threshold #379
✔️ Otsu's Threshold #314
✔️ 2D convolution and 2D kernel #361 #367
✔️ Box-filter #383
✔️ Blur filter #383
✔️ Boundary extension algorithm #386
✔️ Lanczos scaling #309
✔️ 1st degree mean and Gaussian kernels #342
✔️ 1st and 0th degree Scharr and Sobel kernels #392
✔️ Harris affine region detector #350 Fixes applied in #392
✔️ Hessian affine region detector #364 Fixes applied in #392
Triangle method threshold ImageJ triangle algorithm for threshold
K-Means clustering
Octree Algorithm
Morphological Algos Boundary Extraction, Hole Filling, Thinning and Thickening
... ... ...
Clone this wiki locally