2024/02/19 2

Metrics - Image-based sampling metric(IBSM)(1) / sampling / positioning

IBSM Rendering IBSM은 reference mesh와 distorted mesh를 several image로 투영하여 차이를 측정한다. 즉, 3D mesh를 2D 이미지 공간을 투영하여, reference mesh와 distorted mesh의 차이를 시각적으로 비교한다 6.1 Rendering of one view //rendering 설명하는 부분인 듯 : Rendering은 metirc의 일부로 pcc_mmetric software안에 구현되어 있다.. one view(한 시점)에서의 rendering은 아래 그림과 같다. - Rasterization [보충 설명] *** Rasterization : 점,직선,곡선,다각형과 같은 물체를 사용한 벡터 그래픽 형식으로 된 이미지를 픽셀,점 ..

Metrics - Point-based metric(2) / Point cloud metric / D1 / D2 / Geometric & Attribute PSNR

Point Cloud Metric 5.5 Geometric Distortion //기하학적 오류 A : original point cloud B : compressed point cloud A와 B를 5.1에서 다룬 Grid sampling을 통해 얻은 point cloud라 하자. 기준 cloud A와 compressed cloud B에 대한, compression errors를 e_BA로 표시한다. point-to-point error인 D1과, point-to-plane error인 D2를 계산하는 방법은 아래 5.6/5.7에서 다룬다. 포인트 클라우드 B의 각 점 bi에 대해 원본 포인트 클라우드 A에서 해당하는 점 aj를 식별한다. 가장 가까이 존재하는 점이 대응 point로 선정된다. 계산 복..