Skip to content
Snippets Groups Projects
Commit 737a6e3e authored by Marius Bilasco's avatar Marius Bilasco
Browse files

minor modifs : suppression big images from samples/photo_fill_pixels

parent aff8cd51
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment