Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrayanRoy committed Mar 7, 2024
1 parent 4e150f3 commit 93577fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions presentation/finalpresentation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ knitr::include_graphics("pimg/dof.jpg")

* Measuring level of blur for each pixel can be used as a *surrogate* for depth.

--

```{r ,warning=FALSE,echo=FALSE,out.width='44%',fig.align='center',echo=FALSE,fig.cap= "Figure: Bluriness depending on distance from camera"}
knitr::include_graphics("pimg/depfoc.png")
Expand Down Expand Up @@ -114,6 +112,8 @@ knitr::include_graphics("pimg/zhu.png")

# Our Approach: Main Idea

* Use of more general prior for image proposed by Nandy (2021).

* Parametric models to estimate level of blur as surrogate for depth.

* Instead of doing post estimation segmentation, start with pre-segmented image.
Expand All @@ -122,7 +122,7 @@ knitr::include_graphics("pimg/zhu.png")

* Use of Modern segmentation algorithms such as **Segment-Anything**.

```{r ,warning=FALSE,echo=FALSE,out.width='35%',fig.align='center',echo=FALSE,fig.cap="Figure: Segmented Image by SAM"}
```{r ,warning=FALSE,echo=FALSE,out.width='33%',fig.align='center',echo=FALSE,fig.cap="Figure: Segmented Image by SAM"}
knitr::include_graphics("pimg/seg1.png")
```
Expand Down
6 changes: 3 additions & 3 deletions presentation/finalpresentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@

* Measuring level of blur for each pixel can be used as a *surrogate* for depth.

--

<div class="figure" style="text-align: center">
<img src="pimg/depfoc.png" alt="Figure: Bluriness depending on distance from camera" width="44%" />
<p class="caption">Figure: Bluriness depending on distance from camera</p>
Expand Down Expand Up @@ -124,6 +122,8 @@

# Our Approach: Main Idea

* Use of more general prior for image proposed by Nandy (2021).

* Parametric models to estimate level of blur as surrogate for depth.

* Instead of doing post estimation segmentation, start with pre-segmented image.
Expand All @@ -133,7 +133,7 @@
* Use of Modern segmentation algorithms such as **Segment-Anything**.

<div class="figure" style="text-align: center">
<img src="pimg/seg1.png" alt="Figure: Segmented Image by SAM" width="35%" />
<img src="pimg/seg1.png" alt="Figure: Segmented Image by SAM" width="33%" />
<p class="caption">Figure: Segmented Image by SAM</p>
</div>

Expand Down

0 comments on commit 93577fd

Please sign in to comment.