简体   繁体   English

粒子过滤器中的粒子呈现

[英]particles presentation in the particle filter

in the particle filter algorithm, particles should present as a dots or it can be represented as rectangle boxes?在粒子滤波算法中,粒子应该以点的形式呈现还是可以以矩形框的形式呈现? in the case of rectangle boxes, how I can determine the box size?在矩形框的情况下,我如何确定框的大小? if the object is far from the camera I want to show an object with a small box (particle), but when it is near the camera with a bog rectangle box (particle)如果物体离相机很远,我想用一个小盒子(粒子)显示一个物体,但是当它靠近相机时,有一个沼泽矩形框(粒子)

A particle is an element of the search space.粒子是搜索空间的一个元素。 If the search space is defined as the set of all possible positions (as in classical partical filters used for localization problems in mobile robotic) a particle is a position in this search space, aka a dot.如果搜索空间被定义为所有可能位置的集合(如在用于移动机器人定位问题的经典粒子滤波器中),粒子就是这个搜索空间中的一个位置,也就是一个点。 If you define the search space as set of all possible rectangles, a particle would represent a rectangle and therefore can be represented as one.如果将搜索空间定义为所有可能的矩形的集合,则粒子将表示一个矩形,因此可以表示为一个。 Thus, it sorely depends on the implementation of the particle filter.因此,它非常依赖于粒子过滤器的实现。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM