Skip to content

Commit

Permalink
changing eval:false to avoid compile time issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cutiness committed Dec 18, 2024
1 parent 7ad2a67 commit c57ae1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posts/contour-analysis/final-post.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Although the work done in this project is applicable to any AFM image, one of my
For image denoising and binarization we will use the [OpenCV](https://github.com/opencv/opencv) library. Images will be loaded into Numpy arrays.

```{python}
#| eval: false
import cv2
import numpy as np
```
Expand Down

0 comments on commit c57ae1f

Please sign in to comment.