What is the algorithm used by tfridge?

Hello Community,
I would like to use tfridge to do some ridge tracing in my data. It seems to work reasonably well, but I cannot find any information on what the underlying algorithm is. Does anyone have any ideas? It's difficult to optimize and describe in a methods section otherwise.
Cheers, Michael

답변 (1개)

Wilson A N
Wilson A N 2018년 4월 9일

0 개 추천

It seems that MathWorks has restricted the implementation details of tfridge function mainly because it is proprietary information.
However, you can see the implementation for many functions just by using
edit <functionName>.m

댓글 수: 4

Michael Judge
Michael Judge 2018년 4월 9일
Wilson, you are right and I have done this. Unfortunately, the dependency chain bottoms out pretty quickly at signalwavelet.extractRidges. I guess it's really extractRidges() that I need some information on!
Wilson A N
Wilson A N 2018년 4월 10일
편집: Wilson A N 2018년 4월 10일
You can see the code for extractRidges by typing the following command:
>> edit signalwavelet.extractRidges
You can also arrive at the same place by stepping into the extractRidges function using the MATLAB Debugger.
I hope the above helps
MJ
MJ 2018년 9월 11일
I had the same question. From the answers above I have tried but it seems impossible to find more details once reach "edit signalwavelet.extractcurve". I get it, it is due to proprietary information. But just wonder if there is any update for reference paper (or patent info) related to the algorithm used for this function, just for citation purpose. Thank you.
jon erickson
jon erickson 2024년 10월 15일
The answer is basically hiding in this publication: https://arxiv.org/pdf/1310.7276

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

카테고리

질문:

2018년 4월 6일

댓글:

2024년 10월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by