目录标题

  • 欢迎使用Markdown编辑器
    • 〇、数据库
    • 一、 建立人脸表示模型
    • 二、人脸模型的处理
    • 三、面部特征
    • 四、形状模型与输入模型的对应
      • 4.1 形状模型与照片的对应
      • 4.2 形状模型与三维扫描图像的对应
    • 五、构建可变形模型(Morphable model)
    • 如何插入一段漂亮的代码片
    • 六、实验结果
    • 创建一个表格
      • 设定内容居中、居左、居右
      • SmartyPants
    • 创建一个自定义列表
    • 如何创建一个注脚
    • 注释也是必不可少的
    • KaTeX数学公式
    • 新的甘特图功能,丰富你的文章
    • UML 图表
    • FLowchart流程图
    • 导出与导入
      • 导出
      • 导入

欢迎使用Markdown编辑器

你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Markdown编辑器, 可以仔细阅读这篇文章,了解一下Markdown的基本语法知识。

〇、数据库

Laser scans (CyberwareTM):
包含200个年轻成年人的人脸头像,其中100名男性,100名女性。

一、 建立人脸表示模型

一个3D人脸模型:n个顶点,每个顶点的位置(XiX_iXi​, YiY_iYi​, ZiZ_iZi​)和颜色(RiR_iRi​,GiG_iGi​,BiB_iBi​)

人脸形状模型和纹理模型由m个范例脸生成(加权和),
Smod=∑i=1mαiSiS_{mod}=\sum \limits_{i=1}^m \alpha_i S^i Smod​=i=1∑m​αi​Si

我们对Markdown编辑器进行了一些功能拓展与语法支持,除了标准的Markdown编辑器功能,我们增加了如下几点新功能,帮助你用它写博客:

  1. 全新的界面设计 ,将会带来全新的写作体验;
  2. 在创作中心设置你喜爱的代码高亮样式,Markdown 将代码片显示选择的高亮样式 进行展示;
  3. 增加了 图片拖拽 功能,你可以将本地的图片直接拖拽到编辑区域直接展示;
  4. 全新的 KaTeX数学公式 语法;
  5. 增加了支持甘特图的mermaid语法1 功能;
  6. 增加了 多屏幕编辑 Markdown文章功能;
  7. 增加了 焦点写作模式、预览模式、简洁写作模式、左右区域同步滚轮设置 等功3能,功能按钮位于编辑区域与预览区域中间;
  8. 增加了 检查列表 功能。

二、人脸模型的处理

撤销:Ctrl/Command + Z
重做:Ctrl/Command + Y
加粗:Ctrl/Command + B
斜体:Ctrl/Command + I
标题:Ctrl/Command + Shift + H
无序列表:Ctrl/Command + Shift + U
有序列表:Ctrl/Command + Shift + O
检查列表:Ctrl/Command + Shift + C
插入代码:Ctrl/Command + Shift + K
插入链接:Ctrl/Command + Shift + L
插入图片:Ctrl/Command + Shift + G
查找:Ctrl/Command + F
替换:Ctrl/Command + G

三、面部特征

直接输入1次#,并按下space后,将生成1级标题。
输入2次#,并按下space后,将生成2级标题。
以此类推,我们支持6级标题。有助于使用TOC语法后生成一个完美的目录。

四、形状模型与输入模型的对应

4.1 形状模型与照片的对应

4.2 形状模型与三维扫描图像的对应

强调文本 强调文本

加粗文本 加粗文本

标记文本

删除文本

引用文本

H2O is是液体。

210 运算结果是 1024.

五、构建可变形模型(Morphable model)

链接: link.

图片:

带尺寸的图片:

居中的图片:

居中并且带尺寸的图片:

当然,我们为了让用户更加便捷,我们增加了图片拖拽功能。

如何插入一段漂亮的代码片

去博客设置页面,选择一款你喜欢的代码片高亮样式,下面展示同样高亮的 代码片.

// An highlighted block
var foo = 'bar';

六、实验结果

通过在200个算例中自动创建对应关系,来建立一个morphable face model。这种交互式建模系统能够使用户创建新的特征和通过修改模型系数来修改面部特征。在先验概率约束下,可以生成多个不同的人脸,但所有范例脸的线性组合看起来都很自然。

  1. 算例1—测试模型的表达力

    从中年Caucasian人脸图片中自动重建3D人脸,这些人脸图片均不在数据库中,它们是采用数码相机拍的或者是在任意位置条件下得到的。在所有的算例中,我们与morphable model相匹配,此model是由数据库200张人脸的前100个形状和前100个纹理主成分构建的,每个成分被额外分成4部分。整个匹配过程进行了10510^5105次迭代。在SCI R10000处理器上,计算时间达到50分钟。

    从单张图片重建3D人脸的形状和纹理本来就是个病态问题。但是,对于观察者(他们也仅知道输入图像)而言,采用本法得到的结果看起来很真。当与一幅具有旋转人脸的真实图像相比,只有当旋转角度超过60度时,才能看出区别。

注:主成分是在人脸图像角度来说的,每个成分是一组向量,每个向量被分为4个部分。

  1. 算例2—从二维图像重构三维人脸的应用

    结果可用于原图或者电影中人脸的后处理。知道图像中人脸的三维形状能够将图像分为人脸区域和背景区域。人脸区域可以与其他3D图形物体结合起来,例如眼睛和帽子,然后在背景前渲染并计算新的投影和光照条件。此外,可以通过增加或者删除特定的特征来改变人脸外观。如果之前不可见的背景变得可见了,可以采用相邻的背景像素来补洞。

  2. 算例3—油画(Mana Lisa)

由于非寻常的光照,光修正纹理提取是很难的。我们采用一种不同的方法,把油画中的全部细节转换到全新的视角。对于新的光照,采用不同的光照对重构的3D人脸图像进行渲染,并将油画中的初始值乘以像素值上的相对变化。对于新的姿势,阴影上的差别可以以一种相似的方式转移。根据重建图形3D顶点位移的2D投影,油画发生扭曲。

注:这段很绕口,后续添加英文原文。

  • 项目

    • 项目

      • 项目
  1. 项目1
  2. 项目2
  3. 项目3
  • 计划任务
  • 完成任务

创建一个表格

一个简单的表格是这么创建的:

项目 Value
电脑 $1600
手机 $12
导管 $1

设定内容居中、居左、居右

使用:---------:居中
使用:----------居左
使用----------:居右

第一列 第二列 第三列
第一列文本居中 第二列文本居右 第三列文本居左

SmartyPants

SmartyPants将ASCII标点字符转换为“智能”印刷标点HTML实体。例如:

TYPE ASCII HTML
Single backticks 'Isn't this fun?' ‘Isn’t this fun?’
Quotes "Isn't this fun?" “Isn’t this fun?”
Dashes -- is en-dash, --- is em-dash – is en-dash, — is em-dash

创建一个自定义列表

Markdown
Text-to-HTML conversion tool
Authors
John
Luke

如何创建一个注脚

一个具有注脚的文本。2

注释也是必不可少的

Markdown将文本转换为 HTML

KaTeX数学公式

您可以使用渲染LaTeX数学表达式 KaTeX:

Gamma公式展示 Γ(n)=(n−1)!∀n∈N\Gamma(n) = (n-1)!\quad\forall n\in\mathbb NΓ(n)=(n−1)!∀n∈N 是通过欧拉积分

Γ(z)=∫0∞tz−1e−tdt.\Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. Γ(z)=∫0∞​tz−1e−tdt.

你可以找到更多关于的信息 LaTeX 数学表达式here.

新的甘特图功能,丰富你的文章

Mon 06Mon 13Mon 20已完成 进行中 计划一 计划二 现有任务Adding GANTT diagram functionality to mermaid
  • 关于 甘特图 语法,参考 这儿,

UML 图表

可以使用UML图表进行渲染。 Mermaid. 例如下面产生的一个序列图:

#mermaid-svg-4yzD0K9WhpwnLVj6 .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 .label text{fill:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 .node rect,#mermaid-svg-4yzD0K9WhpwnLVj6 .node circle,#mermaid-svg-4yzD0K9WhpwnLVj6 .node ellipse,#mermaid-svg-4yzD0K9WhpwnLVj6 .node polygon,#mermaid-svg-4yzD0K9WhpwnLVj6 .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-4yzD0K9WhpwnLVj6 .node .label{text-align:center;fill:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 .node.clickable{cursor:pointer}#mermaid-svg-4yzD0K9WhpwnLVj6 .arrowheadPath{fill:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-4yzD0K9WhpwnLVj6 .flowchart-link{stroke:#333;fill:none}#mermaid-svg-4yzD0K9WhpwnLVj6 .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-4yzD0K9WhpwnLVj6 .edgeLabel rect{opacity:0.9}#mermaid-svg-4yzD0K9WhpwnLVj6 .edgeLabel span{color:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-4yzD0K9WhpwnLVj6 .cluster text{fill:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-4yzD0K9WhpwnLVj6 .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-4yzD0K9WhpwnLVj6 text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-4yzD0K9WhpwnLVj6 .actor-line{stroke:grey}#mermaid-svg-4yzD0K9WhpwnLVj6 .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 .sequenceNumber{fill:#fff}#mermaid-svg-4yzD0K9WhpwnLVj6 #sequencenumber{fill:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 #crosshead path{fill:#333;stroke:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 .messageText{fill:#333;stroke:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-4yzD0K9WhpwnLVj6 .labelText,#mermaid-svg-4yzD0K9WhpwnLVj6 .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-4yzD0K9WhpwnLVj6 .loopText,#mermaid-svg-4yzD0K9WhpwnLVj6 .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-4yzD0K9WhpwnLVj6 .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-4yzD0K9WhpwnLVj6 .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-4yzD0K9WhpwnLVj6 .noteText,#mermaid-svg-4yzD0K9WhpwnLVj6 .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-4yzD0K9WhpwnLVj6 .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-4yzD0K9WhpwnLVj6 .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-4yzD0K9WhpwnLVj6 .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-4yzD0K9WhpwnLVj6 .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-4yzD0K9WhpwnLVj6 .section{stroke:none;opacity:0.2}#mermaid-svg-4yzD0K9WhpwnLVj6 .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-4yzD0K9WhpwnLVj6 .section2{fill:#fff400}#mermaid-svg-4yzD0K9WhpwnLVj6 .section1,#mermaid-svg-4yzD0K9WhpwnLVj6 .section3{fill:#fff;opacity:0.2}#mermaid-svg-4yzD0K9WhpwnLVj6 .sectionTitle0{fill:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 .sectionTitle1{fill:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 .sectionTitle2{fill:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 .sectionTitle3{fill:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-4yzD0K9WhpwnLVj6 .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-4yzD0K9WhpwnLVj6 .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-4yzD0K9WhpwnLVj6 .grid path{stroke-width:0}#mermaid-svg-4yzD0K9WhpwnLVj6 .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-4yzD0K9WhpwnLVj6 .task{stroke-width:2}#mermaid-svg-4yzD0K9WhpwnLVj6 .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-4yzD0K9WhpwnLVj6 .taskText:not([font-size]){font-size:11px}#mermaid-svg-4yzD0K9WhpwnLVj6 .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-4yzD0K9WhpwnLVj6 .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-4yzD0K9WhpwnLVj6 .task.clickable{cursor:pointer}#mermaid-svg-4yzD0K9WhpwnLVj6 .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-4yzD0K9WhpwnLVj6 .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-4yzD0K9WhpwnLVj6 .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-4yzD0K9WhpwnLVj6 .taskText0,#mermaid-svg-4yzD0K9WhpwnLVj6 .taskText1,#mermaid-svg-4yzD0K9WhpwnLVj6 .taskText2,#mermaid-svg-4yzD0K9WhpwnLVj6 .taskText3{fill:#fff}#mermaid-svg-4yzD0K9WhpwnLVj6 .task0,#mermaid-svg-4yzD0K9WhpwnLVj6 .task1,#mermaid-svg-4yzD0K9WhpwnLVj6 .task2,#mermaid-svg-4yzD0K9WhpwnLVj6 .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-4yzD0K9WhpwnLVj6 .taskTextOutside0,#mermaid-svg-4yzD0K9WhpwnLVj6 .taskTextOutside2{fill:#000}#mermaid-svg-4yzD0K9WhpwnLVj6 .taskTextOutside1,#mermaid-svg-4yzD0K9WhpwnLVj6 .taskTextOutside3{fill:#000}#mermaid-svg-4yzD0K9WhpwnLVj6 .active0,#mermaid-svg-4yzD0K9WhpwnLVj6 .active1,#mermaid-svg-4yzD0K9WhpwnLVj6 .active2,#mermaid-svg-4yzD0K9WhpwnLVj6 .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-4yzD0K9WhpwnLVj6 .activeText0,#mermaid-svg-4yzD0K9WhpwnLVj6 .activeText1,#mermaid-svg-4yzD0K9WhpwnLVj6 .activeText2,#mermaid-svg-4yzD0K9WhpwnLVj6 .activeText3{fill:#000 !important}#mermaid-svg-4yzD0K9WhpwnLVj6 .done0,#mermaid-svg-4yzD0K9WhpwnLVj6 .done1,#mermaid-svg-4yzD0K9WhpwnLVj6 .done2,#mermaid-svg-4yzD0K9WhpwnLVj6 .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-4yzD0K9WhpwnLVj6 .doneText0,#mermaid-svg-4yzD0K9WhpwnLVj6 .doneText1,#mermaid-svg-4yzD0K9WhpwnLVj6 .doneText2,#mermaid-svg-4yzD0K9WhpwnLVj6 .doneText3{fill:#000 !important}#mermaid-svg-4yzD0K9WhpwnLVj6 .crit0,#mermaid-svg-4yzD0K9WhpwnLVj6 .crit1,#mermaid-svg-4yzD0K9WhpwnLVj6 .crit2,#mermaid-svg-4yzD0K9WhpwnLVj6 .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-4yzD0K9WhpwnLVj6 .activeCrit0,#mermaid-svg-4yzD0K9WhpwnLVj6 .activeCrit1,#mermaid-svg-4yzD0K9WhpwnLVj6 .activeCrit2,#mermaid-svg-4yzD0K9WhpwnLVj6 .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-4yzD0K9WhpwnLVj6 .doneCrit0,#mermaid-svg-4yzD0K9WhpwnLVj6 .doneCrit1,#mermaid-svg-4yzD0K9WhpwnLVj6 .doneCrit2,#mermaid-svg-4yzD0K9WhpwnLVj6 .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-4yzD0K9WhpwnLVj6 .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-4yzD0K9WhpwnLVj6 .milestoneText{font-style:italic}#mermaid-svg-4yzD0K9WhpwnLVj6 .doneCritText0,#mermaid-svg-4yzD0K9WhpwnLVj6 .doneCritText1,#mermaid-svg-4yzD0K9WhpwnLVj6 .doneCritText2,#mermaid-svg-4yzD0K9WhpwnLVj6 .doneCritText3{fill:#000 !important}#mermaid-svg-4yzD0K9WhpwnLVj6 .activeCritText0,#mermaid-svg-4yzD0K9WhpwnLVj6 .activeCritText1,#mermaid-svg-4yzD0K9WhpwnLVj6 .activeCritText2,#mermaid-svg-4yzD0K9WhpwnLVj6 .activeCritText3{fill:#000 !important}#mermaid-svg-4yzD0K9WhpwnLVj6 .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-4yzD0K9WhpwnLVj6 g.classGroup text{fill:#9370db;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}#mermaid-svg-4yzD0K9WhpwnLVj6 g.classGroup text .title{font-weight:bolder}#mermaid-svg-4yzD0K9WhpwnLVj6 g.clickable{cursor:pointer}#mermaid-svg-4yzD0K9WhpwnLVj6 g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-4yzD0K9WhpwnLVj6 g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-4yzD0K9WhpwnLVj6 .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-4yzD0K9WhpwnLVj6 .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-4yzD0K9WhpwnLVj6 .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-4yzD0K9WhpwnLVj6 .dashed-line{stroke-dasharray:3}#mermaid-svg-4yzD0K9WhpwnLVj6 #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-4yzD0K9WhpwnLVj6 #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-4yzD0K9WhpwnLVj6 #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-4yzD0K9WhpwnLVj6 #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-4yzD0K9WhpwnLVj6 #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-4yzD0K9WhpwnLVj6 #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-4yzD0K9WhpwnLVj6 #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-4yzD0K9WhpwnLVj6 #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-4yzD0K9WhpwnLVj6 .commit-id,#mermaid-svg-4yzD0K9WhpwnLVj6 .commit-msg,#mermaid-svg-4yzD0K9WhpwnLVj6 .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-4yzD0K9WhpwnLVj6 .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-4yzD0K9WhpwnLVj6 .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-4yzD0K9WhpwnLVj6 g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-4yzD0K9WhpwnLVj6 g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-4yzD0K9WhpwnLVj6 g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-4yzD0K9WhpwnLVj6 g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-4yzD0K9WhpwnLVj6 g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-4yzD0K9WhpwnLVj6 .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-4yzD0K9WhpwnLVj6 .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-4yzD0K9WhpwnLVj6 .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-4yzD0K9WhpwnLVj6 .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-4yzD0K9WhpwnLVj6 .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-4yzD0K9WhpwnLVj6 .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-4yzD0K9WhpwnLVj6 .edgeLabel text{fill:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-4yzD0K9WhpwnLVj6 .node circle.state-start{fill:black;stroke:black}#mermaid-svg-4yzD0K9WhpwnLVj6 .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-4yzD0K9WhpwnLVj6 #statediagram-barbEnd{fill:#9370db}#mermaid-svg-4yzD0K9WhpwnLVj6 .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-4yzD0K9WhpwnLVj6 .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-4yzD0K9WhpwnLVj6 .statediagram-state .divider{stroke:#9370db}#mermaid-svg-4yzD0K9WhpwnLVj6 .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-4yzD0K9WhpwnLVj6 .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-4yzD0K9WhpwnLVj6 .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-4yzD0K9WhpwnLVj6 .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-4yzD0K9WhpwnLVj6 .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-4yzD0K9WhpwnLVj6 .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-4yzD0K9WhpwnLVj6 .note-edge{stroke-dasharray:5}#mermaid-svg-4yzD0K9WhpwnLVj6 .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}#mermaid-svg-4yzD0K9WhpwnLVj6 .error-icon{fill:#522}#mermaid-svg-4yzD0K9WhpwnLVj6 .error-text{fill:#522;stroke:#522}#mermaid-svg-4yzD0K9WhpwnLVj6 .edge-thickness-normal{stroke-width:2px}#mermaid-svg-4yzD0K9WhpwnLVj6 .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-4yzD0K9WhpwnLVj6 .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-4yzD0K9WhpwnLVj6 .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-4yzD0K9WhpwnLVj6 .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-4yzD0K9WhpwnLVj6 .marker{fill:#333}#mermaid-svg-4yzD0K9WhpwnLVj6 .marker.cross{stroke:#333}:root { --mermaid-font-family: "trebuchet ms", verdana, arial;}#mermaid-svg-4yzD0K9WhpwnLVj6 {color: rgba(0, 0, 0, 0.75);font: ;}张三李四王五你好!李四, 最近怎么样?你最近怎么样,王五?我很好,谢谢!我很好,谢谢!李四想了很长时间, 文字太长了不适合放在一行.打量着王五...很好... 王五, 你怎么样?张三李四王五

这将产生一个流程图。:

#mermaid-svg-EPDJQg67HeaAQo6e .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-EPDJQg67HeaAQo6e .label text{fill:#333}#mermaid-svg-EPDJQg67HeaAQo6e .node rect,#mermaid-svg-EPDJQg67HeaAQo6e .node circle,#mermaid-svg-EPDJQg67HeaAQo6e .node ellipse,#mermaid-svg-EPDJQg67HeaAQo6e .node polygon,#mermaid-svg-EPDJQg67HeaAQo6e .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-EPDJQg67HeaAQo6e .node .label{text-align:center;fill:#333}#mermaid-svg-EPDJQg67HeaAQo6e .node.clickable{cursor:pointer}#mermaid-svg-EPDJQg67HeaAQo6e .arrowheadPath{fill:#333}#mermaid-svg-EPDJQg67HeaAQo6e .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-EPDJQg67HeaAQo6e .flowchart-link{stroke:#333;fill:none}#mermaid-svg-EPDJQg67HeaAQo6e .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-EPDJQg67HeaAQo6e .edgeLabel rect{opacity:0.9}#mermaid-svg-EPDJQg67HeaAQo6e .edgeLabel span{color:#333}#mermaid-svg-EPDJQg67HeaAQo6e .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-EPDJQg67HeaAQo6e .cluster text{fill:#333}#mermaid-svg-EPDJQg67HeaAQo6e div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-EPDJQg67HeaAQo6e .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-EPDJQg67HeaAQo6e text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-EPDJQg67HeaAQo6e .actor-line{stroke:grey}#mermaid-svg-EPDJQg67HeaAQo6e .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-EPDJQg67HeaAQo6e .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-EPDJQg67HeaAQo6e #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-EPDJQg67HeaAQo6e .sequenceNumber{fill:#fff}#mermaid-svg-EPDJQg67HeaAQo6e #sequencenumber{fill:#333}#mermaid-svg-EPDJQg67HeaAQo6e #crosshead path{fill:#333;stroke:#333}#mermaid-svg-EPDJQg67HeaAQo6e .messageText{fill:#333;stroke:#333}#mermaid-svg-EPDJQg67HeaAQo6e .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-EPDJQg67HeaAQo6e .labelText,#mermaid-svg-EPDJQg67HeaAQo6e .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-EPDJQg67HeaAQo6e .loopText,#mermaid-svg-EPDJQg67HeaAQo6e .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-EPDJQg67HeaAQo6e .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-EPDJQg67HeaAQo6e .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-EPDJQg67HeaAQo6e .noteText,#mermaid-svg-EPDJQg67HeaAQo6e .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-EPDJQg67HeaAQo6e .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-EPDJQg67HeaAQo6e .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-EPDJQg67HeaAQo6e .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-EPDJQg67HeaAQo6e .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-EPDJQg67HeaAQo6e .section{stroke:none;opacity:0.2}#mermaid-svg-EPDJQg67HeaAQo6e .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-EPDJQg67HeaAQo6e .section2{fill:#fff400}#mermaid-svg-EPDJQg67HeaAQo6e .section1,#mermaid-svg-EPDJQg67HeaAQo6e .section3{fill:#fff;opacity:0.2}#mermaid-svg-EPDJQg67HeaAQo6e .sectionTitle0{fill:#333}#mermaid-svg-EPDJQg67HeaAQo6e .sectionTitle1{fill:#333}#mermaid-svg-EPDJQg67HeaAQo6e .sectionTitle2{fill:#333}#mermaid-svg-EPDJQg67HeaAQo6e .sectionTitle3{fill:#333}#mermaid-svg-EPDJQg67HeaAQo6e .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-EPDJQg67HeaAQo6e .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-EPDJQg67HeaAQo6e .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-EPDJQg67HeaAQo6e .grid path{stroke-width:0}#mermaid-svg-EPDJQg67HeaAQo6e .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-EPDJQg67HeaAQo6e .task{stroke-width:2}#mermaid-svg-EPDJQg67HeaAQo6e .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-EPDJQg67HeaAQo6e .taskText:not([font-size]){font-size:11px}#mermaid-svg-EPDJQg67HeaAQo6e .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-EPDJQg67HeaAQo6e .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-EPDJQg67HeaAQo6e .task.clickable{cursor:pointer}#mermaid-svg-EPDJQg67HeaAQo6e .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-EPDJQg67HeaAQo6e .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-EPDJQg67HeaAQo6e .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-EPDJQg67HeaAQo6e .taskText0,#mermaid-svg-EPDJQg67HeaAQo6e .taskText1,#mermaid-svg-EPDJQg67HeaAQo6e .taskText2,#mermaid-svg-EPDJQg67HeaAQo6e .taskText3{fill:#fff}#mermaid-svg-EPDJQg67HeaAQo6e .task0,#mermaid-svg-EPDJQg67HeaAQo6e .task1,#mermaid-svg-EPDJQg67HeaAQo6e .task2,#mermaid-svg-EPDJQg67HeaAQo6e .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-EPDJQg67HeaAQo6e .taskTextOutside0,#mermaid-svg-EPDJQg67HeaAQo6e .taskTextOutside2{fill:#000}#mermaid-svg-EPDJQg67HeaAQo6e .taskTextOutside1,#mermaid-svg-EPDJQg67HeaAQo6e .taskTextOutside3{fill:#000}#mermaid-svg-EPDJQg67HeaAQo6e .active0,#mermaid-svg-EPDJQg67HeaAQo6e .active1,#mermaid-svg-EPDJQg67HeaAQo6e .active2,#mermaid-svg-EPDJQg67HeaAQo6e .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-EPDJQg67HeaAQo6e .activeText0,#mermaid-svg-EPDJQg67HeaAQo6e .activeText1,#mermaid-svg-EPDJQg67HeaAQo6e .activeText2,#mermaid-svg-EPDJQg67HeaAQo6e .activeText3{fill:#000 !important}#mermaid-svg-EPDJQg67HeaAQo6e .done0,#mermaid-svg-EPDJQg67HeaAQo6e .done1,#mermaid-svg-EPDJQg67HeaAQo6e .done2,#mermaid-svg-EPDJQg67HeaAQo6e .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-EPDJQg67HeaAQo6e .doneText0,#mermaid-svg-EPDJQg67HeaAQo6e .doneText1,#mermaid-svg-EPDJQg67HeaAQo6e .doneText2,#mermaid-svg-EPDJQg67HeaAQo6e .doneText3{fill:#000 !important}#mermaid-svg-EPDJQg67HeaAQo6e .crit0,#mermaid-svg-EPDJQg67HeaAQo6e .crit1,#mermaid-svg-EPDJQg67HeaAQo6e .crit2,#mermaid-svg-EPDJQg67HeaAQo6e .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-EPDJQg67HeaAQo6e .activeCrit0,#mermaid-svg-EPDJQg67HeaAQo6e .activeCrit1,#mermaid-svg-EPDJQg67HeaAQo6e .activeCrit2,#mermaid-svg-EPDJQg67HeaAQo6e .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-EPDJQg67HeaAQo6e .doneCrit0,#mermaid-svg-EPDJQg67HeaAQo6e .doneCrit1,#mermaid-svg-EPDJQg67HeaAQo6e .doneCrit2,#mermaid-svg-EPDJQg67HeaAQo6e .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-EPDJQg67HeaAQo6e .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-EPDJQg67HeaAQo6e .milestoneText{font-style:italic}#mermaid-svg-EPDJQg67HeaAQo6e .doneCritText0,#mermaid-svg-EPDJQg67HeaAQo6e .doneCritText1,#mermaid-svg-EPDJQg67HeaAQo6e .doneCritText2,#mermaid-svg-EPDJQg67HeaAQo6e .doneCritText3{fill:#000 !important}#mermaid-svg-EPDJQg67HeaAQo6e .activeCritText0,#mermaid-svg-EPDJQg67HeaAQo6e .activeCritText1,#mermaid-svg-EPDJQg67HeaAQo6e .activeCritText2,#mermaid-svg-EPDJQg67HeaAQo6e .activeCritText3{fill:#000 !important}#mermaid-svg-EPDJQg67HeaAQo6e .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-EPDJQg67HeaAQo6e g.classGroup text{fill:#9370db;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}#mermaid-svg-EPDJQg67HeaAQo6e g.classGroup text .title{font-weight:bolder}#mermaid-svg-EPDJQg67HeaAQo6e g.clickable{cursor:pointer}#mermaid-svg-EPDJQg67HeaAQo6e g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-EPDJQg67HeaAQo6e g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-EPDJQg67HeaAQo6e .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-EPDJQg67HeaAQo6e .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-EPDJQg67HeaAQo6e .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-EPDJQg67HeaAQo6e .dashed-line{stroke-dasharray:3}#mermaid-svg-EPDJQg67HeaAQo6e #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-EPDJQg67HeaAQo6e #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-EPDJQg67HeaAQo6e #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-EPDJQg67HeaAQo6e #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-EPDJQg67HeaAQo6e #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-EPDJQg67HeaAQo6e #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-EPDJQg67HeaAQo6e #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-EPDJQg67HeaAQo6e #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-EPDJQg67HeaAQo6e .commit-id,#mermaid-svg-EPDJQg67HeaAQo6e .commit-msg,#mermaid-svg-EPDJQg67HeaAQo6e .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-EPDJQg67HeaAQo6e .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-EPDJQg67HeaAQo6e .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-EPDJQg67HeaAQo6e g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-EPDJQg67HeaAQo6e g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-EPDJQg67HeaAQo6e g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-EPDJQg67HeaAQo6e g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-EPDJQg67HeaAQo6e g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-EPDJQg67HeaAQo6e g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-EPDJQg67HeaAQo6e .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-EPDJQg67HeaAQo6e .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-EPDJQg67HeaAQo6e .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-EPDJQg67HeaAQo6e .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-EPDJQg67HeaAQo6e .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-EPDJQg67HeaAQo6e .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-EPDJQg67HeaAQo6e .edgeLabel text{fill:#333}#mermaid-svg-EPDJQg67HeaAQo6e .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-EPDJQg67HeaAQo6e .node circle.state-start{fill:black;stroke:black}#mermaid-svg-EPDJQg67HeaAQo6e .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-EPDJQg67HeaAQo6e #statediagram-barbEnd{fill:#9370db}#mermaid-svg-EPDJQg67HeaAQo6e .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-EPDJQg67HeaAQo6e .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-EPDJQg67HeaAQo6e .statediagram-state .divider{stroke:#9370db}#mermaid-svg-EPDJQg67HeaAQo6e .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-EPDJQg67HeaAQo6e .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-EPDJQg67HeaAQo6e .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-EPDJQg67HeaAQo6e .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-EPDJQg67HeaAQo6e .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-EPDJQg67HeaAQo6e .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-EPDJQg67HeaAQo6e .note-edge{stroke-dasharray:5}#mermaid-svg-EPDJQg67HeaAQo6e .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}#mermaid-svg-EPDJQg67HeaAQo6e .error-icon{fill:#522}#mermaid-svg-EPDJQg67HeaAQo6e .error-text{fill:#522;stroke:#522}#mermaid-svg-EPDJQg67HeaAQo6e .edge-thickness-normal{stroke-width:2px}#mermaid-svg-EPDJQg67HeaAQo6e .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-EPDJQg67HeaAQo6e .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-EPDJQg67HeaAQo6e .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-EPDJQg67HeaAQo6e .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-EPDJQg67HeaAQo6e .marker{fill:#333}#mermaid-svg-EPDJQg67HeaAQo6e .marker.cross{stroke:#333}:root { --mermaid-font-family: "trebuchet ms", verdana, arial;}#mermaid-svg-EPDJQg67HeaAQo6e {color: rgba(0, 0, 0, 0.75);font: ;}

链接
长方形
圆角长方形
菱形
  • 关于 Mermaid 语法,参考 这儿,

FLowchart流程图

我们依旧会支持flowchart的流程图:

Created with Raphaël 2.3.0开始我的操作确认?结束yesno
  • 关于 Flowchart流程图 语法,参考 这儿.

导出与导入

导出

如果你想尝试使用此编辑器, 你可以在此篇文章任意编辑。当你完成了一篇文章的写作, 在上方工具栏找到 文章导出 ,生成一个.md文件或者.html文件进行本地保存。

导入

如果你想加载一篇你写过的.md文件,在上方工具栏可以选择导入功能进行对应扩展名的文件导入,
继续你的创作。


  1. mermaid语法说明 ↩︎

  2. 注脚的解释 ↩︎

A morphable model for the synthesis of 3D faces 学习笔记(未完)相关推荐

  1. A Morphable Model For The Synthesis Of 3D Faces 论文解析 3DMM

    A Morphable Model For The Synthesis Of 3D Faces 1.摘要 本文介绍了一种新的三维纹理人脸建模技术.3D人脸可以从一张或多张照片中自动生成. 通过3D人脸 ...

  2. arduino平台的3D打印机学习笔记

    ❤ 2018.8.22 开了个新坑,其实也不算是新坑,毕竟3d打印机的设想早已有之,只是一直缺少实(ma)践(ni),现在有时间有闲钱,所以就开始着手了. 我的计划是: 1.查找资料,熟悉marlin ...

  3. Unity 中的 3D 数学学习笔记——认识坐标系及坐标系之间的转换

    一 :3d空间坐标系  x,y,z 轴 z轴方向确定有两种方式 左手坐标系和右手坐标系 左手坐标系:伸开左手,大拇指指向X轴正方向,食指指向Y轴正方向,其他三个手指指向Z轴正方向. 右手坐标系:伸开右 ...

  4. Substance 3D 视频学习笔记

    官方:https://www.substance3d.com/ Assets 官方资源:https://substance3d.adobe.com/assets/allassets Substance ...

  5. 【Unity 3D】学习笔记三十六:物理引擎——刚体

    物理引擎就是游戏中模拟真是的物理效果.如两个物体发生碰撞,物体自由落体等.在unity中使用的是NVIDIA的physX,它渲染的游戏画面很逼真. 刚体 刚体是一个很很中要的组件. 默认情况下,新创的 ...

  6. 3D仿真学习笔记(七)-- 五轴精密数控机床坐标系设定

    上图为一五轴精密数控机床结构示意图. 轴. 轴相互连接固定在Y轴拖板上,. 轴拖板相互垂直,工件安装在  轴上,传感器安装在主轴上.下图为精密数控机床拓扑结构. 1 五轴精密数控机床坐标系设定 建立机 ...

  7. 3D Morphable Model Method

    This note is a brief summary of the 3DMM paper A Morphable Model For The Synthesis Of 3D Faces. Note ...

  8. 3D人脸重建--学习笔记

    本文旨在学习总结2D到3D人脸重建相关问题,个人水平有限,本人也是刚开始调研3D人脸重建,不足之处望大神指点改进. 文章目录 1 什么是3D人脸重建? 2 重建方法分类 3 通用模型3D人脸重建 4 ...

  9. Java 3D编程实践_Java 3D编程实践——网络上的三维动画[学习笔记]

    评论 # re: Java 3D编程实践--网络上的三维动画[学习笔记] 2006-08-24 23:41 gy # re: Java 3D编程实践--网络上的三维动画[学习笔记] 2007-03-2 ...

最新文章

  1. typera插入网站
  2. java和python的比较-java和python的比较
  3. vc6.0打开工程出现程序崩了的原因
  4. node 获取表单数据 为空_数据结构与算法(python)单向链表篇
  5. 文件上传之Springmvc方式上传原理分析
  6. 水晶报表 jar包版本过低_工具类学习-UReport报表设计器整合
  7. 【LeetCode笔记】39. 组合总和(Java、DFS回溯、队列)
  8. Redis管道(Pipeline)详解
  9. [再mark] 系统注册的dpc,枚举定时器相关的……
  10. CentOS 7下设置Docker代理(Linux下Systemd服务的环境变量配置)
  11. metal分析是什么意思_变压器原理是什么?容量是什么意思?电力工程技术专家精讲分析...
  12. 依图要修AI语音双学位,左手摸底考第一名成绩单,右手开放平台方案
  13. 微服务 第八章 SpringBoot多数据源的配置(通过Spring Data JPA 的方式)
  14. think in java 读书笔记 1 ——移位
  15. JS 使用RSA加密解密
  16. socket通信过程
  17. 网络安全-利用sniffer抓包软件,分析IP头的结构(详解)
  18. 差距:我是如何一步步落后于别人
  19. asp.net实现无刷新ajax技术登录界面
  20. 【2017.04.25】蘑菇街一面面经

热门文章

  1. mix3刷魔趣(简记)
  2. 2023年,IT互联网还有发展前景吗?
  3. (四) DWR JS工作流程
  4. 解决LRC2021在windows系统上安装失败问题 Lightroom Classic v10.4中文安装教程 一看就会安装
  5. 一次帮用户解决源码被敲诈事件
  6. 基于C++实现MFC简单的纸牌小游戏,附纸牌游戏引擎源码!
  7. 【东南亚最大互联网公司 Grab 招人啦~】
  8. oce专项认证 oracle_官方解密Oracle 数据库认证
  9. Presonus Studio One 4 5 Soundsets Complete 原厂拓展音色和效果包
  10. JSON的简单介绍以及C语言的JSON库使用