Skip to content

Commit 5bc139b

Browse files
Merge pull request #4 from virtual-labs/testing
Testing
2 parents 005c2b7 + 6b50e3a commit 5bc139b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

experiment/pretest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
},
99
"correctAnswer":"a"},
1010

11-
{"question":"2. After rotating the input image by 180, histogram of the new image will be",
11+
{"question":"2. After rotating the input image by 180°, histogram of the new image will be",
1212
"answers":{
13-
"a":"Rotated by 180",
13+
"a":"Rotated by 180°",
1414
"b":"Same as original",
1515
"c":"Shifted toward high gray levels",
1616
"d":"Shifted toward low gray levels"

experiment/simulation/histo.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -520,17 +520,17 @@ function confirmTo(url) {
520520

521521
<!-- This is 'TopBar_jpg' -->
522522
<div id="Layer-3" class="TopBar_jpg" >
523-
<img src="images/Layer-3.jpg" width="894" height="96" alt="TopBar" />
523+
<!-- <img src="images/Layer-3.jpg" width="894" height="96" alt="TopBar" /> -->
524524
<!-- This is 'IIIT' -->
525-
<div id="Layer-6" class="IIIT" >
525+
<!-- <div id="Layer-6" class="IIIT" >
526526
<img src="images/iiit.png" width="100" height="70" alt="IIIT" class="pngimg" />
527-
</div>
527+
</div> -->
528528

529529
<div id="topMenu">
530-
<h1 style="text-align: center;">Virtual Lab for IMAGE PROCESSING</h1>
531-
<div class="home">
530+
<!-- <h1 style="text-align: center;">Virtual Lab for IMAGE PROCESSING</h1> -->
531+
<!-- <div class="home">
532532
<a onclick="confirmTo('index.html')">home</a>
533-
</div>
533+
</div> -->
534534

535535
<div class="menu">
536536
<!-- <ul> -->

0 commit comments

Comments
 (0)