PCL bridge: SQL-callable filters and registration

An optional companion extension mobilitydb_pcl lives under contrib/pcl/. It links the running PostgreSQL backend against the Point Cloud Library and exposes a small set of per-pcpatch operations as SQL functions. Schema-aware point-type dispatch picks pcl::PointXYZ, pcl::PointXYZI, or pcl::PointXYZRGB at call time based on the dim layout of the input pcid.

The bridge is gated behind CREATE EXTENSION mobilitydb_pcl in databases that have already loaded pointcloud + mobilitydb. Build instructions and a deterministic regression suite are in contrib/pcl/README.md.