射线追踪程序,用于天然地震中的层析成像,稍做修改可用于其他领域。
上传时间: 2015-11-11
上传用户:龙飞艇
目前,有许多勘探目标无法使用常规地震成像方法进行识别,而利用叠前深度成像技术,作业公司可以对包括最复杂构造在内的地质特征进行清晰成像。这种准确的结果可以降低风险并帮助确定储量
标签:
上传时间: 2015-11-16
上传用户:dragonhaixm
人脸识别技术的几个主要研究方向,计算机人脸识别是指基于已知的人脸样本库,利用计算机分析图像和模式识别技术从静态或动态场景中,识别或验证一个或多个人脸。通常识别处理后可得到的基本信息包括人脸的位置、尺度和姿态信息。利用特征提取技术还可进一步抽取出更多的生物特征(如:种族、性别、年龄..) 。计算机人脸识别是目前一个非常活跃的研究课题,它可以广泛应用于保安系统、罪犯识别以及身份证明等重要场合。虽然人类对于人脸的识别能力很强,能够记住并辨识上千个不同的人脸,可是对于计算机则困难多了,其表现在:人脸表情丰富;人脸随年龄的增长而变化;发型、胡须、眼镜等装饰对人脸造成的影响;人脸所成图像受光照、成像角度以及成像距离等影响。
上传时间: 2014-01-09
上传用户:CSUSheep
本论文描述ACE的结构和功能,并使用来自像电信、企业级医学成像和WWW服务这样的领域的例子阐释核心的ACE特性。
上传时间: 2015-11-28
上传用户:啊飒飒大师的
tomo3d的linux版本,用于三维地震层析成像,功能比较强大
上传时间: 2014-06-01
上传用户:xcy122677
tomo3d的macosx版本,在苹果机上运行,用于三维地震层析成像。
上传时间: 2013-12-14
上传用户:lanhuaying
介绍及应用。LM1881 是针对电视信号的视频同步分离芯片,它可以直接对电视信号进行同步分离,准确地获得 所需的视频图像信号,使用者可根据需要对该同步信号进行时序逻辑控制. LM1881 广泛用于对视频信号的同 步分离中,比如便携式图像采集卡、视频监控录像控制仪、基于成像系统的视频图像采集等. 介绍了LM1881 的 主要特性,基本原理和引脚功能,给出了它的几种应用.
上传时间: 2013-12-09
上传用户:ggwz258
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
实现二维非均匀介质下的射线追踪,可以用于射线类的偏移成像。
上传时间: 2016-03-04
上传用户:13681659100