Skip to Main Content
Centro de soporte de Cognex
LogoLogo

Deep Learning Filter Grammar - Filter Literal Values

The grammar components of filter expressiosn within VIDI Suite and VisionPro Deep Learning are comprised of the following : Literal Values, Built-in variables, Operators, Functions and Regular Expressions. In this article, we will go through the Literal Values.

26/11/2024

Details

Filter Grammar - Filter Literal Values 

TypeExampleNotes
string
  • filename = 'RUN00031.bmp'
  • sets ~ 'PlantA'
  • Enclose in single quotation marks
  • Escaping is not supported
floating point
  • feature [score > 0.750]
  • count(feature) = 10
  • Decimal point not required

Recursos relacionados