Skip to content

Commit

Permalink
Fixed histogram equation
Browse files Browse the repository at this point in the history
  • Loading branch information
roseckyj authored and cafour committed Jun 1, 2024
1 parent e7bb2d5 commit 3f63507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion szmgr/SZP09_zpracovani_obrazu.ad
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Kumulativní histogram stem:[\mathbb{H}] bbsahuje množství pixelů s intenzito
Vyrovnání histogramu / histogram equalization::
Změna obrazu tak, aby jeho kumulativní histogram měl konkrétní tvar, obvykle aby byl lineární. <<histogram-eq>>
+
Typicky k tomu využíváme funkci stem:[f(x) = \text{cumhist}(x) \cdot \frac{a_{\text{max}}}{w \cdot h}], kde stem:[\text{cumhist}] je kumulativní histogram pro barvu v bodě x, step:[a_{\text{max}}] je maximální intenzita a stem:[w \times h] je velikost obrazu.
Typicky k tomu využíváme funkci stem:[f(x) = \mathbb{H}[x\] \cdot \frac{a_{\text{max}}}{w \cdot h}], kde stem:[\text{cumhist}] je kumulativní histogram pro barvu v bodě x, stem:[a_{\text{max}}] je maximální intenzita a stem:[w \cdot h] je velikost obrazu.
+
====

Expand Down

0 comments on commit 3f63507

Please sign in to comment.