awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Namespace Encapsulation · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesNamespace Encapsulation

Techniques that organize code into logical groups to prevent naming collisions and manage visibility across a project.

Explore 1 awesome GitHub repository matching software engineering & architecture · Namespace Encapsulation. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Software Architecture
  4. Architectural Patterns
  5. Plugin & Module Systems
  6. Modular and Plugin Architectures
  7. Namespace Encapsulation

Awesome Namespace Encapsulation GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • opencv/opencv

    opencv/opencv

    86,238GitHubView on 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

    Groups all classes and functions within a dedicated namespace to effectively prevent naming collisions with external libraries or language components.

    C++c-plus-pluscomputer-visiondeep-learning