GDF - Graph Description Format#

MIVisionX samples using RunVX

Note:

  • To run the samples we need to put MIVisionX executables and libraries into the system path

export PATH=$PATH:/opt/rocm/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rocm/lib
  • To get help on RunVX, use -h option

runvx -h

skintonedetect.gdf#

usage:

runvx skintonedetect.gdf

canny.gdf#

usage:

runvx canny.gdf

skintonedetect-LIVE.gdf#

Using a live camera

usage:

runvx -frames:live skintonedetect-LIVE.gdf

canny-LIVE.gdf#

Using a live camera

usage:

runvx -frames:live canny-LIVE.gdf

OpenCV_orb-LIVE.gdf#

Using a live camera

usage:

runvx -frames:live OpenCV_orb-LIVE.gdf