awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repositorios

Awesome GitHub RepositoriesImage Sharpening

Increases edge contrast using weighted sums of neighboring pixels.

Distinct from Post-Processing Effects: Distinct from general post-processing: focuses on edge-contrast enhancement.

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

Awesome Image Sharpening GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • lettier/3d-game-shaders-for-beginnersAvatar de lettier

    lettier/3d-game-shaders-for-beginners

    19,407Ver en GitHub↗

    This project is an educational platform and technical reference for learning real-time graphics programming through the development of custom shaders. It provides a comprehensive guide to the programmable graphics pipeline, offering a collection of tutorials and interactive examples that demonstrate how to manipulate coordinate spaces, manage buffer data, and implement complex rendering techniques in 3D environments. The repository distinguishes itself as a versatile toolkit for both photorealistic and non-photorealistic rendering. It includes modular implementations for stylized aesthetics s

    Increases edge contrast in rendered images by calculating the weighted sum of a fragment and its immediate neighbors.

    C++3d3d-graphicsgame-development
    Ver en GitHub↗19,407
  • gloriouseggroll/proton-ge-customAvatar de GloriousEggroll

    GloriousEggroll/proton-ge-custom

    14,513Ver en GitHub↗

    Proton GE Custom is a compatibility layer designed to execute Windows games on Linux by translating binary instructions and API calls. It focuses on improving game stability and performance through a Wine-based translation system. The project utilizes custom patches and per-game configuration overrides to resolve specific application crashes and glitches. It implements specialized media foundation patching to ensure stable playback of proprietary cinematic formats and adds support for High Dynamic Range output. The software covers a range of gaming optimizations, including raw input latency

    Increases game resolution and visual clarity using specialized spatial upscaling patches.

    C++
    Ver en GitHub↗14,513
  • xenia-project/xeniaAvatar de xenia-project

    xenia-project/xenia

    9,480Ver en GitHub↗

    Xenia is an emulator designed to run Xbox 360 games and applications on modern computer hardware. It enables the execution of console software from disc images, digital downloads, and extracted files, facilitating legacy software preservation on hardware that lacks native support. The project distinguishes itself through high-fidelity graphics enhancements, including the ability to increase internal rendering resolution and apply contrast-adaptive sharpening to restore image clarity. It implements specialized visual techniques such as blue noise dithering to reduce color banding and multisamp

    Provides a contrast-adaptive sharpening filter to recover image detail and sharpen edges without ringing artifacts.

    C++c-plus-pluscppd3d12
    Ver en GitHub↗9,480
  • xpixelgroup/basicsrAvatar de XPixelGroup

    XPixelGroup/BasicSR

    8,297Ver en GitHub↗

    BasicSR is a PyTorch-based image restoration toolbox and framework designed for training and deploying deep learning models to upscale, denoise, and deblur images and videos. It serves as a comprehensive system for image super-resolution and video quality restoration, providing the necessary infrastructure to recover fine visual details and increase pixel density. The project distinguishes itself through specialized toolkits for facial image enhancement and high-fidelity face synthesis, as well as a dedicated video quality restoration suite that utilizes deformable convolutions and generative

    Enhances image edges by blending blurred versions with original images to increase visual sharpness.

    Pythonbasicsrbasicvsrdfdnet
    Ver en GitHub↗8,297
  • nvidia/isaac-gr00tAvatar de NVIDIA

    NVIDIA/Isaac-GR00T

    6,222Ver en GitHub↗

    Uses a spatial upscaler and sharpening algorithm that works across all GPUs supporting Shader Model 5.2 and above.

    Jupyter Notebook
    Ver en GitHub↗6,222
  • disintegration/imagingAvatar de disintegration

    disintegration/imaging

    5,727Ver en GitHub↗

    Imaging is a Go library for image processing that provides a set of functions for common image manipulation tasks. It offers capabilities for adjusting image colors, applying convolution filters, blurring, cropping, resizing, sharpening, and correcting orientation based on EXIF data. The library supports resizing images to exact dimensions or bounding boxes with aspect ratio preservation and configurable resampling filters. Color adjustments include gamma, contrast, brightness, and saturation controls, while blurring and sharpening use Gaussian-based algorithms with configurable sigma paramet

    Sharpens images using a Gaussian-based algorithm with a configurable sigma parameter.

    Go
    Ver en GitHub↗5,727
  • cybertimon/rapidrawAvatar de CyberTimon

    CyberTimon/RapidRAW

    5,234Ver en GitHub↗

    RapidRAW is a non-destructive RAW photo editor and digital asset manager designed for decoding manufacturer RAW formats and applying tonal and color adjustments. It functions as a professional image processor that ensures original source data remains unmodified by saving all edits, masks, and crops to sidecar files. The software features a specialized color grading suite using 3D LUTs, color wheels, and HSL mixers, alongside AI-powered utilities for subject isolation, automatic masking, and generative inpainting for object removal. It distinguishes itself with AI-assisted photo retouching and

    Clarifies image details by boosting edge contrast using frequency-aware unsharp masking.

    TypeScriptcolor-gradingeditingimage-processing
    Ver en GitHub↗5,234
  • esilverberg/ios-image-filtersAvatar de esilverberg

    esilverberg/ios-image-filters

    1,346Ver en GitHub↗

    Esta librería proporciona una colección de extensiones de procesamiento de imágenes para la clase nativa de imagen en iOS. Funciona como un kit de herramientas para aplicar filtros artísticos, ajustes de color y algoritmos de enfoque directamente a objetos de imagen dentro de aplicaciones móviles. El framework se distingue por integrarse con el pipeline nativo de imágenes para ejecutar operaciones a nivel de píxel en la GPU. Utiliza un enfoque declarativo para encadenar unidades de procesamiento modulares, permitiendo la construcción de efectos visuales complejos mientras mantiene transformaciones no destructivas mediante la generación de nuevos buffers de salida. El proyecto cubre un amplio rango de capacidades fotográficas, incluyendo gradación de color de nivel profesional mediante el ajuste de niveles, curvas y saturación. También incluye herramientas para mejorar la claridad de la imagen y aplicar estilos visuales predefinidos que simulan la estética de la fotografía clásica y digital.

    Enhances image clarity and focus using sharpening algorithms that clarify edges and fine textures.

    Objective-C
    Ver en GitHub↗1,346
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Rendering
  5. Post-Processing Effects
  6. Image Sharpening

Explorar subetiquetas

  • Spatial UpscalersAlgorithms that increase image resolution using spatial information without AI, compatible with a wide range of GPUs. **Distinct from Image Sharpening:** Distinct from Image Sharpening: focuses on resolution upscaling rather than edge contrast enhancement.