Stars
Repository for the code used in the Medium articles about Python libraries for 3D analysis, visualization and manipulation of point clouds and meshes
Two Python scripts for extracting hand crafted features from 3D meshes and point clouds for Machine Learning. Features have been used as data for Random Forests, AdaBoost, Descision Trees, etc.
A set of algorithms for extracting of capturing setup features from Structure from Motion reconstruction setups. The prototype requires input data from the SfM software - the reconstructed mesh, th…
Repository containing common 3D test models in original format with original source if known and obj mesh
Code examples for common operations on multidimensional data using both PCL and Open3D.
8086 Mikroislemci Lab Sorulari
AirPods liberated from Apple's ecosystem.
Pointcept: Perceive the world with sparse points, a codebase for point cloud perception research. Latest works: Concerto (NeurIPS'25), Sonata (CVPR'25 Highlight), PTv3 (CVPR'24 Oral)
[CVPR'25 Highlight] Official repository of Sonata: Self-Supervised Learning of Reliable Point Representations
Code and data for "SeMLaPS: Real-time Semantic Mapping with Latent Prior Networks and Quasi-Planar Segmentation"
This repository contains my assignment solutions for the Digital Image Processing course (M2608.001000_001) offered by Seoul National University (Fall 2020).
In this project, I used zero order hold, first order hold, KNN and Bilinear interpolation algorithms for image interpolation. As a result of this, I have shown in my GUI program for an input: zoom …
Open3D: A Modern Library for 3D Data Processing
Here is a list of 3D vision resources
visualization点云可视化(open3D, mayavi, rviz(ros), PCL等)
Example projects we've done with OAK cameras
Implementation of Basic Digital Image Processing Tasks in Python / OpenCV
An image histogram is a type of histogram that acts as a graphical representation of the tonal distribution in a digital image.[1] It plots the number of pixels for each tonal value. By looking at …