Community Profile

photo

Baththama Alhassan


Last seen: oltre 2 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistiche

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta