Skip to content

GCChen97/ppa4p3d

Repository files navigation

Perspective Phase Angle Model for Polarimetric 3D Reconstruction

The paper was accepted to ECCV 2022.

@INPROCEEDINGS{ChenPPAECCV2022,
author = {Guangcheng Chen and Li He and Yisheng Guan and Hong Zhang},
title = {Perspective Phase Angle Model for Polarimetric 3D Reconstruction},
booktitle = {European Conference on Computer Vision (ECCV)},
year = {2022}
}

Introduction

This repository contains a demo of single-view planar normal estimation for ECCV 2022 paper -Perspective Phase Angle Model for Polarimetric 3D Reconstruction-.

The PPA model defines the polarization phase angle as the direction of the intersecting line of the image plane and the plane of incident (the red plane in the above figure), and hence allows the perspective effect to be considered in estimating surface normals from the phase angles and in defining the constraint on surface normal by the phase angle.

Environments

pip install opencv-python numpy skimage

Normal estimation

single-view demo

The following script shows how to use the PPA model for estimating a planar surface normal.

python singleview_normal.py

normal from depth demo

The example code normal_from_depth.py shows how to generate normal map from depth map and generate phase angle map from normal map.

python normal_from_depth.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages