Files
test/config/defaut_config.json
2025-07-01 17:42:33 +08:00

21 lines
463 B
JSON

{
"inpaint_radius": 5,
"inpaint_algorithm": 0,
"dilate_size": 3,
"use_adaptive_mask": true,
"text_threshold": 180,
"min_text_area": 100,
"text_color_range": [
[50, 50, 50],
[180, 180, 180]
],
"stamp_color_range": [
[0, 0, 100],
[100, 100, 255]
],
"saliency_threshold": 0.5,
"edge_threshold": 100,
"use_mser": true,
"use_color_filter": true,
"use_texture_analysis": true
}