Skip to content
This repository was archived by the owner on Feb 16, 2019. It is now read-only.

Commit 460331f

Browse files
author
Pavel Tcherniaev
committed
fixed last two more image references in README.md
1 parent 8641369 commit 460331f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runvx/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,11 +295,11 @@ This example demonstrates building OpenVX graph for Canny edge detector. Use [fa
295295
File **canny.gdf**:
296296

297297
# create input and output images
298-
data input = image:640,480,RGB2
299-
data output = image:640,480,U008
298+
data input = image:480,360,RGB2
299+
data output = image:480,360,U008
300300

301301
# specify input source for input image and request for displaying input and output images
302-
read input raja-koduri-640x480.jpg
302+
read input examples/images/face1.jpg
303303
view input inputWindow
304304
view output edgesWindow
305305

0 commit comments

Comments
 (0)