This algorithm seems to be very computational expensive since it should compute and compare the surrounding region of each pixel. So I wonder how common this algorithm is used in reality?
j316chuck
I think there are really fast non-local means methods that allow you to search based off of vector distances/similarities in the features you are querying for?
This algorithm seems to be very computational expensive since it should compute and compare the surrounding region of each pixel. So I wonder how common this algorithm is used in reality?
I think there are really fast non-local means methods that allow you to search based off of vector distances/similarities in the features you are querying for?