def bit_or(self, frame): self._ndarray = cv2.bitwise_or(self.ndarray, frame.ndarray) self._contours = None # NOT this frame with another frame