get rectangle coordinates after detecting lines in image with open-cv python

后端 未结 0 1192
感情败类
感情败类 2020-12-22 05:48

In an image, one can detect the lines using HoughLinesP method in open-cv using the following code:

import numpy as np
import cv2
import scipy.nd         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题