paper-with-me

Papers

A Novel Method for Vectorization

2014-03-04 · Tolga Birdal, Emrah Bala

Vectorization of images is a key concern uniting computer graphics and computer vision communities. In this paper we are presenting a novel idea for efficient, customizable vectorization of raster images, based on Catmull Rom spline fitting. The algorithm maintains a good balance between photo-realism and photo abstraction, and hence is applicable to applications with artistic concerns or applications where less information loss is crucial. The resulting algorithm is fast, parallelizable and can satisfy general soft realtime requirements. Moreover, the smoothness of the vectorized images aesthetically outperforms outputs of many polygon-based methods

📄 PDF Abstract BibTeX arXiv:1403.0728

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Compiler Auto-Vectorization with Imitation Learning

2019-12-01 · NeurIPS 2019 12 · Charith Mendis, Cambridge Yang, Yewen Pu, Dr.Saman Amarasinghe 외

Modern microprocessors are equipped with single instruction multiple data (SIMD) or vector instruction sets which allow compilers to exploit fine-grained data level parallelism. To exploit this parallelism, compilers emp…

Graph Neural NetworkImitation Learning

VAPI: Vectorization of Algorithm for Performance Improvement

2023-07-19 · Mahmood Yashar, Tarik A. Rashid

This study presents the vectorization of metaheuristic algorithms as the first stage of vectorized optimization implementation. Vectorization is a technique for converting an algorithm, which operates on a single value a…

Online Map Vectorization for Autonomous Driving: A Rasterization Perspective

2023-06-18 · NeurIPS 2023 11 · Gongjie Zhang, Jiahao Lin, Shuang Wu, Yilin Song 외

Vectorized high-definition (HD) map is essential for autonomous driving, providing detailed and precise environmental information for advanced perception and planning. However, current map vectorization methods often exh…

Autonomous DrivingPhilosophySensitivity

AutoVecCoder: Teaching LLMs to Generate Explicitly Vectorized Code

2026-05-18 · Shangzhan Li, Xinyu Yin, Xuanyu Jin, Ye He 외 arxiv

Vectorization via Single Instruction, Multiple Data (SIMD) architectures is a cornerstone of high-performance computing. To fully exploit hardware potential, developers often resort to explicit vectorization using intrin…

Reinforcement LearningCode Generation

A Formalization of Image Vectorization by Region Merging

2024-09-24 · Roy Y. He, Sung Ha Kang, Jean-Michel Morel

Image vectorization converts raster images into vector graphics composed of regions separated by curves. Typical vectorization methods first define the regions by grouping similar colored regions via color quantization, …

Image SegmentationQuantizationSemantic SegmentationVector Graphics