Feeds
질문
Error using get_laplacian Too many input arguments.
[T]=get_laplacian(I,3,T_est); %[LT]=generateLaplacian(I,3,T_est); figure,imshow(T); title('Laplance Transformat...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
im getting an error in my code saying too many arguments
[T]=get_laplacian(I,3,T_est); %[LT]=generateLaplacian(I,3,T_est); figure,imshow(T); title('Laplance Transforma...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
Array dimensions must match for binary array op, plz give me a solution for this .
clc; close all; %Initialize a=imread('Y:/haze.jpg'); Red=a; Green=a; Blue=a; Red(:,:,2:3)=0; subp...
대략 8년 전 | 답변 수: 0 | 0
0
답변질문
can u plz help me to clear the error which is in (line 32) "Array dimensions must match for binary array op"
clc; close all; %Initialize a=imread('Y:/haze.jpg'); Red=a; Green=a; Blue=a; Red(:,:,2:3)=0; subplot(2,2,1); imshow(...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
can someone help me tro fix this error "Array dimensions must match for binary array op."
Array dimensions must match for binary array op.
8년 초과 전 | 답변 수: 0 | 0