Skip to content

Draft: feat(scribo: line_detector): add slope parameters

Philippe requested to merge 105-slope-parameters into next

Related to #105

Allow detection of signals in an image: Input: image

Parameters:

  • Last observation tracking
  • Horizontal traversal only
  • Large change of thickness (slope_max = 90 / default_sigma_thickness = 999 / default_sigma_position = 999

Output:

  • pixel :image
  • vector : image

Merge request reports