awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesPixel Connectivity Analysis

Identifying and labeling contiguous regions of pixels in binary images.

Distinct from Connected Component Identification: Applies connected component analysis to image pixels rather than abstract data grids.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Pixel Connectivity Analysis. Refine with filters or upvote what's useful.

Awesome Pixel Connectivity Analysis GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • hybridgroup/gocvhybridgroup का अवतार

    hybridgroup/gocv

    7,463GitHub पर देखें↗

    GoCV is a computer vision library and Go language binding for OpenCV. It serves as an image processing toolkit and deep learning inference engine, providing programmatic access to a wide range of algorithms for image manipulation, object detection, and video analysis. The project differentiates itself through high-performance native bindings and hardware acceleration. It utilizes a foreign function interface to map Go calls to C++ functions and includes a hardware-agnostic backend dispatch to route neural network tasks to computation engines such as CUDA and OpenVINO. The library covers a br

    Labels and counts connected regions of pixels to separate distinct objects in binary images.

    Go
    GitHub पर देखें↗7,463
  • shimat/opencvsharpshimat का अवतार

    shimat/opencvsharp

    6,011GitHub पर देखें↗

    OpenCVSharp is a .NET library that wraps native OpenCV functions, providing C# developers with access to OpenCV's computer vision capabilities through an API that mirrors the native C/C++ style. It serves as a managed wrapper for image processing, feature detection, object detection, and image manipulation tasks, while also handling automatic disposal of unmanaged OpenCV resources like Mat objects to prevent memory leaks in .NET applications. The library enables keypoint detection and descriptor extraction using algorithms such as AKAZE, BRISK, or FAST, with brute-force or FLANN-based matchin

    Labels connected regions of foreground pixels in binary images and returns blob properties.

    C#computer-visiondotnetdotnetstandard
    GitHub पर देखें↗6,011
  • zxing-js/libraryzxing-js का अवतार

    zxing-js/library

    2,917GitHub पर देखें↗

    This library is a multi-format barcode processing utility designed for web browsers and server-side environments. It provides a comprehensive suite of tools for both decoding existing barcode symbols and generating new ones from input data. The project distinguishes itself by enabling continuous, real-time barcode scanning directly from live video streams. By utilizing browser camera interfaces and automated frame processing, it allows applications to capture and interpret one-dimensional and two-dimensional barcode data without requiring manual image uploads or user intervention. Beyond rea

    Analyzes pixel luminance to isolate high-contrast barcode patterns from background noise in raw image data.

    TypeScriptbarcodedecoding-imagesencoding-library
    GitHub पर देखें↗2,917
  1. Home
  2. Software Engineering & Architecture
  3. Algorithmic Problem Solving
  4. Grid Connectivity Solving
  5. Connected Component Identification
  6. Pixel Connectivity Analysis