Guest User

Untitled

a guest
Apr 3rd, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1.  
  2. ; 35-50; 45-60, 55-70, 65-80, 75-90
  3. char_analysis_min_pct = 0.35
  4. char_analysis_height_range = 0.15
  5. char_analysis_height_step_size = 0.10
  6. char_analysis_height_num_steps = 5
  7.  
  8. segmentation_min_speckle_height_percent = 0.15
  9. segmentation_min_box_width_px = 4
  10. segmentation_min_charheight_percent = 0.2
  11. segmentation_max_segment_width_percent_vs_average = 2.0
  12.  
  13. plate_width_mm = 520
  14. plate_height_mm = 110
  15.  
  16. multiline = 0
  17.  
  18. char_height_mm = 80
  19. char_width_mm = 43
  20. char_whitespace_top_mm = 10
  21. char_whitespace_bot_mm = 10
  22.  
  23. template_max_width_px = 184
  24. template_max_height_px = 46
  25.  
  26. ; Higher sensitivity means less lines
  27. plateline_sensitivity_vertical = 18
  28. plateline_sensitivity_horizontal = 55
  29.  
  30. ; Regions smaller than this will be disqualified
  31. min_plate_size_width_px = 100
  32. min_plate_size_height_px = 20
  33.  
  34. ; Results with fewer or more characters will be discarded
  35. postprocess_min_characters = 7
  36. postprocess_max_characters = 7
  37.  
  38. detector_file = eu.xml
  39.  
  40. ocr_language = lkr
  41.  
  42. ; Override for postprocess letters/numbers regex.
  43. postprocess_regex_letters = \pL
  44. postprocess_regex_numbers = [0-9]
  45.  
  46. ; Whether the plate is always dark letters on light background, light letters on dark background, or both
  47. ; value can be either always, never, or auto
  48. invert = auto
Advertisement
Add Comment
Please, Sign In to add comment