Here’s how you can detect each well and it’s color in a PCR 96 well plate

OpenCV is an open source library aimed at computer vision. It has great features that make tasks such as object, and color detection simple and intuitive.

In order to detect each well’s color we need to first get each well’s position in the picture. So, our first goal is to detect each well in a PCR plate. Once we do that we can easily get the pixel colors inside those wells.

We will be working with these libraries:

  • numpy
  • KDTree
  • webcolors
  • cv2

#pcr #python #object-detection #opencv #computer-vision #well and color detection of pcr plate using python and opencv

Well and Color Detection of PCR Plate using Python and OpenCV
2.15 GEEK