[arrayfire] 160/408: Fixed filenames for the files used in computer vision examples

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Sep 21 19:11:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository arrayfire.

commit 3499b98ff3df8aece474ee2f2d27ce6ee3f83d7c
Author: pradeep <pradeep at arrayfire.com>
Date:   Tue Jul 21 15:11:18 2015 -0400

    Fixed filenames for the files used in computer vision examples
---
 examples/computer_vision/fast.cpp   | 2 +-
 examples/computer_vision/harris.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/computer_vision/fast.cpp b/examples/computer_vision/fast.cpp
index e010302..22875d8 100644
--- a/examples/computer_vision/fast.cpp
+++ b/examples/computer_vision/fast.cpp
@@ -20,7 +20,7 @@ static void fast_demo(bool console)
     if (console)
         img_color = loadImage(ASSETS_DIR "/examples/images/square.png", true);
     else
-        img_color = loadImage(ASSETS_DIR "/examples/images/lena.ppm", true);
+        img_color = loadImage(ASSETS_DIR "/examples/images/man.jpg", true);
     // Convert the image from RGB to gray-scale
     array img = colorSpace(img_color, AF_GRAY, AF_RGB);
     // For visualization in ArrayFire, color images must be in the [0.0f-1.0f] interval
diff --git a/examples/computer_vision/harris.cpp b/examples/computer_vision/harris.cpp
index 6821248..65c2ef0 100644
--- a/examples/computer_vision/harris.cpp
+++ b/examples/computer_vision/harris.cpp
@@ -22,7 +22,7 @@ static void harris_demo(bool console)
     if (console)
         img_color = loadImage(ASSETS_DIR "/examples/images/square.png", true);
     else
-        img_color = loadImage(ASSETS_DIR "/examples/images/lena.ppm", true);
+        img_color = loadImage(ASSETS_DIR "/examples/images/man.jpg", true);
     // Convert the image from RGB to gray-scale
     array img = colorSpace(img_color, AF_GRAY, AF_RGB);
     // For visualization in ArrayFire, color images must be in the [0.0f-1.0f] interval

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list