该应用程序针对计算机视觉专业人员的需求进行了优化。可以查看和分析所有中间结果,从而为您提供有关算法性能的完整见解。
大型程序可以组织成小的,易于理解的部分 - 大型滤镜。大型滤器是具有自己的输入,输出和数据处理周期的可重复使用的过滤器序列。
Filters are aggressively optimized for the SSE technology and for multicore processors. Our implementations are one of the fastest in the world (as can be seen in the Performance section).
图像处理操作可以在整个图像或任意形状区域内执行。小而精确的ROI可用于显着加速处理。
包括OPENCV库中的免费,开源过滤器。连同一组标准过滤器,它们可用于为简单应用程序创建极其成本效益的解决方案。
自适应视觉工作室和自适应视觉GIGE SDK是Gige Vision Angimiant产品,可支持所需的一切 - 从相机配置到高性能图像获取。请参阅此视频演示。
The runtime engine is also available as a DLL library that can be used in C, C++ or C# applications.
Additionally, the library provides support for a number of specialised techniques like 1D Measurement, Fourier Analysis and Shape-based Template Matching.
强大的一组强大操作,用于经典的斑点分析技术。提供了多种斑点提取,设定算术,区域细化,任何内核形态,骨骼化,空间转换,特征提取,测量等等的方法。
Exhaustive toolset of geometric operations compatible with other parts of the library. Provides more than 50 operations for 2D geometry, including fitting of geometric primitives, measurements, intersections, tangents, feature extraction and more.
跨图像配置文件提取边缘的经典技术的一组方法。该库提供了用于测量沿任何路径的交替特性和支持测量的配对边缘的专业方法。
该工具集适用于教育实验和工业应用,为频域中的傅立叶变换和图像处理提供了方法。
The library does not use the STL, instead being based on simple and efficient Adaptive Template Library. The latter delivers most of the STL functionality whilst avoiding the iterator abstraction and advanced template techniques. Therefore the Adaptive Vision Library can be easily ported to various embedded platforms, including ones without the full support of the C++ templates.
函数名称具有动词 +名词的形式(例如平滑图,旋转向量)。如果有几种单个操作的变体,则将其以下端开头(例如SmoothImage_Mean,SmoothImage_gauss)开始。所有结果均通过参考输出参数返回,因此始终可以进行许多输出。