フィルターのクリア

how to conver image matrix into bipolar values

5 ビュー (過去 30 日間)
Kamyar Mazarei
Kamyar Mazarei 2021 年 3 月 23 日
編集済み: KALYAN ACHARJYA 2021 年 3 月 24 日
hi
im fairly new to matlab no idea what im doing
i have set of images that i have to convert into bipolar values, and all i can find is binary
i also tried hardlims() but it turns the matrix into 1s only
ALSO
how do i upload all the images at once?
i can only do it one at a time
  1 件のコメント
DGM
DGM 2021 年 3 月 24 日
What exactly do you mean by converting images into bipolar values?

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

採用された回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2021 年 3 月 24 日
編集済み: KALYAN ACHARJYA 2021 年 3 月 24 日
Bipolar Values, considering two data value only (Same number with Positive & Negative)
bw_image=%Convert to binary image
image_data=double(bw_image);
image_data(image_data==0)=-1;
In the resultant image, there are only two pixels elements +1 and -1
or Are you looking for more data type?

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by