Skip to main content

merge lines after houghlinesp

Project description

Using method:

line discription: x1,y1,x2,y2

// example1: // import cv2 lsd = cv2.createLineSegmentDetector(0) // lsd is better than houpf #run dlines = lsd.detect(pic) // img0=pic.copy() lines=[] for dline in dlines[0]: x0 = int(round(dline[0][0])) y0 = int(round(dline[0][1])) x1 = int(round(dline[0][2])) y1 = int(round(dline[0][3])) lines.append((x0,y0,x1,y1))

lines=mergeLine.merge_lines(lines,slope_tolerent=10,dis_tor=15)

// example2: import mergeLine

mergeLine.merge_lines(
[1,0,0,1], [2,0,0,2], [3,0,0,3],
)

//we get 2,0,0,2

//you can set ,scope_tolerent=,dis_tor 2 parameter in merge_lines.

// which are used to set how lines are similar. first is used set scope_similarity. second is used to set distance tolerent betwen line segments.

//contact: 15122306087@163.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mergeLines-2.1.2.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mergeLines-2.1.2-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file mergeLines-2.1.2.tar.gz.

File metadata

  • Download URL: mergeLines-2.1.2.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.1

File hashes

Hashes for mergeLines-2.1.2.tar.gz
Algorithm Hash digest
SHA256 5cf1d94fe6e76ac8091c3f80096a8e78336df43badd2486102319b95660e9e6e
MD5 c4c82ea75e56c4b7d709fc48f8808cfa
BLAKE2b-256 226217ee23c58c1d9ea693cb2fb3481e611b908fdd3308e8557818cf47a28fcc

See more details on using hashes here.

File details

Details for the file mergeLines-2.1.2-py3-none-any.whl.

File metadata

  • Download URL: mergeLines-2.1.2-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.1

File hashes

Hashes for mergeLines-2.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 98fc09e81e98409ead30ca69d81d183eca3adcbc26b463b121e96e7cb1f13aa4
MD5 35d33eb97efd636176ad4af8c2306b6d
BLAKE2b-256 c980ead9e9ce9fd09b163c0ac17ab4e2fe9e2b443a4c3b9f9e98cb7504168b86

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page