Bootstrap

【opencv】norm计算两点距离

norm用来求解范数,可以利用这个函数计算两点距离。

Distance = norm(Point1 - Point2);
;