awesome-repositories.com分类博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

97 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • public-apis/public-apispublic-apis 的头像

    public-apis/public-apis

    441,986在 GitHub 上查看↗

    这是一个由社区策划的 REST 和 GraphQL 服务端点目录,旨在帮助开发者发现和集成第三方数据源。它作为一个中心化注册表,按领域组织外部服务,以促进快速软件原型设计和应用程序开发。 该注册表依赖于同行评审的贡献模型,利用分布式版本控制来管理更新并确保所列端点的准确性。为了保持高质量的数据,该项目对所有传入的提交采用基于模式的验证,并将结构化数据编译为可搜索的静态网站,以实现高效检索。 该目录涵盖了广泛的集成能力,包括金融数据检索、地理位置服务以及用于语言检测、媒体处理和身份验证等任务的各种实用 API。通过提供这些服务的中心化索引,该项目支持开发者为不同的功能需求识别可靠的数据提供商。

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

    Pythonapiapisdataset
    在 GitHub 上查看↗441,986
  • thealgorithms/pythonTheAlgorithms 的头像

    TheAlgorithms/Python

    221,992在 GitHub 上查看↗

    该项目是一个经过验证的计算实现综合仓库,旨在作为计算机科学和算法问题解决的教育资源。它提供了一个结构化的代码示例集合,涵盖了基本数据结构、数学运算和核心编程概念,允许用户研究各种计算方法背后的逻辑和复杂度。 该仓库通过模块化的、基于参考的实现模式脱颖而出,将代码组织成逻辑命名空间。这种方法促进了独立执行和教育清晰度,使用户能够探索计算策略从朴素的暴力破解方法到优化的、高性能解决方案的演变。通过将数据结构抽象与算法操作解耦,该项目确保了实现保持可互换且易于分析。 能力领域涵盖了广泛的技术领域,包括机器学习、密码学、科学计算和计算机视觉。它包括用于预测建模、神经网络和统计分析的实现,以及用于数字信号处理、网络流管理和金融建模的工具。该集合还解决了专门的数学需求,如线性代数、几何计算和位操作,为研究和工程应用提供了广泛的基础。

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

    Pythonalgorithmalgorithm-competitionsalgorithms-implemented
    在 GitHub 上查看↗221,992
  • opencv/opencvopencv 的头像

    opencv/opencv

    89,201在 GitHub 上查看↗

    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
    在 GitHub 上查看↗89,201
  • tesseract-ocr/tesseracttesseract-ocr 的头像

    tesseract-ocr/tesseract

    74,751在 GitHub 上查看↗

    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
    在 GitHub 上查看↗74,751
  • ffmpeg/ffmpegFFmpeg 的头像

    FFmpeg/FFmpeg

    61,176在 GitHub 上查看↗

    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
    在 GitHub 上查看↗61,176
  • roboflow/supervisionroboflow 的头像

    roboflow/supervision

    44,437在 GitHub 上查看↗

    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
    在 GitHub 上查看↗44,437
  • gto76/python-cheatsheetgto76 的头像

    gto76/python-cheatsheet

    38,499在 GitHub 上查看↗

    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
    在 GitHub 上查看↗38,499
  • airbnb/lottie-androidairbnb 的头像

    airbnb/lottie-android

    35,614在 GitHub 上查看↗

    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
    在 GitHub 上查看↗35,614
  • bumptech/glidebumptech 的头像

    bumptech/glide

    35,021在 GitHub 上查看↗

    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
    在 GitHub 上查看↗35,021
  • jbarlow83/ocrmypdfjbarlow83 的头像

    jbarlow83/OCRmyPDF

    33,901在 GitHub 上查看↗

    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
    在 GitHub 上查看↗33,901
  • lovell/sharplovell 的头像

    lovell/sharp

    32,340在 GitHub 上查看↗

    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
    在 GitHub 上查看↗32,340
  • d2l-ai/d2l-end2l-ai 的头像

    d2l-ai/d2l-en

    29,001在 GitHub 上查看↗

    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
    在 GitHub 上查看↗29,001
  • sdwebimage/sdwebimageSDWebImage 的头像

    SDWebImage/SDWebImage

    25,644在 GitHub 上查看↗

    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
    在 GitHub 上查看↗25,644
  • rs/sdwebimagers 的头像

    rs/SDWebImage

    25,645在 GitHub 上查看↗

    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
    在 GitHub 上查看↗25,645
  • onevcat/kingfisheronevcat 的头像

    onevcat/Kingfisher

    24,277在 GitHub 上查看↗

    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
    在 GitHub 上查看↗24,277
  • graphiteeditor/graphiteGraphiteEditor 的头像

    GraphiteEditor/Graphite

    24,258在 GitHub 上查看↗

    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
    在 GitHub 上查看↗24,258
  • serengil/deepfaceserengil 的头像

    serengil/deepface

    22,226在 GitHub 上查看↗

    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
    在 GitHub 上查看↗22,226
  • qax-os/excelizeqax-os 的头像

    qax-os/excelize

    20,682在 GitHub 上查看↗

    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
    在 GitHub 上查看↗20,682
  • wagtail/wagtailwagtail 的头像

    wagtail/wagtail

    20,366在 GitHub 上查看↗

    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
    在 GitHub 上查看↗20,366
  • bradlarson/gpuimageBradLarson 的头像

    BradLarson/GPUImage

    20,299在 GitHub 上查看↗

    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
    在 GitHub 上查看↗20,299
上一个1234…5下一个
  1. Home
  2. Graphics & Multimedia
  3. Media Processing and Analysis
  4. Media Manipulation
  5. Media Processing Workflows
  6. Image Processing Pipelines

探索子标签

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