Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CS-206 Parallelism and Concurrency 2022
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lamp
CS-206 Parallelism and Concurrency 2022
Merge requests
!7
Update README.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Update README.md
bergerault/cs206:bergerault-master-patch-06528
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Closed
Antoine Bergerault
requested to merge
bergerault/cs206:bergerault-master-patch-06528
into
master
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Fix the URL of the repository
👍
0
👎
0
Merge request reports
Compare
version 1
version 1
0b4042f4
3 years ago
master (base)
and
latest version
latest version
2e02525e
2 commits,
3 years ago
version 1
0b4042f4
1 commit,
3 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
labs/lab1-parallel-box-blur-filter/README.md
+
1
−
1
Options
@@ -59,7 +59,7 @@ By the time you are finished with this assignment, you will:
## Preliminaries
Before we begin, we need to cover some basic data types and helper methods.
These utilities have already been implemented in the package object (in the file
`
package
.scala`
) for this
These utilities have already been implemented in the package object (in the file
`
common
.scala`
) for this
exercise.
First, we will use the
`RGBA`
type to refer to the value of an image pixel.
We will limit ourselves to 32-bit pixel depth images, so we define
`RGBA`
to
Loading