Skip to content

Commit

Permalink
New notebooks added
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosfab committed Nov 6, 2023
1 parent 254d9c4 commit 586ae87
Show file tree
Hide file tree
Showing 5 changed files with 835 additions and 0 deletions.
Binary file added data/IMG_1772.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/cafe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions notebooks/01_02_teoria_das_cores.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,26 @@
"plt.subplot(121);plt.imshow(ushuaia_bgr_masked[:,:,::-1]);\n",
"plt.subplot(122);plt.imshow(ushuaia_alpha, cmap='gray');"
]
},
{
"cell_type": "code",
"execution_count": 12,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"(922, 922)"
]
},
"execution_count": 12,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"ushuaia[:, :, 3].shape"
]
}
],
"metadata": {
Expand Down
190 changes: 190 additions & 0 deletions notebooks/01_03_operacoes_basicas_e_matematicas_em_imagens.ipynb

Large diffs are not rendered by default.

625 changes: 625 additions & 0 deletions notebooks/01_04_anotacoes_em_imagens.ipynb

Large diffs are not rendered by default.

0 comments on commit 586ae87

Please sign in to comment.