-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Thank you for open-sourcing your excellent work! I have a question concerning line 165 in cuda_rasterizer/stopthepop/stopthepop_common.cuh: The computation of tx as described in the supplementary materials of the paper is:

where
So
so the numerator should be
However, this seems inconsistent with what is on line 165. Could you please explain why this is the case?
const float tx = not_in_y_range * __saturatef((dx * co.x * diffx + dx * co.y * diffy) * rcp_dxdxcox);
Thanks for a lot!
Metadata
Metadata
Assignees
Labels
No labels