Skip to Main Content
コグネックスサポートハブ
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.

2024/11/26

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

関連リソース