Pinned Repositories
ImageSharpenessMeasurement
The repository contains a source code for measuring image sharpness. Image sharpness is defined as the absolute gradient of intensity profile extracted from the normalized image.
REGAIN
The repository contains a source code for Resolution-Enhancement-Generative-Adversarial-Inline-Network (REGAIN). REGAIN is a generative adversarial neural network for REGAINing image sharpness and Spatial resolution. The trained network generates a resolution-enhanced image in the Phase-encoding (ky) direction in MRI.
bcpd
Bayesian coherent point drift for Windows 10
Diffusion-Cortical-Thickness-Trajectory
FAIR.m
Flexible Algorithms for Image Registration
HipHop_2D3Dregistration
2D/3D registration between CT/MRI or STL models and X-ray images (November 2018)
HTSR
Codes and Data for Heuristic Tree Searching for 3D/2D Registration
NSS_MIC_2024-DiffusionCourse
Score Based Diffusion Model Demo for MIC
REGAIN
The repository contains a source code for Resolution-Enhancement-Generative-Adversarial-Inline-Network (REGAIN). REGAIN is a generative adversarial neural network for REGAINing image sharpness and Spatial resolution. The trained network generates a resolution-enhanced image in the Phase-encoding (ky) direction in MRI.
Residual-Diffusion-PET-MR-Denoising
siyeopyoon's Repositories
siyeopyoon/FAIR.m
Flexible Algorithms for Image Registration
siyeopyoon/HipHop_2D3Dregistration
2D/3D registration between CT/MRI or STL models and X-ray images (November 2018)
siyeopyoon/munkres-cpp
Kuhn-Munkres (Hungarian) Algorithm in C++
siyeopyoon/2D-3D-Point-Set-Registration-Based-on-Global-Rotation-Search
# 2D-3D Point Set Registration Based on Global Rotation Search # Copyright (C) 2018 Yinlong Liu@outlook.com # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # Any publications resulting from the use of this code should cite the # following paper: # Yinlong Liu, Yuan Dong, Zhijian Song and Manning Wang, "2D 3D Point Set Registration Based on Global Rotation_Search", IEEE Transactions on Image Processing (TIP) # # #==================Note================= # #1. First step->open demo_rot.m. It is a demo of Rotation Search in SO(3) for 2D-3D point set registration. # #2. The input data is set to a real circumstance that 3D point set is far away for projection plane, and in front of camera. Our method also can be applied to unusual condition that camera is surrounded by 3D point set, only if you make some fix. # #3. RotaionSearch.m is the kernel of algorithm. You can easily extend it to SE(3) searching by grid-search, while tuning parameters depends on your tasks. # #4. Fast and Global 2D-3D point set registration without correspondence is still an open problem and need further explorations. I am very happy that if you could benefit from our code. # # # Author: Yinlong Liu # Date: 20181218 # Revision: 1.0
siyeopyoon/3d-mesh-correspondance
This repository contains a collection of Digital Geometry Processing libraries to be used in achieving multiple shape correspondence.
siyeopyoon/AGMReg
Point Set Registration with Asymmetric Gaussian Mixtures (CVIU 2015 / ACCV 2014)
siyeopyoon/DeepFunctionalMaps
siyeopyoon/ecglib
siyeopyoon/fgm
siyeopyoon/FmapLib
An implementation of the Functional Map framework for finding correspondences between Meshes, Images or Graphs.
siyeopyoon/HMM-3D-Catheter-Tip-Tracking
3D/2D vessel/catheter-based registration and 3D catheter tip tracking using hidden Markov model.
siyeopyoon/hungarian-algorithm-cpp
A C++ wrapper for a hungarian algorithm implementation
siyeopyoon/KernelMatching
Implementation of Efficient Deformable Shape Correspondence via Kernel Matching (https://arxiv.org/abs/1707.08991).
siyeopyoon/libigl
Simple C++ geometry processing library.
siyeopyoon/libigl-example-project
A blank project example showing how to use libigl and cmake.
siyeopyoon/Map3D
3D shapes matching implementation, based on "Functional Maps: A Flexible Representation of Maps Between Shapes" [Ovsjanikov et al 2012]
siyeopyoon/MoebiusRegistration
Moebius Registration
siyeopyoon/Multi-Planar-Reconstruction-using-VTK
Generate Multi Planar Reconstruction from CT scan data using VTK-PYTHON.
siyeopyoon/ndreg
Perform image registration of 2D and 3D volumes using state-of-the-art deformable registration.
siyeopyoon/ofxVoro
OpenFrameworks wrapper of Voro++ that do 3D Voronoi Tessellation
siyeopyoon/PanTompkinsQRS
A portable, ANSI-C implementation of Pan-Tompkins real-time QRS detection algorithm
siyeopyoon/PCLBO
Laplace-Beltrami Operator for PCL
siyeopyoon/Project0-CUDA-Getting-Started
siyeopyoon/Project1-CUDA-Flocking
siyeopyoon/pTVreg
Deformable image registration (alignment) toolbox
siyeopyoon/RadPathFusionLung
Repository contains code that allows the registration of histology slices and CT in the context of lung cancer.
siyeopyoon/softposit-cpp
pure cpp implementation of softposit (soft posit)
siyeopyoon/splinter
Library for multivariate function approximation with splines (B-spline, P-spline, and more) with interfaces to C++, C, Python and MATLAB
siyeopyoon/template_ffd
Code for paper "Learning Free-Form Deformations for 3D Object Reconstruction"
siyeopyoon/vxl
A multi-platform collection of C++ software libraries for Computer Vision and Image Understanding.