Unit 'libOpenCV2' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_opencv]

TcvGraphAddEdge

Declaration

Source position: libopencv2.pas line 3292

type TcvGraphAddEdge = function(

  graph: pCvGraph;

  start_idx: Integer;

  end_idx: Integer;

  const edge: pCvGraphEdge = Nil;

  inserted_edge: pCvGraphEdgeArray = Nil

):Integer;



CT Web help

CodeTyphon Studio