diff --git a/instrumentcom/instrumentComBase.py b/instrumentcom/instrumentComBase.py index 0b43a4f3cd5c9ca9b533d87c34413dc7e8f23bd8..ada2b505f431d0dd243185faa1193d83a5db4d14 100644 --- a/instrumentcom/instrumentComBase.py +++ b/instrumentcom/instrumentComBase.py @@ -41,7 +41,6 @@ class InstrumentComBase(object): """ img = cv2imread_fix(imagePath) img = cv2.resize(img, None, fx=self.videoScaleFactor, fy=self.videoScaleFactor) - img = cv2.cvtColor(img, cv2.COLOR_RGB2BGR) cv2imwrite_fix(imagePath, img) def getRamanPositionShift(self):