2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

GLSZM : Gray Level Size Zone Matrix

Last updated at Posted at 2021-02-03

Gray Level Size Zone Matrix

グレーレベルゾーンは、同じグレーレベルを共有する接続ボクセル領域の数として定義されます。
接続しているか否かの判断は、指定距離が1ピクセルの場合、ある中心ピクセルの8近傍(3Dでは26近傍)内にあるかどうかでBlobかどうかを判断します。
GLSZMは、元画像のうち、元画像が持つ画素値ごとに、その画素値を中心とした接続領域数を、接続領域のピクセル個数ごとにまとめた表です。

GLSZM.PNG

Reference

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?