hkkkpang/Joint-PL-network
Deep network for joint line and point detection and description
This project helps computer vision practitioners analyze images by automatically finding both specific points and entire lines within them. It takes an image as input and outputs a description of detected points and lines, allowing for tasks like matching these features across different images. Computer vision engineers, robotics researchers, and anyone working with image-based spatial understanding would find this useful.
No commits in the last 6 months.
Use this if you need to reliably detect and describe both points and lines in images quickly for tasks like image matching or scene reconstruction.
Not ideal if you primarily need object recognition or segmentation of complex shapes rather than fundamental geometric features.
Stars
20
Forks
1
Language
Python
License
MIT
Category
Last pushed
Aug 28, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hkkkpang/Joint-PL-network"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
daavoo/pyntcloud
pyntcloud is a Python library for working with 3D point clouds.
yangyanli/PointCNN
PointCNN: Convolution On X-Transformed Points (NeurIPS 2018)
torch-points3d/torch-points3d
Pytorch framework for doing deep learning on point clouds.
yogeshhk/MidcurveNN
Computation of Midcurve of Thin Polygons using Neural Networks
charlesq34/pointnet2
PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space