3dct/vIQA

Split CNR visualization in two parts

Open

#5 创建于 2024年10月22日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (4 fork)auto 404
enhancementgood first issueperformance

仓库指标

Star
 (10 star)
PR 合并指标
 (PR 指标待抓取)

描述

Feature Request

Description

Split the visualization for CNR in two parts. One part is for signal visualization, one part for background visualization.

Use cases

This improves performance for the interactive visualization, since only the part that changes on the input has to be reloaded.

Possible implementation

Currently the visualization is a subplot. This can be changed to two single plots. The interactive visualization should be changed accordingly.

Alternative solutions

贡献者指南