RasterObjectDetector

接受一个光栅的输入和输出的矩形几何结构,概述了检测到的(多个)对象。变压器采用OpenCV的级联分类器用于物体检测和允许各种对象类型和检测模型或分类器的选择。每个分类器进行训练来检测特定对象,例如:人的身体,面部和眼睛。多个分类可以在相同的变压器中使用的相同的源光栅(一个或多个),以产生不同的结果的,由检测模型分组。

Detection models use a detection kernel window that is moved across the entire raster. If the pixel pattern in a specific area of the raster matches the kernel “sufficiently”, that area is treated as a detected object. For the purposes of matching, the kernel and source raster are scaled up and down, respectively, to detect smaller and larger objects.

A rough bounding box of the detected object will be individually attached to a feature and output via theDetected港口。该检测参数,缩放因子,邻居和检测物体大小的最小数量一起帮助平衡的对象的数量检测,处理速度和检测精度。详细信息请参见参数部分。

输入端口

Output Ports

Parameters

Parameters

Detection Model

These parameters allow the user to choose multiple detection models under a single detection type.

The transformer offers two broad approaches towards object detection: Haar feature-based cascade classifiers and Local Binary Patterns or LBP.

哈尔基于特征的级联分类器是一种物体检测方法,其中,级联功能从正和负影像,从中提取特征描述该图像的大样本训练。在这种情况下,单词“级联”表示分类由许多简单的链接分类的。一个非常大的组定义的特征是必需的,以分类或检测对象,因此,该方法通常是略慢于LBP。

https://en.wikipedia.org/wiki/Haar-like_feature

https://docs.opencv.org/3.4/d5/d54/group__objdetect.html

局部二元模式利用的特定小区和周围的邻居之间的差异,在指定的窗口大小。对于每个小区,围绕中心小区中的所有邻居进行分析(第一1小区离开,然后2等)以及它们与中心差被计算。结果被放入出现的每个邻近值的频率的直方图。

https://en.wikipedia.org/wiki/Local_binary_patterns

Categorized list of built in detection models:

Advanced

编辑变压器参数

Using a set of menu options, transformer parameters can be assigned by referencing other elements in the workspace. More advanced functions, such as an advanced editor and an arithmetic editor, are also available in some transformers. To access a menu of these options, click适用的参数旁边。欲了解更多信息,请参阅Transformer Parameter Menu Options.

Transformer Categories

栅格

FME许可级别

FME专业版及以上

FME社亚搏国际在线官网区

The FME Community is the place for demos, how-tos, articles, FAQs, and more. Get answers to your questions, learn from other users, and suggest, vote, and comment on new features.

搜索样品和有关该变压器的FME社亚搏国际在线官网区.