Here are
29 public repositories
matching this topic...
[Siggraph 2017] BundleFusion: Real-time Globally Consistent 3D Reconstruction using Online Surface Re-integration
Models and code related to sketch simplification of rough sketches.
Updated
Feb 11, 2020
Python
PyTorch reimplementation of Interactive Deep Colorization
Updated
Feb 29, 2020
Python
A Multi-Scale Model for Simulating Liquid-Fabric Interactions
Demo and Database of "DeepSketch2Face" (SIGGRAPH 2017)
📰 Sequential-art comic-strip generator written in Ruby which uses RMagick (2005)
Eulerian-on-Lagrangian Cloth Simulation
Language-based Colorization of Scene Sketches. (SIGGRAPH Asia 2019)
Updated
Feb 23, 2020
Python
Decomposed Optimization Time Integration (DOT) is a domain-decomposed optimization method for fast, reliable simulation of deformation dynamics. DOT efficiently converges with frame-rate time-steps across a wide range of extreme conditions.
Updated
Jan 16, 2020
Python
REDMAX: Efficient & Flexible Approach for Articulated Dynamics
a list of papers and codes in graphics, computer vision, and HCI
Palette-based Photo Recoloring, implementation of the approach of Huiwen Chang et al.
This is a implement of the Siggraph2017 paper: "Globally and Locally Consistent Image Completion"
Updated
Dec 30, 2019
Python
[SIGGRAPH 2016] Automatic Triage for a Photo Series
Updated
Feb 12, 2020
Python
Assets used during the creation of SEED's Project PICA PICA
Educational C++ code used at SIGGRAPH 2016 Course "Physically Based Sound for Computer Animation and Virtual Environments"
code and data repository for "Dynamic Element Textures"
Sequential Line Search method for human-in-the-loop Bayesian optimization [SIGGRAPH 2017]
LaTeX templates for major computer graphics and computer vision conferences
Appearance Modeling via Proxy-to-Image Alignment SIGGRAPH 2018
Supplementary materials for Siggraph 2018 technical paper Perception Aware Modeling and Fabrication of Digital Drawing Tools
Updated
Sep 5, 2018
MATLAB
Parallel Controllable Texture Synthesis
Updated
Jun 26, 2018
MATLAB
Spectral mesh processing plugin for Blender.
Updated
Nov 3, 2019
Python
Implementation of the paper "Patch-Based Optimization for Image-Based Texture Mapping"
Improve this page
Add a description, image, and links to the
siggraph
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
siggraph
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
in
src/api/java/openiss/utils/OpenISSImageDriver.javalines 137-144 there is logical error
looks like the line 139 should be:
int height = image_1.getHeight();please validate and fix if needed.
below is the original code: