Home > Blockchain >  Darking image lines using OpenCV
Darking image lines using OpenCV

Time:01-07

How can the gridlines in the image below be blackened using OpenCV so that they are more prominent? I tried thresholding but it washes out the gridlines.

enter image description here

CodePudding user response:

You need to use output after adaptive gaussian thresholding

  •  Tags:  
  • Related