Expand description
Corner detection utilities built on top of the dense ChESS response map.
Functionsยง
- detect_
corners_ from_ response - Core detector: run NMS + refinement on an existing response map.
- detect_
corners_ from_ response_ with_ refiner - Detector variant that accepts a user-provided refiner implementation.
- find_
corners_ u8 - Compute corners starting from an 8-bit grayscale image.
- find_
corners_ u8_ with_ refiner - Compute corners starting from an 8-bit grayscale image using a custom refiner.
- merge_
corners_ simple - Merge corners within a given radius, keeping the strongest response.