paper-with-me

Papers

Volkit: A Performance-Portable Computer Vision Library for 3D Volumetric Data

2022-03-19 · Stefan Zellmann, Giovanni Aguirre, Jürgen P. Schulze

We present volkit, an open source library with high performance implementations of image manipulation and computer vision algorithms that focus on 3D volumetric representations. Volkit implements a cross-platform, performance-portable API targeting both CPUs and GPUs that defers data and resource movement and hides them from the application developer using a managed API. We use volkit to process medical and simulation data that is rendered in VR and consequently integrated the library into the C++ virtual reality software CalVR. The paper presents case studies and performance results and by that demonstrates the library's effectiveness and the efficiency of this approach.

📄 PDF Abstract BibTeX arXiv:2203.10213

Code (0)

등록된 구현이 없습니다.

Tasks

Image Manipulation

Similar Papers 제목 키워드 기반

ChainerCV: a Library for Deep Learning in Computer Vision

2017-08-28 · Yusuke Niitani, Toru Ogawa, Shunta Saito, Masaki Saito

Despite significant progress of deep learning in the field of computer vision, there has not been a software library that covers these methods in a unifying manner. We introduce ChainerCV, a software library that is inte…

Deep Learningobject-detectionObject DetectionSemantic Segmentation

DroneVis: Versatile Computer Vision Library for Drones

2024-06-01 · Ahmed Heakl, Fatma Youssef, Victor Parque, Walid Gomaa

This paper introduces DroneVis, a novel library designed to automate computer vision algorithms on Parrot drones. DroneVis offers a versatile set of features and provides a diverse range of computer vision tasks along wi…

Real-Time Superficial Vein Imaging System for Observing Abnormalities on Vascular Structures

2023-04-29 · Ayse Altay, Abdurrahman Gumus

Circulatory system abnormalities might be an indicator of diseases or tissue damage. Early detection of vascular abnormalities might have an important role during treatment and also raise the patient's awarenes. Current …

Multiple Object Trackers in OpenCV: A Benchmark

2021-10-11 · Nađa Dardagan, Adnan Brđanin, Džemil Džigal, Amila Akagic

Object tracking is one of the most important and fundamental disciplines of Computer Vision. Many Computer Vision applications require specific object tracking capabilities, including autonomous and smart vehicles, video…

Multiple Object TrackingObjectObject Tracking

BayesOpt: A Bayesian Optimization Library for Nonlinear Optimization, Experimental Design and Bandits

2014-05-29 · Ruben Martinez-Cantin

BayesOpt is a library with state-of-the-art Bayesian optimization methods to solve nonlinear optimization, stochastic bandits or sequential experimental design problems. Bayesian optimization is sample efficient by build…

Bayesian OptimizationExperimental DesignHyperparameter Optimization