paper-with-me

홈 › Papers

Deep Rectangling for Image Stitching: A Learning Baseline

2022-03-08 · CVPR 2022 1 · Lang Nie, Chunyu Lin, Kang Liao, Shuaicheng Liu, Yao Zhao

Stitched images provide a wide field-of-view (FoV) but suffer from unpleasant irregular boundaries. To deal with this problem, existing image rectangling methods devote to searching an initial mesh and optimizing a target mesh to form the mesh deformation in two stages. Then rectangular images can be generated by warping stitched images. However, these solutions only work for images with rich linear structures, leading to noticeable distortions for portraits and landscapes with non-linear objects. In this paper, we address these issues by proposing the first deep learning solution to image rectangling. Concretely, we predefine a rigid target mesh and only estimate an initial mesh to form the mesh deformation, contributing to a compact one-stage solution. The initial mesh is predicted using a fully convolutional network with a residual progressive regression strategy. To obtain results with high content fidelity, a comprehensive objective function is proposed to simultaneously encourage the boundary rectangular, mesh shape-preserving, and content perceptually natural. Besides, we build the first image stitching rectangling dataset with a large diversity in irregular boundaries and scenes. Experiments demonstrate our superiority over traditional methods both quantitatively and qualitatively.

📄 PDF Abstract BibTeX arXiv:2203.03831

Code (1)

nie-lang/deeprectangling 공식 구현 tf

Tasks

DiversityImage Stitching

Similar Papers 제목 키워드 기반

Reconstructing the Image Stitching Pipeline: Integrating Fusion and Rectangling into a Unified Inpainting Model

2024-04-23 · Ziqi Xie, Weidong Zhao, Xianhui Liu, Jian Zhao 외

Deep learning-based image stitching pipelines are typically divided into three cascading stages: registration, fusion, and rectangling. Each stage requires its own network training and is tightly coupled to the others, l…

Image Stitching

Content-Preserving Image Stitching with Piecewise Rectangular Boundary Constraints

2021-07-01 · IEEE Transactions on Visualization and Computer Graphics 2021 7 · Yun Zhang, Yu-Kun Lai, and Fang-Lue Zhang, Member 외

Abstract—This paper proposes an approach to content- preserving image stitching with regular boundary constraints, which aims to stitch multiple images to generate a panoramic image with a piecewise rectangular bounda…

Image Stitching

RecDiffusion: Rectangling for Image Stitching with Diffusion Models

2024-03-28 · CVPR 2024 1 · Tianhao Zhou, Haipeng Li, Ziyi Wang, Ao Luo 외

Image stitching from different captures often results in non-rectangular boundaries, which is often considered unappealing. To solve non-rectangular boundaries, current solutions involve cropping, which discards image co…

Image Stitching

Modification Takes Courage: Seamless Image Stitching via Reference-Driven Inpainting

2024-11-15 · Ziqi Xie, Xiao Lai, Weidong Zhao, Xianhui Liu 외

Current image stitching methods often produce noticeable seams in challenging scenarios such as uneven hue and large parallax. To tackle this problem, we propose the Reference-Driven Inpainting Stitcher (RDIStitcher), wh…

Image Stitching

RecRecNet: Rectangling Rectified Wide-Angle Images by Thin-Plate Spline Model and DoF-based Curriculum Learning

2023-01-04 · ICCV 2023 1 · Kang Liao, Lang Nie, Chunyu Lin, Zishuo Zheng 외

The wide-angle lens shows appealing applications in VR technologies, but it introduces severe radial distortion into its captured image. To recover the realistic scene, previous works devote to rectifying the content of …