Metadata-Version: 2.4
Name: hough-3d-line-detector
Version: 1.1.0
Summary: Detect lines in 3D point clouds using an iterative Hough transform (Dalitz et al., 2017)
Keywords: iterative Hough transform,line detection,3D point clouds
Author: Raj Magesh Gauthaman
Author-email: Raj Magesh Gauthaman <hough-3d-line-detector@raj-magesh.org>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Typing :: Typed
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Python: >=3.14
Project-URL: source, https://codeberg.org/raj-magesh/hough-3d-line-detector
Description-Content-Type: text/markdown

# Hough 3D Line Detector

Detect lines in 3D point clouds using an iterative Hough transform ([Dalitz et al., 2017](https://www.ipol.im/pub/art/2017/208/article.pdf))
