フィルターのクリア

euclidean distance calculation in for image forgery detection

3 ビュー (過去 30 日間)
TUSHAR MURATKAR
TUSHAR MURATKAR 2017 年 10 月 3 日
回答済み: KSSV 2017 年 10 月 3 日
i am working on a project and it involves following steps.
1. RGB to gray conversion of image.
2. Applying SWT to gray image.
3. Dividing LL1 subband into overlapping blocks and applying SVD to each block and forming feature matrix.
4. Lexicographical sorting of this feature matrix.
5. to find the Euclidean distance of not all the block pairs, but only the very similar blocks that are close to each other (as specified by offset threshold), in the lexicographically sorted feature matrix. condition for offset threshold: abs [index (u) − index (v)] ≤ offset threshold.
I am stuck with this 5th step. Any help in this regard will be highly appreciated.

回答 (1 件)

KSSV
KSSV 2017 年 10 月 3 日
doc knnsearch and rangesearch

カテゴリ

Help Center および File ExchangeComputer Vision with Simulink についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by