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
Averaging and Maximum Intensity Projection (MIP) for the live B-Scan view and live En Face view can be optimized.
Have a look at the functions "updateDisplayedBscanFrame" and "updateDisplayedEnFaceViewFrame" in cuda_code.cu.
Maybe a parallel reduction approach could be used here to optimize the calculations.
The text was updated successfully, but these errors were encountered:
Averaging and Maximum Intensity Projection (MIP) for the live B-Scan view and live En Face view can be optimized.
Have a look at the functions "updateDisplayedBscanFrame" and "updateDisplayedEnFaceViewFrame" in cuda_code.cu.
Maybe a parallel reduction approach could be used here to optimize the calculations.
The text was updated successfully, but these errors were encountered: