필터 지우기
필터 지우기

Peaks Not Found by findpeaks()

조회 수: 1 (최근 30일)
Ezz El-din Abdullah
Ezz El-din Abdullah 2017년 2월 4일
댓글: Ezz El-din Abdullah 2017년 2월 4일
Is there any way to find peaks rather than using findpeaks() function which didn't get the peaks of the attached curve?

답변 (1개)

Image Analyst
Image Analyst 2017년 2월 4일
To find peaks on an image, use imregionalmax().
  댓글 수: 5
Image Analyst
Image Analyst 2017년 2월 4일
There's a bunch of stuff in there, but no IcRot variable. Here's what's there:
s =
struct with fields:
ans: 16
J: [768×1024 uint8]
scale: 0.7
I: [538×717 uint8]
info: [1×1 struct]
w: 716.8
h: 537.6
hf: [3×3 double]
Ifilt: [538×717 uint8]
bckgnd: [538×717 uint8]
I2: [538×717 uint8]
I3: [538×717 uint8]
Ic: [93×361 uint8]
hc: 355
wc: 80
d: 1
c: [30 30 51 51]
r: [131 10 10 131]
theta: 1.53955649336463
Ang: 88.2100893917539
BW: [32×355 logical]
cp: [1×456 double]
rp: [1×456 double]
cs: [1×1 struct]
yy: [1×456 double]
lined_data: [1×456 double]
x: [1×32 double]
y: [1×32 double]
lengthX: 10
samplingRateIncrease: 10
newXSamplePoints: [1×100 double]
smoothedY: [1×100 double]
slopes: [1×455 double]
i: 455
NPeaks: 55
peaks: [1×54 double]
locs: [1×54 double]
a: [1 2 0 0 0 12 2 3]
zIndSlopes: [1×220 double]
I've attached his code in test3.m.
Ezz El-din Abdullah
Ezz El-din Abdullah 2017년 2월 4일
I'm sorry for not being clear.
It's Ic variable that is [93×361 uint8].

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by