Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ii2d-image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ioan-Marius Bilasco
ii2d-image
Commits
737a6e3e
Commit
737a6e3e
authored
7 years ago
by
Marius Bilasco
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
samples/lookup_template.html
+5
-2
5 additions, 2 deletions
samples/lookup_template.html
samples/photo_fill_pixels.html
+1
-1
1 addition, 1 deletion
samples/photo_fill_pixels.html
with
6 additions
and
3 deletions
samples/lookup_template.html
+
5
−
2
View file @
737a6e3e
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
samples/photo_fill_pixels.html
+
1
−
1
View file @
737a6e3e
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment