Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 285 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 285 Bytes

Digital Iamge Processing

Member

  1. Azen
  2. Antony
  3. Andy(建安)
  4. fredh

imglib function (our own image processing library):

  1. to_gray() -> BGR image(3,x,x) to Gray image(x,x)
  2. to_histogram() -> Gray image to histogram 1D numpy array
  3. histogram_equalization() -> TODO