Skip to content

Commit 9dedf74

Browse files
authored
Update proj2.html
1 parent bc76d3e commit 9dedf74

File tree

1 file changed

+13
-28
lines changed

1 file changed

+13
-28
lines changed

project-2/proj2.html

Lines changed: 13 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -210,42 +210,27 @@ <h3>Part 2.2: Hybrid Images</h3>
210210
<div align="center">
211211
<img src="images/hybrid3.png" alt="hybrid3.png" width="50%">
212212
</div>
213+
</article>
214+
<hr>
215+
213216
<!-- 2.3 + 2.4 -->
214217
<article id="part2-3">
215-
<h3>Part 2.3 &amp; 2.4. Gaussian/Laplacian Stacks; Figure 3.42(a–l); Custom Blends</h3>
216-
<p>
217-
<strong>Goal:</strong> Visualize Gaussian and Laplacian stacks for the Orange + Apple images, recreate outcomes similar to Figure 3.42(a)–(l), and include two custom blends (one with an irregular mask).
218-
</p>
219-
<h4>Gaussian &amp; Laplacian Stacks (Orange + Apple)</h4>
220-
<figure>
221-
<img src="images/orapple_gaussian_stack.png" alt="Gaussian stack visualization" />
222-
<figcaption>Gaussian stack visualization (Orange + Apple).</figcaption>
223-
</figure>
224-
<figure>
225-
<img src="images/orapple_laplacian_stack.png" alt="Laplacian stack visualization" />
226-
<figcaption>Laplacian stack visualization (Orange + Apple).</figcaption>
227-
</figure>
228-
<h4>Recreated Figure 3.42(a–l)</h4>
229-
<figure>
230-
<img src="images/figure342_grid.png" alt="Grid of results analogous to Fig. 3.42(a–l)" />
231-
<figcaption>Outcomes analogous to Figure 3.42(a–l).</figcaption>
232-
</figure>
233-
<h4>Custom Blended Images</h4>
234-
<figure>
235-
<img src="images/custom_blend1.png" alt="Custom blended image with irregular mask" />
236-
<figcaption>Custom blend #1 (irregular mask).</figcaption>
237-
</figure>
238-
<figure>
239-
<img src="images/custom_blend2.png" alt="Custom blended image (straight mask)" />
240-
<figcaption>Custom blend #2.</figcaption>
241-
</figure>
242-
<p><strong>Notes &amp; Discussion:</strong> [Describe masks, blending levels, feathering choices, and artifacts.]</p>
218+
<h3>Part 2.3 &amp; 2.4: Multiresolution Blending</h3>
219+
<p>
220+
</p>
243221
</article>
244222
</section>
245223
</main>
224+
<hr>
246225

247226
<footer>
248227
<p><strong>References:</strong> [List any papers, libraries, and datasets used.]</p>
249228
</footer>
229+
<hr>
230+
231+
<div align="center">
232+
<a href="https://cjxthecoder.github.io">cjxthecoder</a> | <a href="https://github.com/cjxthecoder">GitHub</a> | <a href="https://www.linkedin.com/in/daniel-cheng-71b475279">LinkedIn</a>
233+
</div>
234+
250235
</body>
251236
</html>

0 commit comments

Comments
 (0)