Feeds
提问
plz help me to write code for this formula
<</matlabcentral/answers/uploaded_files/135600/Capture.PNG>>
7 years 前 | 0 个回答 | 0
0
个回答提问
Their is error (Undefined function or variable 'new'.) plz help to solve.
function new = fact(i) for o=1:size(i, 1) for j=1:size(i,2) new (o,j,1)=i(o,j,1)*2; new (o,j,2)=i(o,j,2)*2; ...
7 years 前 | 1 个回答 | 0
1
个回答提问
plz explain the code
img_clahe = zeros(size(img)); for color_idx = 1:3 img_clahe(:,:,color_idx) = adapthisteq(img(:,:,color_idx)); end...
7 years 前 | 2 个回答 | 0
2
个回答提问
plz explain the code
contour_thres = 0.005; thres_func = @(x) (x<contour_thres);
7 years 前 | 2 个回答 | 0
2
个回答提问
plz help me to find Textureless Regions fro in image
plz help me to find Textureless Regions fro in image
7 years 前 | 0 个回答 | 0
0
个回答已回答
what is textureless_map how it's works
plz help me to find Textureless Regions fro in image.
what is textureless_map how it's works
plz help me to find Textureless Regions fro in image.
7 years 前 | 0
提问
plz help me to understand this loop
for color_idx=1:3 img_tmp = img_in_lin(:,:,color_idx); img_tmp = img_tmp(textureless_map); % Estimate the...
7 years 前 | 1 个回答 | 0
1
个回答提问
plz help me to understand those cod of lines
[~, candidates_idx] = sort(candidates); idx_median = candidates_idx(round(numel(candidates)/2))
7 years 前 | 1 个回答 | 0
1
个回答提问
plz help me to understand every line of code
function A = AirlightEstimate(img, blocksize, showFigure) im = img; [M, N, ~] = size(im); point = [0,0]; y = 1...
7 years 前 | 1 个回答 | 0
1
个回答提问
l want to create algorithm for under water images from where i can start
l want to create algorithm for under water images from where i can start
7 years 前 | 0 个回答 | 0
