# LineScanner **Repository Path**: jmxhyz/LineScanner ## Basic Information - **Project Name**: LineScanner - **Description**: DIY 3D Scanner | based on Line Laser and Webcam. - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-24 - **Last Updated**: 2024-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Kamera A, alpha - Abstand c - Laderdiode B, beta | Laserpunkt: C, gamma - Laserlinie a kartesische Position von C: x, z LINKS: Vector Intersection based on http://geomalgorithms.com/a05-_intersect-1.html https://stackoverflow.com/questions/5666222/3d-line-plane-intersection indices of max-values in numpy array https://www.w3resource.com/python-exercises/numpy/python-numpy-exercise-31.php weighted average https://stackoverflow.com/questions/30057046/weighted-mean-in-numpy-python#30057626 color: https://github.com/isl-org/Open3D/issues/614 pcd = PointCloud() pcd.points = Vector3dVector(np_points) pcd.colors = Vector3dVector(np_colors)