Filter
- class tools.manual.detected_faces.Filter(detected_faces: DetectedFaces)
Bases:
objectReturns stats and frames for filtered frames based on the user selected navigation mode filter.
- Parameters:
detected_faces (DetectedFaces) – The parent
DetectedFacesobject
Attributes Summary
The number of frames that meet the filter criteria returned by
get().Trueif the current frame meets the selected filter criteria otherwiseFalse.The list of frame indices that meet the filter criteria returned by
get().The frame and face indices that meet the current filter criteria for each displayed face.
Attributes Documentation
- count
The number of frames that meet the filter criteria returned by
get().
- frame_meets_criteria
Trueif the current frame meets the selected filter criteria otherwiseFalse.
- frames_list
The list of frame indices that meet the filter criteria returned by
get().
- raw_indices
The frame and face indices that meet the current filter criteria for each displayed face.
- property count: int
The number of frames that meet the filter criteria returned by
get().
- property frame_meets_criteria: bool
Trueif the current frame meets the selected filter criteria otherwiseFalse.
- property frames_list: list[int]
The list of frame indices that meet the filter criteria returned by
get().
- property raw_indices: dict[Literal['frame', 'face'], list[int]]
The frame and face indices that meet the current filter criteria for each displayed face.