Paper English
论文中的英语
单词
a
- arange 整理
- ambiguity 含糊的
- aggregate 总量
- auxiliary 辅助的
- alleviate 缓解
- aberrant 异常的
- akin 类似的
- Acknowledgment 确认
b
- baseline 基线; 水平线
- bidirectional
- base 基
c
- reconstruction 重建
- composition 组成
- casually 随意地
- calibration 标定
- coherent 连贯的; 合乎逻辑的
- confine 限制
- coarse 粗糙的
- compound 复合
- clutter 杂乱
- correction 修正
- coherent 连贯的
- collaborate 合作
- congest 阻塞的
- consecutive 连续的
- Consensus 共识
d
- deduce 推论
- displacement 位移
- dominant 明显的
- intrinsically 本质上
- derive 推导出
- drawback 缺点
- dubbed 被称为
- disjoint 不相交的
- degenerate 简化; 退化
e
- equivalence 等价
- encapsulate 概括
- Eligible 符合条件
f
- frontier 前沿
- forensic 法医
g
- gist 主旨
h
- historic 历史的
- homography 射影映射; 单应性
- homogenous 齐次的
- heterogeneous 异构
- hierarchy 层次
- hamper 阻碍
- hurdle 障碍
- Heterogeneity 非均质性的
i
- inherent 固有的
- instrumentation 仪器
- intermediate 中间
- inevitably 必然
- incentivize 激励
- isotropic 各向同性的
- isomorphism 同构
- infuse 注入
- infeasible 不可行的
- ineffectiveness 无效
- inductive 归纳
j
- junctions 连接
l
- leverage 利用
- linkage 链接
m
- modeling 建模
- morph 渐变
- motion 运动
- mosaic 马赛克
- magnitude 大小
- multipolar 多极
- mimic 模仿
- motif 动机
n
- 正态
o
- occlusion 遮挡
- optical 光学的
- omit 省略
- r
- Retransmission 重传
p
- photometric 光度
- pose 位姿
- planar 平面
- prevalent 流行的
- piecewise 分段
- parallax 视差
- attenuate 衰减
- perceptual 感知
- perceive 感知
- premise 前提
- prone 易于; 倾向于
- predominant 占优势的; 主导的
r
- retrieve 获取
- remedy 改进
- restrict 限制
- recurrent 周期的
- restrain 抑制
- resemblance 相似的
- relay 传达
- rational 合理的
- reside 驻留
- retrieval 检索
s
- stereo 立体
- scenic 风景优美
- synthesize 合成
- stabilization 稳定
- surpass 胜过
- signify 表示
- salient 显著的
- silhouette 轮廓
- skew 倾斜
- supplement 补充
- subpar 低于标椎的
- subtle 微妙的
- subdivision 细分
- scarce 稀少的
- scalable 可伸缩的
- senarios 场景
- sophisticated 复杂的
- substantially 大幅
- Subsequent 后续的
t
- transition 过渡
- triplet 三元组
- theorem 定理
- traction 牵引
- temporal 暂时的
- travers 横移
- transductive 转换
u
- undergone 经历
词汇
c
- camera poses 相机位姿
d
- differential training 有差异的训练
e
- epipolar line 核线
f
- focal length 焦距
- fine-grained 细粒度的
i
- image plane 视平面
n
- normal estimation 正态估计
o
- optical flow 光流
v
- video clips 视频剪辑
s
- stereo camera 立体摄像机
- sparse modeling 稀疏建模
- dense modeling 稠密建模
- small displacements 小位移
t
- trade-off 权衡
Paper English的更多相关文章
- 如何写好一篇高质量的paper
http://blog.csdn.net/tiandijun/article/details/41775223 这篇文章来源于中科院Zhouchen Lin 教授的report,有幸读到,和大家分享一 ...
- How to implement an algorithm from a scientific paper
Author: Emmanuel Goossaert 翻译 This article is a short guide to implementing an algorithm from a scie ...
- How to Write and Publish a Scientific Paper: 7th Edition(科技论文写作与发表教程)(11.04更新)
How to Write and Publish a Scientific Paper: 7th Edition(科技论文写作与发表教程)(11.04更新) 重要通知: 最近开题报告已差不多告一段落, ...
- Writing the first draft of your science paper — some dos and don’ts
Writing the first draft of your science paper — some dos and don’ts 如何起草一篇科学论文?经验丰富的Angel Borja教授告诉你 ...
- 2016.09.14,英语,《Using English at Work》全书笔记
半个月时间,听完了ESLPod出品的<Using English at Work>,笔记和自己听的时候的备注列在下面.准备把每个语音里的快速阅读部分截取出来,放在手机里反复听. 下一阶段把 ...
- paper 13:计算机视觉研究群体及专家主页汇总
做机器视觉和图像处理方面的研究工作,最重要的两个问题:其一是要把握住国际上最前沿的内容:其二是所作工作要具备很高的实用背景.解决第一个问题 的办法就是找出这个方向公认最高成就的几个超级专家(看看他们都 ...
- [转]A plain english introduction to cap theorem
Kaushik Sathupadi Programmer. Creator. Co-Founder. Dad. See all my projects and blogs → A plain engl ...
- 如何写出优秀的研究论文 Chapter 1. How to Write an A+ Research Paper
This Chapter outlines the logical steps to writing a good research paper. To achieve supreme excelle ...
- 写出完美论文的十个技巧10 Tips for Writing the Perfect Paper
10 Tips for Writing the Perfect Paper Like a gourmet meal or an old master painting, the perfect col ...
随机推荐
- flask 源码专题(一):app.run()的背后
当我们用Flask写好一个app后, 运行app.run()表示监听指定的端口, 对收到的request运行app生成response并返回. 现在分析一下, 运行app.run()后具体发生了什么事 ...
- 05 flask源码剖析之配置加载
05 Flask源码之:配置加载 目录 05 Flask源码之:配置加载 1.加载配置文件 2.app.config源码分析 3.from_object源码分析 4. 总结 1.加载配置文件 from ...
- 解决redis秒杀超卖的问题
我们再使用redis做秒杀程序的时候,解决超卖问题,是重中之重.以下是一个思路. 用上述思路去做的话,我们再用户点击秒杀的时候,只需要检测,kucun_count中是否能pop出数据,如果能pop出来 ...
- OSCP Learning Notes - Buffer Overflows(2)
Finding the Offset 1. Use the Metasploite pattern_create.rb tool to create 5900 characters. /usr/sha ...
- vuex : 模块化改造
我们知道,vuex是vue技术栈中很重要的一部分,是一个很好用的状态管理库. 如果你的项目没有那么复杂,或者对vuex的使用没有那么重度,那么,是用不着modules功能的. 但如果你写着写着就发现你 ...
- 题解 洛谷 P4171 【[JSOI2010]满汉全席】
考虑\(2-SAT\). 将汉式看作\(0\)状态,满式看做\(1\)状态,将每个材料拆成\(01\)两个状态. 从\(a\)向\(b\)连有向边表示的意义为选了\(a\)后必须选\(b\). 那么每 ...
- 如何在Python对Excel进行读取
在python自动化中,经常会遇到对数据文件的操作,比如添加多名员工,但是直接将员工数据写在python文件中,不但工作量大,要是以后再次遇到类似批量数据操作还会写在python文件中吗? 应对这一问 ...
- 源码分析清楚 AbstractQueuedSynchronizer
本文关注以下几点内容: 深入理解 ReentrantLock 公平锁和非公平锁的区别 深入分析 AbstractQueuedSynchronizer 中的 ConditionObject 深入理解 j ...
- 惠普EX920强打760P驱动后无法开机,无法启动系统。
Windows10 1909与Intel 760P驱动版本不匹配的原因,造成了强打驱动后,无法启动系统的原因. 惠普EX920强打Intel 760P驱动教程:http://tieba.baidu.c ...
- JVM系列之:对象的锁状态和同步
目录 简介 java对象头 java中锁状态的变化 偏向锁biased locking 轻量级锁thin lock 重量级锁 三种锁状态的不同 简介 锁和同步是java多线程编程中非常常见的使用场景. ...