フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Locating peaks on complex image

1 回表示 (過去 30 日間)
Arthur Moya
Arthur Moya 2018 年 7 月 24 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I would like to read, process and analyse complex images:
The first task I have is to locate 'maxima' and 'minima' on these images. By minima I mean dark spots in light background and by maxima I mean the opposite.
Any help is appreciated,
Thank you
Arthur
  6 件のコメント
Arthur Moya
Arthur Moya 2018 年 7 月 26 日
Dear @Sushant Mahajan I am looking for the minima and maxima of the imaginary component of the image. @Image Analyst, here is the image. Thank you for your responses,
I truly appreciate your input,
Arthur Moya
Guillaume
Guillaume 2018 年 7 月 26 日
It seems to me that if you want to process your raw image with matlab, before thinking of that min/max algorithm you first need to solve the import problem since you say that the current import function that you tried does not work with your images.
Unless you're happy to work with your images converted to png of course.
Note that matlab has no concept of a complex image, so to use the image processing toolbox functions you'll have to split to convert your complex numbers to real numbers at some point (or work on imaginary and real part separately).

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by