Team Assignments

\[ \begin{align}\begin{aligned}\newcommand\blank{~\underline{\hspace{1.2cm}}~}\\% Bold symbols (vectors) \newcommand\bs[1]{\mathbf{#1}}\\% Differential \newcommand\dd[2][]{\mathrm{d}^{#1}{#2}} % use as \dd, \dd{x}, or \dd[2]{x}\\% Poor man's siunitx \newcommand\unit[1]{\mathrm{#1}} \newcommand\num[1]{#1} \newcommand\qty[2]{#1~\unit{#2}}\\\newcommand\per{/} \newcommand\squared{{}^2} \newcommand\cubed{{}^3} % % Scale \newcommand\milli{\unit{m}} \newcommand\centi{\unit{c}} \newcommand\kilo{\unit{k}} \newcommand\mega{\unit{M}} % % Percent \newcommand\percent{\unit{{\kern-4mu}\%}} % % Angle \newcommand\radian{\unit{rad}} \newcommand\degree{\unit{{\kern-4mu}^\circ}} % % Time \newcommand\second{\unit{s}} \newcommand\s{\second} \newcommand\minute{\unit{min}} \newcommand\hour{\unit{h}} % % Distance \newcommand\meter{\unit{m}} \newcommand\m{\meter} \newcommand\inch{\unit{in}} \newcommand\foot{\unit{ft}} % % Force \newcommand\newton{\unit{N}} \newcommand\kip{\unit{kip}} % kilopound in "freedom" units - edit made by Sri % % Mass \newcommand\gram{\unit{g}} \newcommand\g{\gram} \newcommand\kilogram{\unit{kg}} \newcommand\kg{\kilogram} \newcommand\grain{\unit{grain}} \newcommand\ounce{\unit{oz}} \newcommand\pound{\unit{lbs}} % % Temperature \newcommand\kelvin{\unit{K}} \newcommand\K{\kelvin} \newcommand\celsius{\unit{{\kern-4mu}^\circ C}} \newcommand\C{\celsius} \newcommand\fahrenheit{\unit{{\kern-4mu}^\circ F}} \newcommand\F{\fahrenheit} % % Area \newcommand\sqft{\unit{sq\,\foot}} % square foot % % Volume \newcommand\liter{\unit{L}} \newcommand\gallon{\unit{gal}} % % Frequency \newcommand\hertz{\unit{Hz}} \newcommand\rpm{\unit{rpm}} % % Voltage \newcommand\volt{\unit{V}} \newcommand\V{\volt} \newcommand\millivolt{\milli\volt} \newcommand\mV{\milli\volt} \newcommand\kilovolt{\kilo\volt} \newcommand\kV{\kilo\volt} % % Current \newcommand\ampere{\unit{A}} \newcommand\A{\ampere} \newcommand\milliampereA{\milli\ampere} \newcommand\mA{\milli\ampere} \newcommand\kiloampereA{\kilo\ampere} \newcommand\kA{\kilo\ampere} % % Resistance \newcommand\ohm{\Omega} \newcommand\milliohm{\milli\ohm} \newcommand\kiloohm{\kilo\ohm} % correct SI spelling \newcommand\kilohm{\kilo\ohm} % "American" spelling used in siunitx \newcommand\megaohm{\mega\ohm} % correct SI spelling \newcommand\megohm{\mega\ohm} % "American" spelling used in siunitx % % Capacitance \newcommand\farad{\unit{F}} \newcommand\F{\farad} \newcommand\microfarad{\micro\farad} \newcommand\muF{\micro\farad} % % Inductance \newcommand\henry{\unit{H}} \newcommand\H{\henry} \newcommand\millihenry{\milli\henry} \newcommand\mH{\milli\henry} % % Power \newcommand\watt{\unit{W}} \newcommand\W{\watt} \newcommand\milliwatt{\milli\watt} \newcommand\mW{\milli\watt} \newcommand\kilowatt{\kilo\watt} \newcommand\kW{\kilo\watt} % % Energy \newcommand\joule{\unit{J}} \newcommand\J{\joule} % % Composite units % % Torque \newcommand\ozin{\unit{\ounce}\,\unit{in}} \newcommand\newtonmeter{\unit{\newton\,\meter}} % % Pressure \newcommand\psf{\unit{psf}} % pounds per square foot \newcommand\pcf{\unit{pcf}} % pounds per cubic foot \newcommand\pascal{\unit{Pa}} \newcommand\Pa{\pascal} \newcommand\ksi{\unit{ksi}} % kilopound per square inch \newcommand\bar{\unit{bar}} \end{aligned}\end{align} \]

Apr 28, 2026 | 432 words | 4 min read

6.2. Team Assignments#

The purpose of this assignment is for you to collaboratively explore image filtering and feature extraction techniques that will prepare the images for classification in the next checkpoint.

Guidelines

This assignment has 4 tasks and is worth a total of 34 points. Tasks 1 to 3 will be assessed during an in-class checkpoint demonstration with a member of the teaching team and using the autograder. Task 4 is a cumulative report graded manually on Gradescope.

In addition to the demonstration, all of your team’s code should be uploaded to Gradescope.

  1. Read each task carefully. You are responsible for following all instructions within each task.

  2. The deliverables table at the bottom of each task lists everything you need to submit. When your work is complete, confirm that all of your deliverables are submitted to Gradescope.

  3. Late submissions will be accepted up to 24 hours after the due date. There is a 25% penalty for late submissions.

  4. Unless mentioned otherwise, for all programming tasks (Python or MATLAB), team and individual, you will be generating a flowchart.

View the Gradescope help for online assignments if you need assistance with submitting your work.

Accessing Gradescope for the first time in ENGR 13300?

  1. Log into Brightspace and open your ENGR 13300 course.

  2. Click Content from the black menu ribbon at the top of the page.

  3. Click Course Links and Resources from the Table of Contents in the left sidebar.

  4. Click the link titled Gradescope.

  5. Select the assignment you are ready to submit.

Opening Gradescope through Brightspace will auto-enroll you in the Gradescope course for your section. You can access Gradescope through Brightspace throughout the semester.

  • You can resubmit to Gradescope as many times as you need. Only your final submission is graded.

  • If you cannot copy-paste into Gradescope, then you may need to refresh or update your browser. Use a search engine to find a solution for your specific browser.

  • Each team member is expected to contribute to every team task.

  • You and your team members will be held responsible for all material.

  • All collaborators should be clearly listed, and their contributions are properly referenced.

  • One team member should upload all deliverables to Gradescope as a single submission.

  • Be sure to assign all team members to the submission.

  • For help with submitting team assignments, see Adding Team Members in Gradescope.

Checkpoint Grading Summary

Table 6.2 Team Project Checkpoint 2 - Grading Summary#

Section

Item

Points

Demo

[In-class] Demonstrate Tasks 1 to 3 and answer TA questions.

10

Task 1

[Autograder] Implement a Sobel filter with thresholding.

6

Task 2

[Autograder] Extract image features and build a feature dataset.

6

Task 3

[Autograder] Scale the feature dataset and create a labeled scatter plot.

6

Task 4

[Gradescope] Update the report with Checkpoint 2 content.

6

Total

34