photographi_threshold_cull
Filter images by confidence threshold to separate low-quality photos into a rejects folder, keeping only images above the minimum confidence level.
Instructions
Binary threshold culling: moves images below min_confidence (default 0.6) to a 'rejects' subfolder. Images ABOVE the threshold stay in the original folder. Similar to photographi_cull_photographs, but uses a higher default threshold and 'rejects/' folder name for stricter filtering. Processes 100 images per call. Mode options: 'move', 'xmp', or 'both'.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | Absolute path to folder. | |
| min_confidence | No | ||
| mode | No | Action to perform: 'move' (files to subfolder), 'xmp' (sidecar tags only), or 'both'. | move |
| enable_subject_detection | No | ||
| limit | No | ||
| offset | No | ||
| fast_mode | No | Defaults to True (4-8x faster). Set to False for full-resolution 'Forensic Precision' mode (much slower on 40MP+ files). |