forked from Insper/Labs-de-C
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Atividade Prática 1 | ||
|
||
Vamos começar definindo algumas funções que irão processar os pixels de uma imagem. Cada função está em um exercício separado no PrairieLearn e você deverá escrever uma função simples para modificar a mostrada no enunciado. Você deve assumir que sua função é chamada para cada pixel da imagem e deve retornar o novo valor daquele pixel. | ||
|
||
Os exercícios tem testes automatizados. Se o exercício não funcionar você verá no teste as seguintes informações: | ||
|
||
- sua imagem resultado | ||
- a imagem esperada (com pontos vermelhos onde foi diferente) | ||
- o primeiro valor de pixel que não foi o esperado. | ||
|
||
<a href="TODO"> Começar exercícios {{ global1 }} </a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters