KopfJBU icon indicating copy to clipboard operation
KopfJBU copied to clipboard

2007_Kopf's Joint Bilateral Upsampling.

Results 2 KopfJBU issues
Sort by recently updated
recently updated
newest added

num_neighbors may caculate by following: num_neighbors = Imagescale/2 ?? the reason is the down-sample size is Imagescale, a pixel (x,y) in down-sample scale is correspond with about a rectangle whose...

When defining the window size (WinSize) in main.cpp, it is defined as Imagescale*Imagescale + 1, so essentially defined from the high resolution image. When that window is used in JBU.cpp...