Skip to content

misc.unsharp_opencl: use OpenCLProcessing from nabu

Pierre Paleo requested to merge fix_419 into master

About

Use nabu's OpenCLProcessing instead of the one from silx.

This does not completely solve the "many contexts creation", however, because silx.opencl.convolution is still used.

Close #419 (closed)

To do

  • Switch to nabu.opencl.processing for baking OpenCLUnsharpMask
  • Adapt Unit tests
  • Adapt pipelines
  • End-to-end reconstruction test - not used in pipeline yet
Edited by Pierre Paleo

Merge request reports