├── .gitignore ├── ConvexHull_Simplification ├── SILD_convexhull_simplification.py └── trimesh.py ├── Layer_Extraction ├── GteDistPointTriangle.pyx ├── SILD_ASAP.py ├── SILD_RGB.py ├── SILD_RGBA.py ├── fast_energy_laplacian.py └── from_weights_to_alphas.py ├── Makeup.txt ├── README.md ├── examples ├── apple-06-ASAP.js ├── apple-06-vertex_order.js ├── apple-06-vertex_order2.js ├── apple-output │ ├── apple-06-layers-ASAP-composite.png │ ├── apple-06-layers-ASAP-layer00.png │ ├── apple-06-layers-ASAP-layer01.png │ ├── apple-06-layers-ASAP-layer02.png │ ├── apple-06-layers-ASAP-layer03.png │ ├── apple-06-layers-ASAP-layer04.png │ ├── apple-06-layers-ASAP-layer05.png │ ├── apple-06-layers-ASAP-layer_all_weights.js │ ├── apple-06-layers-ASAP-layer_optimization_all_weights_map-00.png │ ├── apple-06-layers-ASAP-layer_optimization_all_weights_map-01.png │ ├── apple-06-layers-ASAP-layer_optimization_all_weights_map-02.png │ ├── apple-06-layers-ASAP-layer_optimization_all_weights_map-03.png │ ├── apple-06-layers-ASAP-layer_optimization_all_weights_map-04.png │ ├── apple-06-layers-ASAP-layer_optimization_all_weights_map-05.png │ ├── apple-06-layers-RGB-composite.png │ ├── apple-06-layers-RGB-layer00.png │ ├── apple-06-layers-RGB-layer01.png │ ├── apple-06-layers-RGB-layer02.png │ ├── apple-06-layers-RGB-layer03.png │ ├── apple-06-layers-RGB-layer04.png │ ├── apple-06-layers-RGB-layer05.png │ ├── apple-06-layers-RGB-layer_optimization_all_weights.js │ ├── apple-06-layers-RGB-layer_optimization_all_weights_map-00.png │ ├── apple-06-layers-RGB-layer_optimization_all_weights_map-01.png │ ├── apple-06-layers-RGB-layer_optimization_all_weights_map-02.png │ ├── apple-06-layers-RGB-layer_optimization_all_weights_map-03.png │ ├── apple-06-layers-RGB-layer_optimization_all_weights_map-04.png │ ├── apple-06-layers-RGB-layer_optimization_all_weights_map-05.png │ ├── apple-06-layers-RGBA-composite.png │ ├── apple-06-layers-RGBA-layer00.png │ ├── apple-06-layers-RGBA-layer01.png │ ├── apple-06-layers-RGBA-layer02.png │ ├── apple-06-layers-RGBA-layer03.png │ ├── apple-06-layers-RGBA-layer04.png │ ├── apple-06-layers-RGBA-layer05.png │ ├── apple-06-layers-RGBA-layer_optimization_all_weights.js │ ├── apple-06-layers-RGBA-layer_optimization_all_weights_map-00.png │ ├── apple-06-layers-RGBA-layer_optimization_all_weights_map-01.png │ ├── apple-06-layers-RGBA-layer_optimization_all_weights_map-02.png │ ├── apple-06-layers-RGBA-layer_optimization_all_weights_map-03.png │ ├── apple-06-layers-RGBA-layer_optimization_all_weights_map-04.png │ ├── apple-06-layers-RGBA-layer_optimization_all_weights_map-05.png │ ├── apple-06-layers-RGBA-layer_optimization_all_weights_map-06.png │ ├── apple-final_simplified_hull-04.js │ ├── apple-final_simplified_hull-05.js │ ├── apple-final_simplified_hull-06.js │ ├── apple-final_simplified_hull-07.js │ ├── apple-final_simplified_hull-08.js │ ├── apple-final_simplified_hull-09.js │ ├── apple-final_simplified_hull-10.js │ ├── apple-final_simplified_hull_clip-04.js │ ├── apple-final_simplified_hull_clip-04.png │ ├── apple-final_simplified_hull_clip-05.js │ ├── apple-final_simplified_hull_clip-05.png │ ├── apple-final_simplified_hull_clip-06.js │ ├── apple-final_simplified_hull_clip-06.png │ ├── apple-final_simplified_hull_clip-07.js │ ├── apple-final_simplified_hull_clip-07.png │ ├── apple-final_simplified_hull_clip-08.js │ ├── apple-final_simplified_hull_clip-08.png │ ├── apple-final_simplified_hull_clip-09.js │ ├── apple-final_simplified_hull_clip-09.png │ ├── apple-final_simplified_hull_clip-10.js │ ├── apple-final_simplified_hull_clip-10.png │ ├── apple-original_hull.js │ ├── apple-rawconvexhull.obj │ └── order2-output │ │ ├── apple-06-layers-RGB-composite.png │ │ ├── apple-06-layers-RGB-layer00.png │ │ ├── apple-06-layers-RGB-layer01.png │ │ ├── apple-06-layers-RGB-layer02.png │ │ ├── apple-06-layers-RGB-layer03.png │ │ ├── apple-06-layers-RGB-layer04.png │ │ ├── apple-06-layers-RGB-layer05.png │ │ ├── apple-06-layers-RGB-layer_optimization_all_weights.js │ │ ├── apple-06-layers-RGB-layer_optimization_all_weights_map-00.png │ │ ├── apple-06-layers-RGB-layer_optimization_all_weights_map-01.png │ │ ├── apple-06-layers-RGB-layer_optimization_all_weights_map-02.png │ │ ├── apple-06-layers-RGB-layer_optimization_all_weights_map-03.png │ │ ├── apple-06-layers-RGB-layer_optimization_all_weights_map-04.png │ │ ├── apple-06-layers-RGB-layer_optimization_all_weights_map-05.png │ │ ├── apple-06-layers-RGBA-composite.png │ │ ├── apple-06-layers-RGBA-layer00.png │ │ ├── apple-06-layers-RGBA-layer01.png │ │ ├── apple-06-layers-RGBA-layer02.png │ │ ├── apple-06-layers-RGBA-layer03.png │ │ ├── apple-06-layers-RGBA-layer04.png │ │ ├── apple-06-layers-RGBA-layer05.png │ │ ├── apple-06-layers-RGBA-layer_optimization_all_weights.js │ │ ├── apple-06-layers-RGBA-layer_optimization_all_weights_map-00.png │ │ ├── apple-06-layers-RGBA-layer_optimization_all_weights_map-01.png │ │ ├── apple-06-layers-RGBA-layer_optimization_all_weights_map-02.png │ │ ├── apple-06-layers-RGBA-layer_optimization_all_weights_map-03.png │ │ ├── apple-06-layers-RGBA-layer_optimization_all_weights_map-04.png │ │ ├── apple-06-layers-RGBA-layer_optimization_all_weights_map-05.png │ │ └── apple-06-layers-RGBA-layer_optimization_all_weights_map-06.png ├── apple.png ├── moth-06-ASAP.js ├── moth-06-vertex_order.js ├── moth-output │ ├── moth-06-layers-ASAP-composite.png │ ├── moth-06-layers-ASAP-layer00.png │ ├── moth-06-layers-ASAP-layer01.png │ ├── moth-06-layers-ASAP-layer02.png │ ├── moth-06-layers-ASAP-layer03.png │ ├── moth-06-layers-ASAP-layer04.png │ ├── moth-06-layers-ASAP-layer05.png │ ├── moth-06-layers-ASAP-layer_all_weights.js │ ├── moth-06-layers-ASAP-layer_optimization_all_weights_map-00.png │ ├── moth-06-layers-ASAP-layer_optimization_all_weights_map-01.png │ ├── moth-06-layers-ASAP-layer_optimization_all_weights_map-02.png │ ├── moth-06-layers-ASAP-layer_optimization_all_weights_map-03.png │ ├── moth-06-layers-ASAP-layer_optimization_all_weights_map-04.png │ ├── moth-06-layers-ASAP-layer_optimization_all_weights_map-05.png │ ├── moth-06-layers-RGB-composite.png │ ├── moth-06-layers-RGB-layer00.png │ ├── moth-06-layers-RGB-layer01.png │ ├── moth-06-layers-RGB-layer02.png │ ├── moth-06-layers-RGB-layer03.png │ ├── moth-06-layers-RGB-layer04.png │ ├── moth-06-layers-RGB-layer05.png │ ├── moth-06-layers-RGB-layer_optimization_all_weights.js │ ├── moth-06-layers-RGB-layer_optimization_all_weights_map-00.png │ ├── moth-06-layers-RGB-layer_optimization_all_weights_map-01.png │ ├── moth-06-layers-RGB-layer_optimization_all_weights_map-02.png │ ├── moth-06-layers-RGB-layer_optimization_all_weights_map-03.png │ ├── moth-06-layers-RGB-layer_optimization_all_weights_map-04.png │ ├── moth-06-layers-RGB-layer_optimization_all_weights_map-05.png │ ├── moth-06-layers-RGBA-composite.png │ ├── moth-06-layers-RGBA-layer00.png │ ├── moth-06-layers-RGBA-layer01.png │ ├── moth-06-layers-RGBA-layer02.png │ ├── moth-06-layers-RGBA-layer03.png │ ├── moth-06-layers-RGBA-layer04.png │ ├── moth-06-layers-RGBA-layer05.png │ ├── moth-06-layers-RGBA-layer_optimization_all_weights.js │ ├── moth-06-layers-RGBA-layer_optimization_all_weights_map-00.png │ ├── moth-06-layers-RGBA-layer_optimization_all_weights_map-01.png │ ├── moth-06-layers-RGBA-layer_optimization_all_weights_map-02.png │ ├── moth-06-layers-RGBA-layer_optimization_all_weights_map-03.png │ ├── moth-06-layers-RGBA-layer_optimization_all_weights_map-04.png │ ├── moth-06-layers-RGBA-layer_optimization_all_weights_map-05.png │ ├── moth-06-layers-RGBA-layer_optimization_all_weights_map-06.png │ ├── moth-final_simplified_hull-04.js │ ├── moth-final_simplified_hull-05.js │ ├── moth-final_simplified_hull-06.js │ ├── moth-final_simplified_hull-07.js │ ├── moth-final_simplified_hull-08.js │ ├── moth-final_simplified_hull-09.js │ ├── moth-final_simplified_hull-10.js │ ├── moth-final_simplified_hull_clip-04.js │ ├── moth-final_simplified_hull_clip-04.png │ ├── moth-final_simplified_hull_clip-05.js │ ├── moth-final_simplified_hull_clip-05.png │ ├── moth-final_simplified_hull_clip-06.js │ ├── moth-final_simplified_hull_clip-06.png │ ├── moth-final_simplified_hull_clip-07.js │ ├── moth-final_simplified_hull_clip-07.png │ ├── moth-final_simplified_hull_clip-08.js │ ├── moth-final_simplified_hull_clip-08.png │ ├── moth-final_simplified_hull_clip-09.js │ ├── moth-final_simplified_hull_clip-09.png │ ├── moth-final_simplified_hull_clip-10.js │ ├── moth-final_simplified_hull_clip-10.png │ ├── moth-original_hull.js │ └── moth-rawconvexhull.obj ├── moth.png └── weights.js └── sild_representative_imgs.png /.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | *.pyo 3 | -------------------------------------------------------------------------------- /ConvexHull_Simplification/SILD_convexhull_simplification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/ConvexHull_Simplification/SILD_convexhull_simplification.py -------------------------------------------------------------------------------- /ConvexHull_Simplification/trimesh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/ConvexHull_Simplification/trimesh.py -------------------------------------------------------------------------------- /Layer_Extraction/GteDistPointTriangle.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/Layer_Extraction/GteDistPointTriangle.pyx -------------------------------------------------------------------------------- /Layer_Extraction/SILD_ASAP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/Layer_Extraction/SILD_ASAP.py -------------------------------------------------------------------------------- /Layer_Extraction/SILD_RGB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/Layer_Extraction/SILD_RGB.py -------------------------------------------------------------------------------- /Layer_Extraction/SILD_RGBA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/Layer_Extraction/SILD_RGBA.py -------------------------------------------------------------------------------- /Layer_Extraction/fast_energy_laplacian.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/Layer_Extraction/fast_energy_laplacian.py -------------------------------------------------------------------------------- /Layer_Extraction/from_weights_to_alphas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/Layer_Extraction/from_weights_to_alphas.py -------------------------------------------------------------------------------- /Makeup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/Makeup.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/README.md -------------------------------------------------------------------------------- /examples/apple-06-ASAP.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-06-ASAP.js -------------------------------------------------------------------------------- /examples/apple-06-vertex_order.js: -------------------------------------------------------------------------------- 1 | [0,2,4,1,3,5] -------------------------------------------------------------------------------- /examples/apple-06-vertex_order2.js: -------------------------------------------------------------------------------- 1 | [2,4,0,1,3,5] -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-ASAP-composite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-ASAP-composite.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-ASAP-layer00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-ASAP-layer00.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-ASAP-layer01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-ASAP-layer01.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-ASAP-layer02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-ASAP-layer02.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-ASAP-layer03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-ASAP-layer03.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-ASAP-layer04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-ASAP-layer04.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-ASAP-layer05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-ASAP-layer05.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-ASAP-layer_all_weights.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-ASAP-layer_all_weights.js -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-ASAP-layer_optimization_all_weights_map-00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-ASAP-layer_optimization_all_weights_map-00.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-ASAP-layer_optimization_all_weights_map-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-ASAP-layer_optimization_all_weights_map-01.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-ASAP-layer_optimization_all_weights_map-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-ASAP-layer_optimization_all_weights_map-02.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-ASAP-layer_optimization_all_weights_map-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-ASAP-layer_optimization_all_weights_map-03.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-ASAP-layer_optimization_all_weights_map-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-ASAP-layer_optimization_all_weights_map-04.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-ASAP-layer_optimization_all_weights_map-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-ASAP-layer_optimization_all_weights_map-05.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGB-composite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGB-composite.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGB-layer00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGB-layer00.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGB-layer01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGB-layer01.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGB-layer02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGB-layer02.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGB-layer03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGB-layer03.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGB-layer04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGB-layer04.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGB-layer05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGB-layer05.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGB-layer_optimization_all_weights.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGB-layer_optimization_all_weights.js -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGB-layer_optimization_all_weights_map-00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGB-layer_optimization_all_weights_map-00.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGB-layer_optimization_all_weights_map-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGB-layer_optimization_all_weights_map-01.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGB-layer_optimization_all_weights_map-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGB-layer_optimization_all_weights_map-02.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGB-layer_optimization_all_weights_map-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGB-layer_optimization_all_weights_map-03.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGB-layer_optimization_all_weights_map-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGB-layer_optimization_all_weights_map-04.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGB-layer_optimization_all_weights_map-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGB-layer_optimization_all_weights_map-05.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGBA-composite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGBA-composite.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGBA-layer00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGBA-layer00.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGBA-layer01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGBA-layer01.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGBA-layer02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGBA-layer02.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGBA-layer03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGBA-layer03.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGBA-layer04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGBA-layer04.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGBA-layer05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGBA-layer05.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGBA-layer_optimization_all_weights.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGBA-layer_optimization_all_weights.js -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-00.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-01.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-02.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-03.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-04.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-05.png -------------------------------------------------------------------------------- /examples/apple-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-06.png -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull-04.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull-04.js -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull-05.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull-05.js -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull-06.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull-06.js -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull-07.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull-07.js -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull-08.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull-08.js -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull-09.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull-09.js -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull-10.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull-10.js -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull_clip-04.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull_clip-04.js -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull_clip-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull_clip-04.png -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull_clip-05.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull_clip-05.js -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull_clip-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull_clip-05.png -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull_clip-06.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull_clip-06.js -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull_clip-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull_clip-06.png -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull_clip-07.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull_clip-07.js -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull_clip-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull_clip-07.png -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull_clip-08.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull_clip-08.js -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull_clip-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull_clip-08.png -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull_clip-09.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull_clip-09.js -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull_clip-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull_clip-09.png -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull_clip-10.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull_clip-10.js -------------------------------------------------------------------------------- /examples/apple-output/apple-final_simplified_hull_clip-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-final_simplified_hull_clip-10.png -------------------------------------------------------------------------------- /examples/apple-output/apple-original_hull.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-original_hull.js -------------------------------------------------------------------------------- /examples/apple-output/apple-rawconvexhull.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/apple-rawconvexhull.obj -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGB-composite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGB-composite.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGB-layer00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGB-layer00.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGB-layer01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGB-layer01.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGB-layer02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGB-layer02.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGB-layer03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGB-layer03.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGB-layer04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGB-layer04.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGB-layer05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGB-layer05.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGB-layer_optimization_all_weights.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGB-layer_optimization_all_weights.js -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGB-layer_optimization_all_weights_map-00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGB-layer_optimization_all_weights_map-00.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGB-layer_optimization_all_weights_map-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGB-layer_optimization_all_weights_map-01.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGB-layer_optimization_all_weights_map-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGB-layer_optimization_all_weights_map-02.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGB-layer_optimization_all_weights_map-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGB-layer_optimization_all_weights_map-03.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGB-layer_optimization_all_weights_map-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGB-layer_optimization_all_weights_map-04.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGB-layer_optimization_all_weights_map-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGB-layer_optimization_all_weights_map-05.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGBA-composite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGBA-composite.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGBA-layer00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGBA-layer00.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGBA-layer01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGBA-layer01.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGBA-layer02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGBA-layer02.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGBA-layer03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGBA-layer03.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGBA-layer04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGBA-layer04.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGBA-layer05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGBA-layer05.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGBA-layer_optimization_all_weights.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGBA-layer_optimization_all_weights.js -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-00.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-01.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-02.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-03.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-04.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-05.png -------------------------------------------------------------------------------- /examples/apple-output/order2-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple-output/order2-output/apple-06-layers-RGBA-layer_optimization_all_weights_map-06.png -------------------------------------------------------------------------------- /examples/apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/apple.png -------------------------------------------------------------------------------- /examples/moth-06-ASAP.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-06-ASAP.js -------------------------------------------------------------------------------- /examples/moth-06-vertex_order.js: -------------------------------------------------------------------------------- 1 | [3,1,4,5,0,2] -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-ASAP-composite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-ASAP-composite.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-ASAP-layer00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-ASAP-layer00.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-ASAP-layer01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-ASAP-layer01.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-ASAP-layer02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-ASAP-layer02.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-ASAP-layer03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-ASAP-layer03.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-ASAP-layer04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-ASAP-layer04.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-ASAP-layer05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-ASAP-layer05.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-ASAP-layer_all_weights.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-ASAP-layer_all_weights.js -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-ASAP-layer_optimization_all_weights_map-00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-ASAP-layer_optimization_all_weights_map-00.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-ASAP-layer_optimization_all_weights_map-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-ASAP-layer_optimization_all_weights_map-01.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-ASAP-layer_optimization_all_weights_map-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-ASAP-layer_optimization_all_weights_map-02.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-ASAP-layer_optimization_all_weights_map-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-ASAP-layer_optimization_all_weights_map-03.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-ASAP-layer_optimization_all_weights_map-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-ASAP-layer_optimization_all_weights_map-04.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-ASAP-layer_optimization_all_weights_map-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-ASAP-layer_optimization_all_weights_map-05.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGB-composite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGB-composite.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGB-layer00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGB-layer00.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGB-layer01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGB-layer01.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGB-layer02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGB-layer02.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGB-layer03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGB-layer03.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGB-layer04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGB-layer04.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGB-layer05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGB-layer05.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGB-layer_optimization_all_weights.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGB-layer_optimization_all_weights.js -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGB-layer_optimization_all_weights_map-00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGB-layer_optimization_all_weights_map-00.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGB-layer_optimization_all_weights_map-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGB-layer_optimization_all_weights_map-01.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGB-layer_optimization_all_weights_map-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGB-layer_optimization_all_weights_map-02.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGB-layer_optimization_all_weights_map-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGB-layer_optimization_all_weights_map-03.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGB-layer_optimization_all_weights_map-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGB-layer_optimization_all_weights_map-04.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGB-layer_optimization_all_weights_map-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGB-layer_optimization_all_weights_map-05.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGBA-composite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGBA-composite.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGBA-layer00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGBA-layer00.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGBA-layer01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGBA-layer01.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGBA-layer02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGBA-layer02.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGBA-layer03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGBA-layer03.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGBA-layer04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGBA-layer04.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGBA-layer05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGBA-layer05.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGBA-layer_optimization_all_weights.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGBA-layer_optimization_all_weights.js -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGBA-layer_optimization_all_weights_map-00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGBA-layer_optimization_all_weights_map-00.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGBA-layer_optimization_all_weights_map-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGBA-layer_optimization_all_weights_map-01.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGBA-layer_optimization_all_weights_map-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGBA-layer_optimization_all_weights_map-02.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGBA-layer_optimization_all_weights_map-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGBA-layer_optimization_all_weights_map-03.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGBA-layer_optimization_all_weights_map-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGBA-layer_optimization_all_weights_map-04.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGBA-layer_optimization_all_weights_map-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGBA-layer_optimization_all_weights_map-05.png -------------------------------------------------------------------------------- /examples/moth-output/moth-06-layers-RGBA-layer_optimization_all_weights_map-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-06-layers-RGBA-layer_optimization_all_weights_map-06.png -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull-04.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull-04.js -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull-05.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull-05.js -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull-06.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull-06.js -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull-07.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull-07.js -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull-08.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull-08.js -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull-09.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull-09.js -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull-10.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull-10.js -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull_clip-04.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull_clip-04.js -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull_clip-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull_clip-04.png -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull_clip-05.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull_clip-05.js -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull_clip-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull_clip-05.png -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull_clip-06.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull_clip-06.js -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull_clip-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull_clip-06.png -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull_clip-07.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull_clip-07.js -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull_clip-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull_clip-07.png -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull_clip-08.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull_clip-08.js -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull_clip-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull_clip-08.png -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull_clip-09.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull_clip-09.js -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull_clip-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull_clip-09.png -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull_clip-10.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull_clip-10.js -------------------------------------------------------------------------------- /examples/moth-output/moth-final_simplified_hull_clip-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-final_simplified_hull_clip-10.png -------------------------------------------------------------------------------- /examples/moth-output/moth-original_hull.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-original_hull.js -------------------------------------------------------------------------------- /examples/moth-output/moth-rawconvexhull.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth-output/moth-rawconvexhull.obj -------------------------------------------------------------------------------- /examples/moth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/moth.png -------------------------------------------------------------------------------- /examples/weights.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/examples/weights.js -------------------------------------------------------------------------------- /sild_representative_imgs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CraGL/Decompose-Single-Image-Into-Layers/HEAD/sild_representative_imgs.png --------------------------------------------------------------------------------