LBP - local binary pattern

LBP (histogram and image) rotational invariant

現在この提出コンテンツをフォロー中です。

LBP (histogram and image) for image block. rotational invariant and have uniform option.
uniform - vector with 2 transitions top
example : 00000000 (0 transitions)
00000111 (1 transitions)
00001000 (2 transitions)

and we also say that (01000000 and 00001000) are the same and call them '00000001' or '1'
this assumption gives us 'rotate invariant'.

if there are more transitions we say the vector is in class '9' - not uniform

example : 00000000 - class 0
00000111 - class 3
00001000 - class 1
01010101 - class 9

so in DoUniform you can see that under this assumptions you get only 10 options and every bin will get more 'vectors' that are in that class

in NOTuniform we have 2^8 options and the vectors will split to all of them so we cn expect lower values in histogram.

引用

sivan doveh (2026). LBP - local binary pattern (https://jp.mathworks.com/matlabcentral/fileexchange/57216-lbp-local-binary-pattern), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: Temporal video segmentation: Shot boundary detection

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

description