The Process from Graph element allows you to create a new process from the existing
Graph Project. Drag-and-drop it to the empty canvas and select a graph from the list:
The Process from Graph element has the following properties:
- Name - The process name. The name must be a valid C identifier, must be unique and
can't exceed 63 characters.
- Unit - The unit name: APEX0 or APEX1.
- Graph - The associated graph name.
- Program - The associated program name.
- Inputs - The list of graph inputs.
- Outputs - The list of graph outputs.
The Process from Graph input has the following properties:
- Name - The process input name.
- Columns - Number of matrix columns.
- Rows - Number of matrix rows.
- UMat Type - The data type. Various types from VSDK_CV_8UC1 to VSDK_CV_32SC4 are
available.
- Process - The associated process name.
- Graph Source - Name of the graph input element.
- Element Data Type - The data type of related graph port.
- Memory Part - The memory part.
- Program Inlet - Name of the connected Inlet element. This field is empty when the input is
connected with the output of another process.
- Process Output - Name of the connected output process port. This field is empty when the
input is connected with the Inlet element.
- Chunk Size X - The chunk width.
- Chunk Size Y - The chunk height.
The Process from Graph output has the following properties:
- Name - The process output name.
- Columns - Number of matrix columns.
- Rows - Number of matrix rows.
- UMat Type - The data type. Various types from VSDK_CV_8UC1 to VSDK_CV_32SC4 are
available.
- Process - The associated process name.
- Graph Sink - Name of the graph output element.
- Element Data Type - The data type of related graph port.
- Memory Part - The memory part.
- Inputs - Name of the connected process input. This field is empty when the input is
connected with the Outlet element.
- Outlets - Name of the connected Outlet element. This field is empty when the input is
connected with the input of another process.