create custom filter to image

1 回表示 (過去 30 日間)
Elysi Cochin
Elysi Cochin 2019 年 3 月 25 日
編集済み: Elysi Cochin 2019 年 3 月 27 日
create custom filter using mean and covariance

採用された回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 3 月 25 日
編集済み: KALYAN ACHARJYA 2019 年 3 月 25 日
Use mean2 and conv2
Is this OK with exp^ terms?
-0.5 * x * brcov.^(-1) * x'
>> whos x
Name Size Bytes Class Attributes
x 1168x565 659920 uint8
>> b1=brcov.^(-1);
>> whos b1
Name Size Bytes Class Attributes
b1 1167x1129 10540344 double
>> x';
>> x1=x';
>> whos x1
Name Size Bytes Class Attributes
x1 565x1168 659920 uint8
>> b1=brcov.^(-1);

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by