msuv08 / parallel-gpus

GigaAPI is a user-space API that simplifies multi-GPU programming, bridging the gap between the capabilities of parallel GPU systems and the ability of developers to harness their full potential. The API offers a comprehensive set of functionalities, including fundamental GPU operations, image processing, and complex GPU tasks.
1 stars 1 forks source link

sharpening is somehow smoothening? #9

Open omeedcs opened 6 months ago

omeedcs commented 6 months ago

https://homepages.inf.ed.ac.uk/rbf/HIPR2/log.htm

basically using rgb, the sharpening filter uses a Laplacian filter to enhance edges, im using the second most common discrete approximation supposedly, maybe we should try the first? i think it might be a problem with my neighbor values i dont know

omeedcs commented 6 months ago

@msuv08 gonna set up a shell for anti-aliasing