Feeds
질문
MATLAB code for Color contrast preserving ratio (CCPR)
I'm currently doing a project about image decolorization. Thus, I want to evaluate the decolorization algorithm in terms of co...
대략 5년 전 | 답변 수: 0 | 0
0
답변질문
Meaning of the code (image decolorization)
I need to find and delta_x,y (gradient or color contrast having a signed value indicating the difference of a color pair. The M...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
Gradient of an image
I want to extract gradient from an image. Can I do in Matlab using the following command? ims=imread('A.png'); Rx = ims(:,1:en...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
How to extract gray scales from pixel x and y?
The application of image processing that I am currently studying is image decolorization. I need to extract the gray scales fo...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
What is the meaning of imV = [R(:),G(:),B(:)]; ?
The code looks like this: R = ims(:,:,1);G = ims(:,:,2);B = ims(:,:,3); imV = [R(:),G(:),B(:)]; I understand that the first ...
대략 5년 전 | 답변 수: 2 | 0

