You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
零像素跳过融合至 C++ 内核:将 Python 侧逐帧零像素检测(np.all(...==0))下沉至 OpenMP 并行 C++ 内核内部完成,消除事件循环阻塞和临时数组分配开销。影响内核:fgp_accumulate、sigma_clip_fused_merge、sigma_clip_iterative_chunk 等。