pub fn register_transform_with_detection<C>(
custom: C,
) -> (&'static mut C, Transform)where
C: CustomTransform + DetectionTransform,Expand description
Registers a custom transform with the detection capability.
pub fn register_transform_with_detection<C>(
custom: C,
) -> (&'static mut C, Transform)where
C: CustomTransform + DetectionTransform,Registers a custom transform with the detection capability.