Skip to main content
Ctrl+K

image-processing documentation

  • installation
  • usage
  • development
  • src
  • installation
  • usage
  • development
  • src

Section Navigation

  • image_processing package
  • src

src#

  • image_processing package
    • Submodules
    • image_processing.combination module
      • CombineFn
      • max_abs()
      • sum_of_abs()
      • sum_of_powers()
      • sum_of_squares()
    • image_processing.detector module
      • EdgeDetector
        • EdgeDetector.detect()
        • EdgeDetector.detect_batch()
    • image_processing.kernels module
      • BaseKernel
        • BaseKernel.build()
        • BaseKernel.kernels
        • BaseKernel.reset()
      • ElongatedMaskKernel
        • ElongatedMaskKernel.build()
    • image_processing.params module
      • BaseKernelParams
        • BaseKernelParams.kernel_half_size
        • BaseKernelParams.n_angles
      • ElongatedMaskParams
        • ElongatedMaskParams.length_falloff
        • ElongatedMaskParams.stripe_half_length
        • ElongatedMaskParams.stripe_half_width
        • ElongatedMaskParams.width_falloff
    • Module contents
      • Quick start
      • Customising the kernel
      • Extending with a custom kernel
      • Public API
      • BaseKernel
        • BaseKernel.build()
        • BaseKernel.kernels
        • BaseKernel.reset()
      • BaseKernelParams
        • BaseKernelParams.kernel_half_size
        • BaseKernelParams.n_angles
      • CombineFn
      • EdgeDetector
        • EdgeDetector.detect()
        • EdgeDetector.detect_batch()
      • ElongatedMaskKernel
        • ElongatedMaskKernel.build()
      • ElongatedMaskParams
        • ElongatedMaskParams.length_falloff
        • ElongatedMaskParams.stripe_half_length
        • ElongatedMaskParams.stripe_half_width
        • ElongatedMaskParams.width_falloff
      • max_abs()
      • sum_of_abs()
      • sum_of_powers()
      • sum_of_squares()

previous

development

next

image_processing package

Show Source

© Copyright 2026, Hajbel Bence.

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.19.0.