photo

SHILPI GUPTA


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
1 Réponse

RANG
88 279
of 301 204

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 21 191

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 368

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
image enhancement using PSO algorithm
prticle.m clc; clear all; close all; %Reading image Img = imread('w.jpg'); I = imresize(Img,[256 256]); ...

plus de 6 ans il y a | 0

Question


image enhancement using PSO algorithm
particle.m clc; clear all; close all; %Reading image Img = imread('w.jpg'); I = imresize(Img,[256 256]); ...

plus de 6 ans il y a | 2 réponses | 0

2

réponses

Question


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 ...

presque 7 ans il y a | 1 réponse | 0

1

réponse