awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesConcurrent Frame Buffering

Duplication of resources to allow CPU recording and GPU rendering to happen simultaneously.

Distinct from Video Frame Processing: Distinct from general video frame processing; focuses on the CPU-GPU concurrency pattern for real-time rendering.

Explore 2 awesome GitHub repositories matching graphics & multimedia · Concurrent Frame Buffering. Refine with filters or upvote what's useful.

Awesome Concurrent Frame Buffering GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • overv/vulkantutorialالصورة الرمزية لـ Overv

    Overv/VulkanTutorial

    3,675عرض على GitHub↗

    VulkanTutorial is a comprehensive educational guide and instructional resource for implementing low-level rendering and compute pipelines using the Vulkan API. It serves as a GPU programming course and a step-by-step guide for building high-performance graphics applications from scratch. The project provides detailed instruction on the full graphics pipeline, including the compilation of shaders to SPIR-V bytecode, the configuration of rasterization states, and the implementation of 3D graphics pipelines. It also covers general-purpose GPU compute programming, focusing on the execution of par

    Implements double-buffering of synchronization resources to allow concurrent CPU recording and GPU rendering.

    C++computer-graphicscppgraphics-programming
    عرض على GitHub↗3,675
  • datitran/object_detector_appالصورة الرمزية لـ datitran

    datitran/object_detector_app

    1,305عرض على GitHub↗

    This application is a real-time computer vision system designed to identify and label objects within live video feeds, recorded files, and static images. It functions as a comprehensive framework that integrates pre-trained machine learning models with video processing pipelines to perform multi-object localization and visual data tracking. The system distinguishes itself through a multithreaded architecture that decouples frame acquisition from detection logic, ensuring the interface remains responsive during continuous analysis. It provides specialized scripts for training and optimizing cu

    Decouples frame acquisition from detection logic using concurrent queues to maximize throughput for real-time video analysis.

    Pythonopencvtensorflow
    عرض على GitHub↗1,305
  1. Home
  2. Graphics & Multimedia
  3. Video Frame Processing
  4. Concurrent Frame Buffering

استكشف الوسوم الفرعية

  • PipelinesUses concurrent queues to decouple frame acquisition from detection logic for real-time video analysis. **Distinct from Concurrent Frame Buffering:** Distinct from Concurrent Frame Buffering: focuses on the pipeline architecture for decoupling acquisition from detection, rather than just CPU-GPU resource duplication.