How to easy to get the length of the edge??? [closed]
Hi all: When I use sobel or robert filter and threshold to get the edge. How to easy to get the length of the edge ? How many lines are in the image? Thanks
edge filters don't give you any of that information. you need to do a second step, and apply findContours or Hough* on the binary img