Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 540 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 540 Bytes

image-processing-fundamentals

We will get acquainted with the fundamental and essential things in image processing in this repository. We will learn how to implement basic algorithms and functions and follow the necessary items in image processing.

List of items that will be implemented.

  • Histogram equalization
  • Intensity transformations
  • Defining the convolution function with a selectable kernel for use in filtering images & spatial filtering
  • Calculating the gradient and gradient orientation of an image