module documentation
Provide functionality to detect if the camera is imaging sample or background.
An example background image is captured by the camera and sent to classes in the module for analysis. Information from these images is used to detect whether an image from the current camera field of view contains sample.
| Class | |
The base class for defining background detect algorithms. |
| Class | |
Compare the standard deviations of the LUV channels in a grid to background data. |
| Class | |
Compare images with a known background in LUV colourspace. |
| Exception | |
An error raised if a channel has no measured standard deviation. |
| Exception | |
An error raised if checking for sample without background data set. |
| Type Variable | |
Undocumented |
| Type Variable | |
Undocumented |
| Function | _chunked |
Split image into a grid and calculate std of each channel in each chunk. |