Skip to content
William Giang edited this page Jun 3, 2023 · 54 revisions

WARNING:

This page is updated infrequently, and does not always reflect our current top priorities. Please refer to the Feature request issue tag instead.

Before adding a new feature, please discuss it on the developer forum first.

Administrative and web

  • Port website to Hugo (ask Stéfan for details)
  • Get interactive gallery running again
  • Add survey to website (see e.g. https://getsitecontrol.com/)

Implement Algorithms

Drawing (directly on an ndarray)

Adapt existing code for use

These snippets and packages have already been written. Some need to be modified to work as part of the scikit, others may be lacking in documentation or tests.

  • 2D image warping via thin-plate splines [ask Zach Pincus]

Rework linear filters

  • Should take kernel or function for parameter (currently only takes function)
  • Kernel shape should be specifiable (currently defaults to image shape)
  • Fast, SSE2 convolution (see prototype in pull requests) [let's see where LLVM + GPU frameworks go]
  • Correlation with sparse kernels

docs

  • Finish up interactive Docker gallery
  • Add examples to the gallery
  • Write topics for the user guide.