From 737a6e3e28c1a8b51a9ea7ded7921d9b97501f12 Mon Sep 17 00:00:00 2001
From: Bilasco Ioan Marius <marius.bilasco@univ-lille1.fr>
Date: Wed, 14 Feb 2018 15:44:04 +0100
Subject: [PATCH] minor modifs : suppression big images from
 samples/photo_fill_pixels

---
 samples/lookup_template.html   | 7 +++++--
 samples/photo_fill_pixels.html | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/samples/lookup_template.html b/samples/lookup_template.html
index 69a8e3a..6dae31c 100644
--- a/samples/lookup_template.html
+++ b/samples/lookup_template.html
@@ -11,11 +11,14 @@
   <script lang="js" src="../lookup/windows.js"></script>
 </head>
 <body>
+Template<br></br>
+<img width="32" height="32" id='model' src='../data/red.png'></img><br></br>
+Target<br></br>
 <img width="84" height="84" id='input1' src='../data/I1.png'></img>
-<img width="32" height="32" id='model' src='../data/red.png'></img>
+<br></br>
 <div id="res"></div>
 <script lang="javascript">
-var _task=new lookup_windows.MeanRGBSameSizeTemplate('model',10);
+var _task=new lookup_windows.MeanRGBSameSizeTemplate('model',2);
 console.log(_task.process(Tools.get_imageData_from_imgEltId('input1')));
 
 </script>
diff --git a/samples/photo_fill_pixels.html b/samples/photo_fill_pixels.html
index eb0cbff..b6808f6 100644
--- a/samples/photo_fill_pixels.html
+++ b/samples/photo_fill_pixels.html
@@ -27,7 +27,7 @@
 <br></br>
 <img id="img0" src="../data/ii2d.png" width="40" height="20"></img>
 <br></br>
-<img id="big0" src="../data/ii2d.png" width="640" height="320"></img>
+<!--img id="big0" src="../data/ii2d.png" width="640" height="320"></img-->
 <canvas id="output0" width="640" height="320"></canvas>
 <br></br>
 <img id="img1" src="../data/16_02.jpg" width="40" height="20"></img>
-- 
GitLab