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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0