//------------------------------------
ofColor ofxKinect::getCalibratedColorAt(const ofPoint & p){
	return getCalibratedColorAt(p.x,p.y);
}
Ejemplo n.º 2
0
//------------------------------------
ofColor ofxKinect::getCalibratedColorAt(const ofPoint & p) {
    return getCalibratedColorAt(calibration.getCalibratedColorCoordAt(p));
}