Alternative to OpenCV fastNlMeansDenoising for real time application?
问题 I'm currently using the below function to remove noise from two images of size (240x720). I'm currently computing this on my computer but would like to implement this in real time. However on my computer the function results in significant delays to the program. Is there an alternative to removing noise from an image that could work in real time? Gaussian blur perhaps? fastNlMeansDenoising(ipmOfLeftLaneRobust, ipmOfLeftLaneRobust,10,7,21); 回答1: Given a function fastNlMeansDenoising(InputArray