Expand description
Post-processing for DB (Differentiable Binarization) text detection models.
The DBPostProcess struct converts raw detection heatmaps into geometric
bounding boxes by thresholding, contour extraction, scoring, and optional
polygonal post-processing. Supporting functionality (bitmap extraction,
scoring, mask morphology) is split across helper modules within this
directory.
Structsยง
- DBPost
Process - Post-processor for DB (Differentiable Binarization) text detection models.
- DBPost
Process Config - Runtime configuration for DB post-processing.