def non_local_means_bw_py(imgs, search_window, block_size, photo_render): import cv2 ret_imgs = opencv_wrapper(imgs, cv2.fastNlMeansDenoising, [None,photo_render,block_size,search_window]) return ret_imgs