image_functions

Preprocessing functions for single images

In this module image processing functions for single images are grouped as well as helper functions.

Functions

detect_changes_division(img1, img2[, ...])

Detect the changes between two images by division.

detect_changes_subtraction(img1, img2[, ...])

Simple change detection by image subtracting.

scale_to(x[, x_min, x_max])

Linear scaling to new range of values.