What if the image would be rgb? I splitted the channels and processed all steps for all channels. Then I merged sharpened channels again. But it didn't change. What should I do?
@madepython Жыл бұрын
Hi, I don't exactly know how to do a Laplacian filter in RGB image. Hope you find the solution.
@enesguler6034 Жыл бұрын
@@madepython I guess first we need to convert to YUV or HSV color space. Then apply laplacian to only intencity layer. But in my case I needed to multiply kernel with -1.