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

minor correction samples/lookup_template.html

parent 141f9d4b
Branches
No related tags found
No related merge requests found
......@@ -15,9 +15,7 @@
<img width="32" height="32" id='model' src='../data/red.png'></img>
<div id="res"></div>
<script lang="javascript">
var task=[];
_task=new lookup_windows.MeanRGBSameSizeTemplate('model',10);
var _task=new lookup_windows.MeanRGBSameSizeTemplate('model',10);
console.log(_task.process(Tools.get_imageData_from_imgEltId('input1')));
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment