Skip to content

flash_pair

flash_pair #

A flash / no-flash image pair.

FlashPair #

Bases: Struct

A flash and no-flash image captured back to back at the same framing.

Source code in capturegraph-lib/capturegraph/types/compositions/flash_pair.py
class FlashPair(Struct):
    """A flash and no-flash image captured back to back at the same framing."""

    flash: Image
    no_flash: Image