latex做ppt_latex制作流程图精选模板一则

b273e8782ea6db32ac9877df6c2b1dc2.png
begin{tikzpicture}[node distance=2cm]
    node (pic) [startstop] {待测图片};
    node (bg) [io, below of=pic] {读取背景};
    node (pair) [process, below of=bg] {匹配特征点对};
    node (threshold) [decision, below of=pair, yshift=-0.5cm] {多于阈值};
    node (clear) [decision, right of=threshold, xshift=3cm] {清晰?};
    node (capture) [process, right of=pair, xshift=3cm, yshift=0.5cm] {重采};
    node (matrix_p) [process, below of=threshold, yshift=-0.8cm] {透视变换矩阵};
    node (matrix_a) [process, right of=matrix_p, xshift=3cm] {仿射变换矩阵};
    node (reg) [process, below of=matrix_p] {图像修正};
    node (return) [startstop, below of=reg] {配准结果};
     
    %连接具体形状
    draw [arrow](pic) -- (bg);
    draw [arrow](bg) -- (pair);
    draw [arrow](pair) -- (threshold);

    draw [arrow](threshold) -- node[anchor=south] {否} (clear);

    draw [arrow](clear) -- node[anchor=west] {否} (capture);
    draw [arrow](capture) |- (pic);
    draw [arrow](clear) -- node[anchor=west] {是} (matrix_a);
    draw [arrow](matrix_a) |- (reg);

    draw [arrow](threshold) -- node[anchor=east] {是} (matrix_p);
    draw [arrow](matrix_p) -- (reg);
    draw [arrow](reg) -- (return);
end{tikzpicture}
  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值