Community Profile

photo

Baththama Alhassan


Last seen: más de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


how do i automatically select the kernel size like 5*5, 7*7... instead of the 3*3 in the code below
clc; clear all; close all; es=imread('cameraman.Tif'); es=imnoise(es,'salt & pepper',0.5); b=es; [r,c]=size(es); for i=2:...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to sort a vector based on the absolute difference of the sorted vector
Example: a= [2,3,6,12,7,18,25,0,28,5] b= [0,2,3,5,6,7,12,18,25,28] absolutediffofb=[2,1,2,1,1,...

más de 2 años hace | 1 respuesta | 0

1

respuesta