20250701
This commit is contained in:
21
config/defaut_config.json
Normal file
21
config/defaut_config.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user