Sie sind auf Seite 1von 1

WITH x AS ( SELECT (select faceencode from faceencoding where file='navis.

jpg')
::cube AS point_a, (select faceencode from faceencoding where file='sonia.jpg')
::cube AS point_b )
SELECT
point_a <-> point_b AS euclidean

FROM x;

Das könnte Ihnen auch gefallen