Port iOS GPUImageBilateralFilter to Android -
i developed ios app using gpuimage including gpuimagebilateralfilter.
going port ios app android, i've found there no gpuimagebilateralfilter in android gpuimage library.
how can port filter in android?
well, have entire source code filter right here. talk little more here , here, it's relatively simple bilateral blur. uses hardcoded set of 9 gaussian samples central pixel, split horizontal , vertical passes.
all need take vertex , fragment shaders gpuimage repository , write own implementation of two-pass filter within whatever android framework you're using. if they've got separated gaussian blur, shouldn't hard do.
Comments
Post a Comment