photo

Baththama Alhassan


Last seen: 2 years 前 自 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答