Mathematical center point of an object in frame — used as anchor for tracking and motion capture. Core stability reference for compositing.
When working in compositing or motion capture, you need a reliable reference point — the centroid. This isn't just any point in the image, but the mathematical center of mass of an object or a tracking marker. In a practical workflow, this point becomes the anchor: the tracker follows it frame by frame, and the compositing system knows exactly where the geometry sits.
On set, it works like this: your motion capture markers or reflectors have a defined centroid — usually automatically calculated by the tracking system as the geometric center of all pixels belonging to the marker. The system weights by brightness; an overexposed marker has a different calculated center of mass than an underexposed one. This is why lighting is critical in mocap — not just for visibility, but for the stability of the tracking centroid. Flickering or noisy markers produce shifting centers of mass, and your track becomes unusable.
In VFX compositing, you use the centroid for stabilization and alignment. For example, if you need to attach a 3D effect or a CG element to a real-world movement, you don't track the object's contour, but its centroid — this is computationally robust. Multi-point tracking is complex and prone to errors; a stable centroid point gives you scale, rotation, and position from a single measurement point. Even with partial occlusion, the calculated center of mass usually remains more reliable than edge tracking.
Practically relevant details: Ensure your tracking software calculates the centroid with sub-pixel accuracy. A pixel error in the center of mass calculation means a pixel drift over a hundred frames. Some systems allow you to manually correct the centroid or adjust the weighting — use this if your track starts to wander. For reflector-based systems (like in optical mocap studios), centroid calculation is usually hardware-integrated and highly accurate; with markerless tracking, you'll need to refine it.
A common mistake: confusing the centroid with the object's technical origin point. A character rig has its pivot in the foot or hip — the optical centroid of a marker on the head will be elsewhere. You need offset calculations. Handling this difference correctly is the difference between clean placement and jitter.