Skip to content

How to create the binary mask used in the code

Tuan Ho edited this page Jun 22, 2019 · 1 revision

This post explains the process to create binary_mask which is automated in v1.1

First, a ring_mask is created: ring_mask

Then it is unwarped: unwarped_ring_mask

To create the binary mask, the position of the first column and first row that a Vec3b(0,0,0) appears are recorded and used accordingly. A potentially better method is to create the binary masked by a graphcut-based seam finder (not implemented in this repo). binary_mask

Hope this is helpful.

Clone this wiki locally