Community Profile

photo

Baththama Alhassan


Last seen: 2년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

2년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변