Community Profile

photo

Baththama Alhassan


Last seen: meer dan 2 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

meer dan 2 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 2 jaar ago | 1 answer | 0

1

answer