All Projects → RhythmJnh → Non-rigid-ICP

RhythmJnh / Non-rigid-ICP

Licence: other
Non-rigid iterative closest point, nricp.

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Non-rigid-ICP

combining3Dmorphablemodels
Project Page of Combining 3D Morphable Models: A Large scale Face-and-Head Model - [CVPR 2019]
Stars: ✭ 80 (+21.21%)
Mutual labels:  registration, nicp
napari-hub
Discover, install, and share napari plugins
Stars: ✭ 44 (-33.33%)
Mutual labels:  registration
Live2dmodel
页面上加载的模型
Stars: ✭ 241 (+265.15%)
Mutual labels:  model
icra20-hand-object-pose
[ICRA 2020] Robust, Occlusion-aware Pose Estimation for Objects Grasped by Adaptive Hands
Stars: ✭ 42 (-36.36%)
Mutual labels:  registration
Whc model
iOS平台高效转换引擎json->model,model->json,model->Dictionary,支持模型类继承其他模型类,支持指定路径转换,不区分json的key和模型属性名称大小写,自动处理json中null
Stars: ✭ 244 (+269.7%)
Mutual labels:  model
eloquent-filemaker
A Model extension and Eloquent driver for Laravel connecting to FileMaker through the Data API
Stars: ✭ 38 (-42.42%)
Mutual labels:  model
Open model zoo
Pre-trained Deep Learning models and demos (high quality and extremely fast)
Stars: ✭ 2,925 (+4331.82%)
Mutual labels:  model
rPBR
Physically based rendering (PBR) for raylib
Stars: ✭ 72 (+9.09%)
Mutual labels:  model
djaodjin-signup
Django app for frictionless signup
Stars: ✭ 18 (-72.73%)
Mutual labels:  registration
registration
✏️ Hackathon registration server
Stars: ✭ 60 (-9.09%)
Mutual labels:  registration
menthor-editor
Menthor Editor
Stars: ✭ 31 (-53.03%)
Mutual labels:  model
MaskRCNN-Modanet-Fashion-Segmentation-and-Classification
Using modanet fashion dataset, the clothes images were classified under 5 season (summer,winter,spring,autumn,all).
Stars: ✭ 55 (-16.67%)
Mutual labels:  model
sym
A Mathematica package for generating symbolic models from data
Stars: ✭ 46 (-30.3%)
Mutual labels:  model
Model
Angular Model - Simple state management with minimalist API, one way data flow, multiple model support and immutable data exposed as RxJS Observable.
Stars: ✭ 242 (+266.67%)
Mutual labels:  model
Bee-Connect
Ruby on Rails App. A good example of how to build social networking system with live chat support, blogging,groups etc.
Stars: ✭ 30 (-54.55%)
Mutual labels:  registration
Django Colorfield
color field for django models with a nice color-picker in the admin. 🎨
Stars: ✭ 238 (+260.61%)
Mutual labels:  model
maks
Motion Averaging
Stars: ✭ 52 (-21.21%)
Mutual labels:  registration
createml-playgrounds
Create ML playgrounds for building machine learning models. For developers and data scientists.
Stars: ✭ 82 (+24.24%)
Mutual labels:  model
sequence tagging
Named Entity Recognition (LSTM + CRF + FastText) with models for [historic] German
Stars: ✭ 25 (-62.12%)
Mutual labels:  model
laravel-email-domain-rule
A package to validate email domains in a user registration form
Stars: ✭ 60 (-9.09%)
Mutual labels:  registration

nricp - Non-rigid iterative closest point

nricp is a MATLAB implementation of a non-rigid variant of the iterative closest point algorithm. It can be used to register 3D surfaces or point-clouds. The method is described in the following paper:

'Optimal Step Nonrigid ICP Algorithms for Surface Registration', Amberg, Romandhani and Vetter, CVPR, 2007.

Features:

  • Non-rigid and local deformations of a template surface or point cloud.
  • Iterative stiffness reduction allows for global intitial transformations that become increasingly localised.
  • Optional initial rigid registration using standard iterative closest point.
  • Optional bi-directional distance metric which encourages surface deformations to cover more of the target surface
  • Handles missing data in the target surface by ignoring correspondences with points on target edges.
  • Optional landmarks can be used.

Dependencies

Requires:

Installation

Download this directory and the dependencies and add them to your MATLAB path.

Usage

You need to provide the models to be registered, and then modify the test.m, after that you can run test.m.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].