def update(self, dt, image, bInvertColor): MotionTrackedBodypartPolar.update(self, dt, image, bInvertColor) if (self.imgComparison is None) and (self.iCount > 1): self.imgComparison = self.imgRoiFgMaskedPolarCroppedWindowed self.windowComparison.set_image(self.imgComparison) if (self.params['gui'][self.name]['track']): self.update_state()
def update(self, dt, image, bInvertColor): MotionTrackedBodypartPolar.update(self, dt, image, bInvertColor) if (self.imgComparison is None) and (self.iCount>1): self.imgComparison = self.imgRoiFgMaskedPolarCroppedWindowed self.windowComparison.set_image(self.imgComparison) if (self.params['gui'][self.name]['track']): self.update_state()
def update(self, dt, image, bInvertColor): MotionTrackedBodypartPolar.update(self, dt, image, bInvertColor) if self.params["gui"][self.name]["track"]: self.update_state()
def update(self, dt, image, bInvertColor): MotionTrackedBodypartPolar.update(self, dt, image, bInvertColor) if (self.params['gui'][self.name]['track']): self.update_state() self.windowTip.set_image(self.imgRoiFgMaskedPolarCropped)
def update(self, dt, image, bInvertColor): MotionTrackedBodypartPolar.update(self, dt, image, bInvertColor) if (self.params['gui'][self.name]['track']): self.update_state()