detail image (matrices)

The device for detecting holes on the roads records a long picture for me (3200: n (n-duration of the journey)), but when plotting, I want to show the hole in the road in detail, the pixels are too blurry.to properly display my image i use the image function
image(I)
Thanks in advance!

3 件のコメント

KALYAN ACHARJYA
KALYAN ACHARJYA 2022 年 5 月 16 日
If you want to get help, provide details, questions?
DGM
DGM 2022 年 5 月 16 日
The image you're showing only has a size of about 120x19. There isn't any more information there. If you want it to not be stretched out, you can do
axis equal
but that doesn't change the resolution.
Image Analyst
Image Analyst 2022 年 5 月 16 日
Or
axis('on', 'image');

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeImages についてさらに検索

製品

質問済み:

2022 年 5 月 16 日

コメント済み:

2022 年 5 月 16 日

Community Treasure Hunt

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

Start Hunting!

Translated by