Pinned Repositories
bigger
bigg (bgfx + imgui + glfw + glm) + utils
blender-cli-rendering
Blender Python scripts for rendering images directly from command-line interface
bvh11
A tiny C++11 library for reading BVH motion capture data
color-util
A header-only C++11 library for colors; color space converters for RGB, HSL, XYZ, Lab, etc. and perceptual color difference calculators such as CIEDE2000
elasty
A research-oriented elastic body simulator
mathtoolbox
Mathematical tools (interpolation, dimensionality reduction, optimization, etc.) written in C++11 with Eigen
position-based-fluids
Position Based Fluids [SIGGRAPH 2013] in C++
sequential-line-search
A Preferential Bayesian optimization library for C++/Python [SIGGRAPH 2017]
tinycolormap
A header-only, single-file library for colormaps written in C++11
unblending
Decomposing an input image into layers via "color unblending"
yuki-koyama's Repositories
yuki-koyama/nlopt-util
A header-only wrapper library for calling NLopt optimization in a single line using Eigen::VectorXd
yuki-koyama/real-time-example-based-elastic-deformation
Real-Time Example-Based Elastic Deformation [SCA 2012]
yuki-koyama/visoptslider
Qt-based implementation of VisOpt Slider widget [UIST 2014] for C++ & Python
yuki-koyama/cc0assetsloader
A Blender add-on for loading CC0 assets (PBR textures, HDR images, etc.)
yuki-koyama/nodelayout
A Blender add-on for automatic layout of nodes
yuki-koyama/rbf-interpolator
[deprecated] Radial Basis Function (RBF) Interpolation written in C++11. This can be used for fitting a non-linear function from scattered data.
yuki-koyama/constrained-optimization-tests
Simple implementation of constrained optimization methods, including the penalty method and the augmented Lagrangian method
yuki-koyama/selph
Machine learning-based photo color enhancement system [CHI 2016]
yuki-koyama/three-dim-util
A utility library for prototyping 3D applications based on Qt, Eigen, and legacy OpenGL
yuki-koyama/hello-tbb-cmake
A hello-world project for testing "parallel_for" in Intel TBB. The whole project (including TBB) is built using CMake.
yuki-koyama/imagedistance
Given two images, calculate their distance in several criteria
yuki-koyama/multidimensional-scaling
[deprecated] A header-only C++ library of the multidimensional scaling (MDS)
yuki-koyama/pycolormap
A self-contained colormap library for Python
yuki-koyama/easy-qhull
A helper repository to use qhull in cmake-based c++ projects
yuki-koyama/filesystem-util
C++11 utility functions for handling files (currently only for UNIX/Linux)
yuki-koyama/cgi-2019-program
List of the papers presented at CGI 2019
yuki-koyama/hello-alembic
Just a hello-world project to start learning the Alembic library
yuki-koyama/qt-animated-layout-example
A custom animated layout example in Qt5
yuki-koyama/rand-util
Utility functions for <random> in c++11
yuki-koyama/string-util
Utility functions for <string> in C++11
yuki-koyama/timer
Execution timer for measuring elapsed times for code blocks written in C++11
yuki-koyama/bigg
bgfx, imgui, glfw, glm
yuki-koyama/bvh-viewer
[deprecated] A viewer of BVH motion capture data
yuki-koyama/computational-interaction-papers
List of CHI papers on computational interaction
yuki-koyama/CoordConv-pytorch
Pytorch implementation of CoordConv introduced in 'An intriguing failing of convolutional neural networks and the CoordConv solution' paper. (https://arxiv.org/pdf/1807.03247.pdf)
yuki-koyama/dblp-util
Utils for interacting with the dblp computer science bibliography
yuki-koyama/halfedge
A C++ half-edge data structure for a triangle mesh with no external dependencies whatsoever. Public domain.
yuki-koyama/hci-calendar.github.io
yuki-koyama/QuadProgpp
Fork of QuadProg++