awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

97 Repos

Awesome GitHub RepositoriesImage Processing Pipelines

Systems for chaining mathematical transformations to process digital imagery.

Explore 97 awesome GitHub repositories matching graphics & multimedia · Image Processing Pipelines. Refine with filters or upvote what's useful.

Awesome Image Processing Pipelines GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • public-apis/public-apisAvatar von public-apis

    public-apis/public-apis

    441,986Auf GitHub ansehen↗

    Dieses Projekt ist ein von der Community kuratiertes Verzeichnis von REST- und GraphQL-Service-Endpunkten, das Entwicklern dabei helfen soll, Datenquellen von Drittanbietern zu entdecken und zu integrieren. Es fungiert als zentrales Register, in dem externe Dienste nach Domänen organisiert sind, um schnelles Software-Prototyping und die Anwendungsentwicklung zu erleichtern. Das Register basiert auf einem Peer-Review-Beitragsmodell und nutzt verteilte Versionskontrolle, um Updates zu verwalten und die Genauigkeit der gelisteten Endpunkte sicherzustellen. Um eine hohe Datenqualität zu gewährleisten, verwendet das Projekt eine schema-basierte Validierung für alle eingehenden Einreichungen und kompiliert die strukturierten Daten zu einer durchsuchbaren, statischen Website für eine effiziente Abfrage. Das Verzeichnis deckt ein breites Spektrum an Integrationsmöglichkeiten ab, darunter Finanzdatenabrufe, Geolokalisierungsdienste und verschiedene Utility-APIs für Aufgaben wie Spracherkennung, Medienverarbeitung und Identitätsprüfung. Durch die Bereitstellung eines zentralen Index dieser Dienste unterstützt das Projekt Entwickler dabei, zuverlässige Datenanbieter für verschiedene funktionale Anforderungen zu identifizieren.

    Converts and handles multiple image file formats for cross-platform compatibility.

    Pythonapiapisdataset
    Auf GitHub ansehen↗441,986
  • thealgorithms/pythonAvatar von TheAlgorithms

    TheAlgorithms/Python

    221,992Auf GitHub ansehen↗

    Dieses Projekt ist ein umfassendes Repository verifizierter Rechenimplementierungen, das als Bildungsressource für Informatik und algorithmische Problemlösung dienen soll. Es bietet eine strukturierte Sammlung von Codebeispielen, die grundlegende Datenstrukturen, mathematische Operationen und Kernkonzepte der Programmierung abdecken und es Nutzern ermöglichen, die Logik und Komplexität hinter verschiedenen Berechnungsmethoden zu studieren. Das Repository zeichnet sich durch ein modulares, referenzbasiertes Implementierungsmuster aus, das Code in logische Namespaces organisiert. Dieser Ansatz erleichtert die unabhängige Ausführung und pädagogische Klarheit und ermöglicht es Nutzern, die Entwicklung von Berechnungsstrategien von naiven Brute-Force-Ansätzen bis hin zu optimierten Hochleistungslösungen zu erforschen. Durch die Entkopplung von Datenstruktur-Abstraktionen von algorithmischen Operationen stellt das Projekt sicher, dass Implementierungen austauschbar und leicht zu analysieren bleiben. Das Fähigkeitsspektrum umfasst eine breite Palette technischer Bereiche, einschließlich maschinellem Lernen, Kryptographie, wissenschaftlichem Rechnen und Computer Vision. Es enthält Implementierungen für prädiktive Modellierung, neuronale Netze und statistische Analysen, neben Tools für digitale Signalverarbeitung, Netzwerkflussmanagement und Finanzmodellierung. Die Sammlung adressiert zudem spezialisierte mathematische Bedürfnisse, wie lineare Algebra, geometrische Berechnungen und Bit-Manipulation, und bietet eine breite Grundlage für Forschung und Engineering-Anwendungen.

    Apply mathematical transformations to pixel data to enhance visual quality, detect edges, or extract features from graphical inputs.

    Pythonalgorithmalgorithm-competitionsalgorithms-implemented
    Auf GitHub ansehen↗221,992
  • opencv/opencvAvatar von opencv

    opencv/opencv

    89,201Auf GitHub ansehen↗

    OpenCV is a comprehensive computer vision library designed for real-time performance and cross-platform deployment. It provides a native execution environment that leverages multi-threaded operations and automated memory management to handle intensive computational tasks, including image processing and machine learning model inference. The library distinguishes itself through a data-oriented matrix framework that utilizes proxy-based array abstractions to provide a consistent interface for multidimensional data. By employing factory-pattern algorithm interfaces and runtime type dispatching, i

    Chains mathematical transformations into complex pipelines to filter and manipulate digital imagery.

    C++c-plus-pluscomputer-visiondeep-learning
    Auf GitHub ansehen↗89,201
  • tesseract-ocr/tesseractAvatar von tesseract-ocr

    tesseract-ocr/tesseract

    74,751Auf GitHub ansehen↗

    Tesseract is a neural network-based optical character recognition engine designed to convert scanned images and digital documents into machine-readable, searchable text. It functions as both a command-line utility for automating large-scale digitization workflows and a cross-platform library that can be embedded into desktop, mobile, or server-side applications. By utilizing long short-term memory networks, the engine provides robust text extraction across more than one hundred languages and dozens of scripts. The project distinguishes itself through a sophisticated document layout analysis f

    Enhance image quality through rescaling, binarization, and noise reduction to prepare raw visual data for more accurate recognition.

    C++hacktoberfestlstmmachine-learning
    Auf GitHub ansehen↗74,751
  • ffmpeg/ffmpegAvatar von FFmpeg

    FFmpeg/FFmpeg

    61,176Auf GitHub ansehen↗

    FFmpeg is a cross-platform multimedia framework designed for the recording, conversion, and streaming of audio and video content. It functions as a comprehensive toolkit that provides both a command-line utility for direct media manipulation and a collection of low-level libraries for integration into custom applications. At its core, the project utilizes a packet-based stream engine and a format-agnostic abstraction layer to handle diverse media standards, containers, and network protocols. The framework distinguishes itself through a modular, graph-based filter execution model that allows f

    Adjusts video frame dimensions and transforms pixel formats for media compatibility.

    Caudiocffmpeg
    Auf GitHub ansehen↗61,176
  • roboflow/supervisionAvatar von roboflow

    roboflow/supervision

    44,437Auf GitHub ansehen↗

    Supervision is a computer vision toolset for normalizing model outputs, managing datasets, and visualizing annotations. It provides a framework to convert predictions from various classification and detection models into a standardized data format to ensure interoperability across different computer vision pipelines. The library features a post-processor for filtering, counting, and tracking detected objects across image frames and video streams. It includes capabilities for large image tiling to improve the detection of small objects and tools for assigning persistent identities to objects t

    Provides utilities to crop, scale, resize, and pad images to modify dimensions for model input.

    Pythonclassificationcococomputer-vision
    Auf GitHub ansehen↗44,437
  • gto76/python-cheatsheetAvatar von gto76

    gto76/python-cheatsheet

    38,499Auf GitHub ansehen↗

    This project is a comprehensive technical reference and programming cheatsheet for the Python language. It serves as a curated catalog of language features, syntax patterns, and standard library functions designed to help developers identify and apply correct coding patterns. The documentation covers a broad range of functional areas, including language fundamentals such as object-oriented structuring, functional logic, and list comprehensions. It also provides guidance on utilizing the standard library for data analysis, file management, networking, and concurrent execution. The reference e

    Covers the modification of image pixels and creation of two-dimensional graphics.

    Pythoncheatsheetpythonpython-cheatsheet
    Auf GitHub ansehen↗38,499
  • airbnb/lottie-androidAvatar von airbnb

    airbnb/lottie-android

    35,614Auf GitHub ansehen↗

    Lottie-android is a native vector animation engine and library for Android that parses JSON specification files into high-fidelity animations. It functions as a JSON animation parser and renderer, translating After Effects exported data into native draw calls to maintain design fidelity on mobile devices. The library supports dynamic user interface control by allowing the modification of animation properties, such as colors, text, and shape attributes, during runtime playback. It also integrates with system-level accessibility settings to adjust playback and visibility in accordance with redu

    Decodes bitmap images referenced within animation files from base64 strings or local assets.

    Javaafter-effectsairbnbandroid
    Auf GitHub ansehen↗35,614
  • bumptech/glideAvatar von bumptech

    bumptech/glide

    35,021Auf GitHub ansehen↗

    Glide is an image loading and caching library for Android that fetches and decodes images, GIFs, and video stills from local or remote sources. It functions as a media rendering framework and memory management tool designed to resize and downsample assets to fit specific view dimensions. The system prioritizes scrolling performance through a multi-level caching strategy that stores decoded media in memory and raw data on disk. It employs resource pooling to reuse bitmap memory and binds image loading tasks to component lifecycles to automatically release resources and prevent memory leaks. T

    Employs downsampling and resource pooling to reduce decode times and memory usage.

    Java
    Auf GitHub ansehen↗35,021
  • jbarlow83/ocrmypdfAvatar von jbarlow83

    jbarlow83/OCRmyPDF

    33,901Auf GitHub ansehen↗

    OCRmyPDF is a tool for converting image-based PDF files into machine-readable documents by adding a searchable text layer via optical character recognition. It functions as a multi-language processor capable of detecting and extracting text in over 100 different languages using linguistic data packs. The software includes a PDF image optimizer to remove image artifacts and correct page skew to improve recognition accuracy. It also provides a converter to transform scanned documents into the PDF/A standard for long-term digital archiving. The system manages PDF optimization by compressing emb

    Applies deskewing and artifact removal to scanned pages to improve text recognition accuracy.

    Python
    Auf GitHub ansehen↗33,901
  • lovell/sharpAvatar von lovell

    lovell/sharp

    32,340Auf GitHub ansehen↗

    Sharp is a high-performance image processing library for Node.js. It serves as a native extension and wrapper for the libvips framework, providing tools for image resizing, format conversion, and programmatic data manipulation. The project enables the transformation of images into web-friendly formats such as WebP and AVIF while preserving color profiles and alpha channels. It also provides capabilities for generating blank image buffers with specified dimensions and background colors. The library covers a broad range of image manipulation utilities, including rotation, extraction, compositi

    Offers utilities for resizing, rotating, and cropping high-resolution images while preserving color profiles.

    JavaScriptavifcropexif
    Auf GitHub ansehen↗32,340
  • d2l-ai/d2l-enAvatar von d2l-ai

    d2l-ai/d2l-en

    29,001Auf GitHub ansehen↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Modifies brightness, contrast, saturation, and hue to increase dataset diversity and improve model generalization.

    Pythonbookcomputer-visiondata-science
    Auf GitHub ansehen↗29,001
  • sdwebimage/sdwebimageAvatar von SDWebImage

    SDWebImage/SDWebImage

    25,644Auf GitHub ansehen↗

    SDWebImage is an asynchronous image downloader and caching library for iOS and macOS applications. It provides a core identity centered on a network utility for fetching images from URLs, a tiered memory and disk caching engine, and a processing framework for decoding and encoding media. The library features a specialized rendering engine for animated formats such as GIF and WebP, including support for progressive animation rendering. It distinguishes itself through a plugin system that allows for extended image format support and the ability to replace default loading or storage logic with c

    Processes various image formats and codecs to prepare raw data for rendering in a user interface.

    Objective-Ccachecarthagecocoapods
    Auf GitHub ansehen↗25,644
  • rs/sdwebimageAvatar von rs

    rs/SDWebImage

    25,645Auf GitHub ansehen↗

    SDWebImage is an asynchronous image loading library for iOS that provides a framework for fetching, decoding, and caching images. It consists of a core loading library, a decoding engine, a processing pipeline, and a caching system designed to reduce network traffic and improve load times. The project features a two-tier caching architecture that stores assets in both volatile memory and persistent disk storage. It distinguishes itself through a modular loader pattern and a plugin-based decoding system, which allow for the integration of custom storage engines and the support of non-standard

    Implements a pipeline for applying a sequence of visual transformations and decompression steps to images after retrieval.

    Objective-C
    Auf GitHub ansehen↗25,645
  • onevcat/kingfisherAvatar von onevcat

    onevcat/Kingfisher

    24,277Auf GitHub ansehen↗

    Kingfisher is a library for downloading, caching, and displaying remote images in Swift applications. It provides an integrated framework that manages the entire lifecycle of remote assets, from initial network retrieval to final rendering within user interface components. The library distinguishes itself through a two-tiered storage mechanism that balances rapid access via volatile memory with persistent availability through disk caching. It features a modular processing pipeline that allows for dynamic image transformations, such as applying filters or geometric modifications, during the re

    Provides a chainable pipeline for applying filters and geometric transformations to images.

    Swiftcachefiltersimage
    Auf GitHub ansehen↗24,277
  • graphiteeditor/graphiteAvatar von GraphiteEditor

    GraphiteEditor/Graphite

    24,258Auf GitHub ansehen↗

    Graphite is a node-based visual design environment that integrates vector illustration, raster image processing, and motion graphics generation into a single platform. It utilizes a functional reactive pipeline and a data-flow execution model to propagate state changes through a graph of interconnected nodes, allowing users to construct complex, automated design workflows. The platform distinguishes itself through a context-aware evaluation engine that injects runtime metadata—such as coordinate data and loop indices—directly into the node graph. This enables the creation of procedural geomet

    Modifies color properties like brightness, contrast, hue, and saturation in raster images.

    Rust2d-graphicsanimationart
    Auf GitHub ansehen↗24,258
  • serengil/deepfaceAvatar von serengil

    serengil/deepface

    22,226Auf GitHub ansehen↗

    Deepface is a comprehensive deep learning library for facial recognition and demographic analysis. It provides a modular pipeline that handles the entire lifecycle of facial processing, including detection, geometric alignment, and the transformation of facial images into high-dimensional numerical vector embeddings for identity verification and similarity comparison. The library distinguishes itself through a model ensemble approach, which combines predictions from multiple pre-trained neural networks to improve classification accuracy and reduce bias. It also integrates advanced security fe

    Detects, aligns, and resizes facial images to prepare them for feature extraction.

    Pythonage-predictionarcfacedeep-learning
    Auf GitHub ansehen↗22,226
  • qax-os/excelizeAvatar von qax-os

    qax-os/excelize

    20,682Auf GitHub ansehen↗

    Excelize is a library for reading and writing spreadsheet files in the Office Open XML format. It provides a comprehensive suite of tools for programmatically creating, modifying, and analyzing workbooks, worksheets, and cell data, ensuring compatibility across various office software suites through structured XML serialization. The library distinguishes itself with a built-in formula calculation engine that evaluates complex mathematical and logical expressions directly against workbook data. It also features a memory-mapped streaming architecture, which allows for the efficient processing o

    Decodes base64 strings into binary image data for local storage.

    Goagentaianalytics
    Auf GitHub ansehen↗20,682
  • wagtail/wagtailAvatar von wagtail

    wagtail/wagtail

    20,366Auf GitHub ansehen↗

    Wagtail is an open-source content management system built on the Django web framework. It provides a structured, tree-based approach to content modeling, allowing developers to define custom page types and reusable content components that are managed through a highly customizable administrative interface. The platform distinguishes itself through its flexible, block-based content composition system, which enables editors to assemble complex page layouts dynamically. It also offers robust support for multi-site and multi-lingual environments, allowing organizations to manage distinct websites

    Defines custom mapping rules to control how input image types are automatically transformed into output formats.

    Pythoncmsdjangohacktoberfest
    Auf GitHub ansehen↗20,366
  • bradlarson/gpuimageAvatar von BradLarson

    BradLarson/GPUImage

    20,299Auf GitHub ansehen↗

    GPUImage is a GPU-accelerated image processing framework for iOS designed to apply real-time filters and effects to images and video. It functions as a processing engine and fragment shader library that manages textures and shaders for efficient visual data manipulation. The framework utilizes a chainable filter architecture and a texture-based data pipeline to pass image data between processing stages without expensive memory transfers. It enables the creation of bespoke visual effects through the authoring of custom fragment shaders and provides mechanisms to synchronize texture data with e

    Provides utilities to modify brightness, contrast, saturation, gamma, and white balance to improve visual quality.

    Objective-C
    Auf GitHub ansehen↗20,299
Vorherige1234…5Nächste
  1. Home
  2. Graphics & Multimedia
  3. Media Processing and Analysis
  4. Media Manipulation
  5. Media Processing Workflows
  6. Image Processing Pipelines

Unter-Tags erkunden

  • Digital Image ProcessingAlgorithms that apply mathematical transformations to pixel data for tasks like edge detection and visual enhancement.
  • Image Format Decoders9 Sub-TagsSoftware that processes common image file formats to prepare raw data for further analysis or manipulation.
  • Image Pre-processing Utilities1 Sub-TagFunctions for rescaling, binarization, and noise reduction to improve downstream analysis quality.
  • Image Preprocessing Utilities1 Sub-TagUtilities that optimize input image quality to improve the accuracy of subsequent processing tasks.