Open3D: A Modern Library for 3D Data Processing
-
Updated
Nov 25, 2020 - C++
{{ message }}
Open3D: A Modern Library for 3D Data Processing
Laravel 8 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. The project can be stood up in minutes.
Awesome GAN for Medical Imaging
Multi-platform, free open source software for visualization and image computing.
Authentication for PHP. Simple, lightweight and secure.
A lean C++ library for working with point cloud data
Users Plugin for CakePHP
SimpleITK: a layer built on top of the Insight Toolkit (ITK), intended to simplify and facilitate ITK's use in rapid prototyping, education and interpreted languages.
Admins should be able to sort by the dates/times hackers submitted by, to accommodate a first-come first-served admittance policy.
DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal processing, machine learning, statistical analysis and visualization of medical images. Additionally, it contains specialized methods for computational anatomy including diffusion, perfusion and structural imaging.
Point cloud registration pipeline for robot localization and 3D perception
Fully Convolutional Geometric Features: Fast and accurate 3D features for registration and correspondence.
Python package for point cloud registration using probabilistic model (Coherent Point Drift, GMMReg, SVR, GMMTree, FilterReg, Bayesian CPD)
Multi-threaded and SSE friendly NDT algorithm
C++ implementation of the Coherent Point Drift point set registration algorithm.
Pure Numpy Implementation of the Coherent Point Drift Algorithm
A collection of GICP-based fast point cloud registration algorithms
An Annotation window appears when clicking on the screenshot icon in the top banner.
An empty Annotation window remains after clicking on OK to create the screenshot.
Slicer4.110.0-2020-09-10 on MacOSX 10.14.16
Registration and Login Example with Spring Security, Spring Boot, Spring Data JPA, HSQL, JSP
User-related REST API based on the awesome Django REST Framework
Yii2 REST API + Angular10 Boilerplate (Frontend/Backend)
Robotics with GPU computing
[CVPR 2020 Oral] A differentiable framework for 3D registration
For more information, see the CONTRIBUTING guide.
An example app demonstrating role based authentication and file upload with Relay and GraphQL.
code/webpage for the DeepMapping project
Registration and Login Example with Spring MVC, Spring Security, Spring Data JPA, XML Configuration, Maven, JSP, and MySQL.
Implementation of CVPR'20 oral paper - D3Feat: Joint Learning of Dense Detection and Description of 3D Local Features https://arxiv.org/abs/2003.03164
Add a description, image, and links to the registration topic page so that developers can more easily learn about it.
To associate your repository with the registration topic, visit your repo's landing page and select "manage topics."
Describe the bug
Currently, login requests will fail faster if the user does not exist as the hash does not have to be computed. This can leave to timing attacks where an attacker can guess if a user exists or not, which defeats account enumeration defenses.
Expected behavior
Every login request should take a similar amount of time regardless of whether the user exists or not. The