查询词典 object function
- 与 object function 相关的网络例句 [注:此内容来源于网络,仅供参考]
-
In this paper, the theory, algorithm, and experiment of automatic object detection and tracking are studied in depth. It is firstly pointed out that the essential of Mean Shift method is a special Newton-Gaussian method. A new method named Fast Mean Shift is established to stretch the conservative step of Mean Shift method. The convergence and validity of this new method are proved in theory. And it is also proved that the convergence speed of Fast Mean Shift is faster than that of Mean Shift. The contrast experiments of searching the maximum possibility density of random of data sets in plane and 3D space are done. The results show that this new method can reduce the iterations greatly. A new object tracking method based on Fast Mean Shift is built to improve the object tracking performance, which is shown in the face tracking experiment with the tennis sequence provided by the Ohio State University, and the car tracking experiment with the car sequence provided by Kalsruhe University. The face trcking experiment with highly noised images show that the object tracking method based on Fast Mean Shift has strong anti-jamming ability. A new fast color object detection technology based on characteristic color is established, which use characteristic color distribution to compute the characteristic color vector of any area in an image quickly. With the high performance search method, the fast object detection is achieved. At last, using object tracker based on Fast Mean Shift and color object detector based on characteristic color with the Kalman filter, PID controller, searial communication and other technologies, automatic object detection and tracking system with control system is built. The availability and anti-jamming ability of this system are verified by some object detection and tracking tests in different scenes.
本文对目标自动识别与跟踪进行了理论、计算、试验三方面的深入研究,主要包括:首次指出了目标跟踪技术中常用的均值迁移方法的本质为一种特殊的高斯-牛顿方法,改进了均值迁移方法步长取值保守的弱点,建立了快速均值迁移方法,证明了该方法的收敛性、有效性以及收敛速度优于均值迁移方法;进行了平面和3维随机分布数据集的最大概率密度搜索对比试验,试验结果表明,快速均值迁移方法大大减少了迭代次数;建立了基于快速均值迁移的目标跟踪方法,利用俄亥俄州立大学提供的乒乓球序列图像和卡斯鲁厄大学的汽车序列图像,对人脸和汽车目标跟踪性能分别进行了对比试验,并进行了高噪声人脸图像目标跟踪试验,结果表明,基于快速均值迁移的目标跟踪方法有效提高了目标跟踪性能,具有很强的抗干扰能力;建立了一种新型彩色目标自动识别方法,采用特征色彩分布函数实现了对任意图像区域特征色彩矢量的快速计算,建立了高效的搜索方法,实现了彩色目标的快速识别;将基于快速均值迁移方法的目标跟踪方法、基于特征色彩的目标识别方法与卡尔曼滤波、PID控制、串行通讯等技术结合,建立了带有控制系统的快速目标自动识别与跟踪系统,并在不同场景下进行了目标自动识别与跟踪试验,验证了快速目标自动识别与跟踪系统的有效性和抗干扰能力。
-
By measuring missile movement inertia with torsion pendulum, the influences of periodic measurement error, systemic damp, period of swing object and corporative period of t he measured object and swinging object were analyzed. The relation among measurement error of movement inertia, measureme nt period, the period of swing object,corporaˉ tive period of tested object and swing object was proved. The maxi mal ratio between movement inertia for swinging obˉ ject and the measured object under conditions of different errors w as given under typical measurement precision.
通过扭摆测量导弹转动惯量的方法,分析了周期测量误差、系统阻尼、摆动体周期以及被测件和摆动体共摆周期对转动惯量测量精度的影响,得出转动惯量测量误差和周期测量误差、摆动体摆动周期、被测件和摆动体共摆周期之间的关系,给出了在典型的测量精度要求,不同的周期测量误差情况下,摆动体转动惯量和被测件转动惯量之间的最大比值。
-
Firstly, a signalized point is stuck on a moving object to be tested, a microphone array and two video cameras are arranged, and the video cameras are demarcated to obtain a projection matrix; sound pressure signals of a sound source in the moving object to be tested are obtained by the microphone in an array mode, the dynamic video of the moving object to be tested is obtained and disassembled into an image by the video cameras; the signalized point on the moving object to be tested is identified in the video image and the matched signalized point is treated with three-dimension reconstruction to obtain the spatial location of the moving object to be tested; the sound pressure signals are treated with beam forming treatment to obtain a sound field characteristic function scattergram of the moving object to be tested, the video image is treated with spatial coordinate superposition frame by frame and restored into a dynamic video image.
首先在被测运动物体粘贴标志点,布置传声器阵列和两台摄像机,对摄像机进行标定,得到投影矩阵;传声器阵列获取被测运动物体中声源的声压信号,摄像机获取被测运动物体的动态视频,将动态视频拆解成图像;在视频图像中识别出被测运动物体上的标志点,对匹配后的标志点进行三维重构,获取被测运动物体的空间位置;对声压信号进行波束成型处理,得到被测运动物体的声场特征函数分布图,将其视频图像进行逐帧空间坐标叠加,并还原成动态视频图像。
-
1St, a small object (foil, slip of paper, paper and metal mix paper,), is hanging with the fine lace in airborne, uses separately the bamboo ware, the plank, the metal, the high pressure insulation material, the slip of paper, the soil block, the stone prime big object go to be hanging close when the airborne small object, discovered that the small object by the big object attraction, the object quality is been bigger, distance nearer attraction to be bigger, namely attraction function.
2.1.1、将一小物体(薄金属片、纸片、纸和金属混合纸、),用细线悬挂在空中,分别用竹制品、木板、金属、高压绝缘材料、纸片、土块、石头等大物体去接近悬挂在空中的小物体时,发现小物体被大物体吸引,物体质量越大、距离越近吸引力越大,即引力的作用。
-
Special attributes: func doc or doc is the function's documentation string, or None if unavailable; func name or name is the function's name; module is the name of the module the function was dened in, or None if unavailable; func defaults is a tuple containing default argument values for those arguments that have defaults, or None if no arguments have a default value; func code is the code object representing the compiled function body; func globals is the dictionary that holds the function's global variables — it denes the global namespace of the module in which the function was dened; func dict or dict contains the namespace supporting arbitrary function attributes; func closure is None or a tuple of cells that contain bindings for the function's free variables.
func defaults是一个包括有参数中设有默认值的元组;func name 或 name 是函数名。func code是一个编译后的代码对象;func globals是一个引用,指向保存了函数的全局变量的字典—-如果你在函数所在模块中定义了全局变量的话。func dict或 dict 包括了支持任意函数属性的名字空间;func closure 要么是None,要么是包括有函数自由变量捆绑的单元的元组。
-
If the specifier is not a reference, then the catch object is a copy of the exception object. If the catch object in an object of the base type and the exception object has derived type, then the exception object is sliced down ( Section 15.3.1, p. 577) to its base-class subobject.
如果异常说明符不是引用,则 catch 对象是异常对象的副本,如果 catch 对象是基类类型对象而异常对象是派生类型的,就将异常对象分割(第 15.3.1 节)为它的基类子对象。
-
Five class objects of geodetic data are determined. They are spatial datum object, point object, network object, intersection object and collection object. The object-oriented geodetic data model is established in the paper.
确定了5种大地测量数据的对象类,即空间基准对象、点对象、网对象、关联对象和集合对象,并以此建立了大地测量数据的对象模型。
-
Though comparing Canny operator and center B spline dyadic wavelet, the following conclusion is proven in this dissertation: a Center B spline function has tight support and Canny operator hasn't. b Center B spline function asymptotic convergence to Gaussian function and the derivative of Center B spline function asymptotic convergence to Canny operator. c The derivative of fourth order center spline B function is more suitable as a optimal edge detector than Canny operator. d Center B spline function can balance the smoothing and approximation of original data, and the fourth center B spline function is the only optimal solution of two order smoothing problem. e The error between the valve of time-frequency uncertainty of the fourth center B spline function and the lower bound of time-frequency uncertainty does not exceed 0.143% of the lower bound. f The derivative of center spline B function can construct a stability dyadic wavelet and can give a fast algorithm for multiscale edge detection, but Canny operator can do neither.
作者给出了Canny算子与中心B样条二进小波严格的比较证明,得出如下结论:a中心B样条函数具有紧支集,Canny算子不具有紧支集。b中心B样条函数的极限收敛于高斯函数,中心B样条函数的导数收敛于Canny算子。c四阶中心B样条函数的导数比Canny算子更接近最佳边缘检测滤波器。d中心B样条函数比高斯函数更能兼顾对原函数平滑和逼近的折中要求,并且四阶中心B样条函数是二阶逼近问题的唯一最优解。e四阶中心B样条函数的时频测不准关系值与时频测不准关系下界的逼近误差不超过0.143%。f中心B样条函数的导数可以构成稳定的二进小波,存在快速的多尺度算法;而Canny算子不构成稳定的二进小波,无法给出快速的多尺度算法。
-
The problem of multi-objective usually meet many conflict each other and can not use the objective of the same standard unit, then to employ membership function of fuzzy theory,at first each objective function to change fuzzy set and express with membership function, membership function include the maximum constraint, minimum constraint, the decrease function of monotonic property, to become optimal of the multi-objective function, but still to scanty of weighting value with regard to adjustment of objective function, thus this thesis proposes the method of combine orthogonal arrays and particle swarm optimization to solve the problem of multi-objective optimal power flow, each objective function separately add weighting value, to setting each weighting value of objective function in order to the result of anticipating.
多目标最佳化的问题通常会面临到许多互相冲突且不能用同ㄧ标准单位的目标,於是利用模糊理论中的归属函数,首先将各目标函数转换成模糊集合并以归属函数表示,归属函数包含了最大限制值、最小限制值、单调的递减函数所组成,将各目标函数利用归属函数表示,形成单一目标函数的最佳化,但是仍缺乏权重值对於目标函数的调整,於是本篇论文提出ㄧ种权重值设定与粒子群优演算法的方法去解决多目标最佳电力潮流的问题,将各目标函上分别加上权重值设定各目标函数的权重值,得到预期的效果。
-
Along with the time development, the computer technology more and more thorough various trades and occupations, have provided thorougher and a convenient service for the general users In order to realize raises department's working efficiency, uses the resources fully, reduces the nonessential manpower, physical resource and financial resource goals and so on disbursement, presented various information management system The paper will design university student's dormitory information management system's Web and realizes using the solution The university student's dormitory information management system is one safe and the highly effective proprietory system, designs specially for the information engineering institute This system has used many technologies, for instance JSP, JDBC, Web service and so on The proprietory system use's database is SQL the Server 2000 databases The university student's dormitory information management system's major function includes: May realize to the student's dormitory information inquiry function, including fast inquiry function and classified inquiry function; To the student's dormitory information's input function, the revision function, deletes the function and the statistical function Realizes the dormitory Control section through the system above function regarding the student's dormitory information current management, namely facilitates the dormitory administrative personnels to keep abreast of the student lodging situation and the billeting situation comprehensively promptly; Has provided some simple data inquiry for the user and outputs each kind of information and so on
随着时代的发展,计算机技术越来越深入各行各业,为广大的用户提供了更为周到和便捷的服务。为了实现提高部门的工作效率,充分利用资源,减少不必要的人力,物力和财力的支出等目的,出现了各种各样的信息管理系统。论文将设计一个高校学生公寓信息管理系统的Web应用解决方案并予以实现。高校学生公寓信息管理系统是一个安全和高效的专用系统,专为信息工程学院设计。这个系统使用了很多技术,比如JSP,JDBC ,Web服务等。专用系统使用的数据库是SQL Server 2000 数据库。高校学生公寓信息管理系统的主要功能包括:可以实现对学生公寓信息的查询功能,包括快速查询功能和分类查询功能;对学生公寓信息的录入功能,修改功能,删除功能和统计功能。通过系统上述功能实现公寓管理部门对于学生公寓信息的日常管理,即方便公寓管理人员及时全面地掌握学生住宿情况及公寓分配情况;为用户提供了一些简单的数据查询并输出各种信息等。
- 相关中文对照歌词
- Object
- Function
- Function At The Junction
- Function
- Object Of My Affection
- Object
- The Object Of My Affection
- Fumes
- Prison Women
- We Will Erase All Life On Earth But Us
- 推荐网络例句
-
Metrorrhagia is also gynaecological problems of common diseases.
崩漏是妇科常见病也是疑难症。
-
WordFTP gives you the convenience and timesaving you need.
wordftp让您的方便和省时您所需要的。
-
These kinds of investments collect growingly large institution assets and individual savings to the capital market.
资产管理业务需要创新,创新分为市场创新和管理模式创新两种。