dipayan412 / rdt-scan

Image capture and interpretation of Rapid Diagnostic Test results using OpenCV
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Red channel #41

Closed ghl-wang closed 4 years ago

ghl-wang commented 4 years ago

This branch resolves #33

  1. peak height was calculated based on red channel and saved to USER_Comments
  2. original BGR_HLS conversion is implemented as RGBA_RGB, RGB_HLS. Experiments showed there is slight different amongst the two conversion schemes.