艺术图像构建工具 Triangle

码农软件 · 软件分类 · 图形/图像处理 · 2019-09-05 15:29:53

软件介绍

Triangle 是使用点集三角剖分技术(delaunay triangulation technique)构建艺术图像的工具。它输入图像,然后将其转换为由三角形块组成的抽象图像。


安装和使用

$ go get github.com/esimov/triangle/cmd/triangle
$ go install

支持命令

$ triangle --help

支持标签

本文地址:https://codercto.com/soft/d/13938.html

Data Structures and Algorithms

Data Structures and Algorithms

Alfred V. Aho、Jeffrey D. Ullman、John E. Hopcroft / Addison Wesley / 1983-1-11 / USD 74.20

The authors' treatment of data structures in Data Structures and Algorithms is unified by an informal notion of "abstract data types," allowing readers to compare different implementations of the same......一起来看看 《Data Structures and Algorithms》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码