Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

image-expressions

image manipulation in python

It's important to note that this python code is intended to be used with Scribbler 2 robots, hence some of the strange commands.

Assignment:

In this lab we will extend the image arithmetic class we developed in this week’s lecture. You will overload the python operators that are used for bitwise logic (e.g. and, or, not, xor).

  1. Create pydoc strings documenting all the methods.

  2. Finish the class by implementing the invert, or, xor, and gt operators.

  3. Experiment with image operators. How do they differ on color, grayscale, and binary images? Come up with some uses for the different operators.

About

image manipulation in python

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages