Skip to main content

High-performance image processing functions for deep learning and computer vision.

Project description

Albucore: High-Performance Image Processing Functions

Albucore is a library of optimized atomic functions designed for efficient image processing. These functions serve as the foundation for Albumentations, a popular image augmentation library.

Overview

Image processing operations can be implemented in various ways, each with its own performance characteristics depending on the image type, size, and number of channels. Albucore aims to provide the fastest implementation for each operation by leveraging different backends such as NumPy, OpenCV, and custom optimized code.

Key features:

  • Optimized atomic image processing functions
  • Automatic selection of the fastest implementation based on input image characteristics
  • Seamless integration with Albumentations
  • Extensive benchmarking for performance validation

Installation

pip install albucore

Usage

import numpy as np
import albucore
# Create a sample image
image = np.random.randint(0, 256, (100, 100, 3), dtype=np.uint8)
# Apply a function
result = albucore.multiply(image, 1.5)

Albucore automatically selects the most efficient implementation based on the input image type and characteristics.

Functions

Albucore includes optimized implementations for various image processing operations, including:

  • Arithmetic operations (add, multiply, power)
  • Normalization (per-channel, global)
  • Geometric transformations (vertical flip, horizontal flip)
  • Helper decorators (to_float, to_uint8)

Performance

Albucore uses a combination of techniques to achieve high performance:

  1. Multiple Implementations: Each function may have several implementations using different backends (NumPy, OpenCV, custom code).
  2. Automatic Selection: The library automatically chooses the fastest implementation based on the input image type, size, and number of channels.
  3. Optimized Algorithms: Custom implementations are optimized for specific use cases, often outperforming general-purpose libraries.

Benchmarks

We maintain an extensive benchmark suite to ensure Albucore's performance across various scenarios. You can find the benchmarks and their results in the benchmarks directory.

License

MIT

Acknowledgements

Albucore is part of the Albumentations project. We'd like to thank all contributors to Albumentations and the broader computer vision community for their inspiration and support.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

albucore-0.0.18.tar.gz (13.4 kB view details)

Uploaded Source

Built Distribution

albucore-0.0.18-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

Details for the file albucore-0.0.18.tar.gz.

File metadata

  • Download URL: albucore-0.0.18.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for albucore-0.0.18.tar.gz
Algorithm Hash digest
SHA256 5a8ba297ab1693064e2b729ec9834864a0252a9c9ea814237ed85aa0ef83c77b
MD5 46f465825bd2fa8cc6c394b206ff16f2
BLAKE2b-256 09d53cb5e6475858ec7241f0f6c62167cb308d6c18ae401a3f5a79a5af5abc0b

See more details on using hashes here.

File details

Details for the file albucore-0.0.18-py3-none-any.whl.

File metadata

  • Download URL: albucore-0.0.18-py3-none-any.whl
  • Upload date:
  • Size: 11.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for albucore-0.0.18-py3-none-any.whl
Algorithm Hash digest
SHA256 514d3283245f8c08d71e2a3c28cc8fcd32986c8bdee26cfa1a7d640faac003c4
MD5 44696ec544b7c2633aafc41e4467b931
BLAKE2b-256 b0139da8f92fb01f0ca6142b3ca9e832d142007cc997900647eb8c58f758388f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page