Dataguess
v0.3.0
v0.3.0
  • Welcome
  • Getting Started
    • Installation
      • Windows Installation
      • Linux Installation
    • Activation
  • REFERENCES
    • Workstation
    • Workgroup
    • Dataflow
    • Components
      • Core Concepts
        • Scheduler
        • Synchronizing Ports
        • Import / Export Ports
        • Forwarding Inputs
      • Inputs
        • MQTT
        • Modbus TCP
        • Siemens S7
        • OPC UA
        • TwinCAT
        • EtherNet/IP
        • Camera
      • Outputs
        • MQTT
        • Modbus TCP
        • Siemens S7
        • CSV
        • JSON
        • InfluxDB
        • OPC UA
        • TwinCAT
        • Data Watch
        • FTP Client
        • Image Stream
      • Function
        • Math & Logic
        • Array Functions
        • Image Functions
        • Type Conversion
        • To JSON
        • From JSON
        • Array
        • Timer
      • API
        • HTTP
      • Server
        • HTTP Server
      • Script
        • Python Script Editor
      • Ai
        • ONNX
        • Scikit Learn
  • Use Cases
  • FAQ
Powered by GitBook
On this page
  • Node Definitions
  • Input Ports
  • Output Ports

Was this helpful?

  1. REFERENCES
  2. Components
  3. Function

Image Functions

Image Functions let you perform computer vision functional operations on your image/frame inputs.

PreviousArray FunctionsNextType Conversion

Last updated 3 years ago

Was this helpful?

Node Definitions

Image Functions component needs to have the category and function defined before defining input and output ports to it. Each Image Function has it's own input and output port limitations.

After defining your Category and Function for this Image Functions component, you can see your input and output limitation in your Input Ports and Output Ports tabs respectively.

Input Ports

You can define your input ports in Input Ports tab, adhering to the input limitation. For each port you need to choose parameter name. Parameters are the arguments for selected function.

You have two types of input ports: Input and Constant.

  • Input typed ports are your regular ports, which you can connect to other output ports via linking, and it will get the value of the output port it is linked to.

  • Constant typed ports are ports which you can't link to any other output ports, and these ports will always have the value that is defined to it.

Output Ports

You can define your output ports in Output Ports tab, adhering to the output limitation. For each port you need to choose parameter name. Parameters are the outputs for selected function.