core Package

core Package

equalizers Module

pyradar.core.equalizers.equalization_using_histogram(img)[source]
pyradar.core.equalizers.equalize_histogram(img, histogram, cfs)[source]

Equalize pixel values to [0:255].

pyradar.core.equalizers.naive_equalize_image(img, input_range, output_range)[source]

Convert numbers in the img from input_range to output_range. Parameters:

  • img: numpy array
  • input_range: (old_min, old_max)
  • output_range (new_min, new_max)
Return value:
  • A numpy array of the same dimensions of “img” with its contents range modified.

sar Module

Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.