Lines Matching refs:calibration
305 Free calibration data. The Instance can be safely released afterwards.
312 if (this->calibration.achStripeY)
313 free(this->calibration.achStripeY);
314 if (this->calibration.achStripeR)
315 free(this->calibration.achStripeR);
316 if (this->calibration.achStripeG)
317 free(this->calibration.achStripeG);
318 if (this->calibration.achStripeB)
319 free(this->calibration.achStripeB);
321 memset(&(this->calibration),0,sizeof(this->calibration));
323 this->calibration.xMargin=200;
324 this->calibration.yMargin=0x019D;
325 this->calibration.nHoleGray=10;
326 this->calibration.rgbBias=0x888884;
327 this->calibration.nBarGray=0xC0;