Feeds
已回答
image enhancement using PSO algorithm
prticle.m clc; clear all; close all; %Reading image Img = imread('w.jpg'); I = imresize(Img,[256 256]); ...
image enhancement using PSO algorithm
prticle.m clc; clear all; close all; %Reading image Img = imread('w.jpg'); I = imresize(Img,[256 256]); ...
6 years 前 | 0
提问
image enhancement using PSO algorithm
particle.m clc; clear all; close all; %Reading image Img = imread('w.jpg'); I = imresize(Img,[256 256]); ...
6 years 前 | 2 个回答 | 0
2
个回答提问
How to find the local mean of an image?
img = imread('b.png'); img = rgb2gray(img); [m,n] = size(img); img1 = padarray(img,[1,1],'both'); m=m+2; n=n+2; img2 ...
7 years 前 | 1 个回答 | 0
