Expand description
Helper function to compute gradients
Functionsยง
- bloc_
squared_ norm - Gradient squared norm in a 2x2 pixels block.
- bloc_x
- Horizontal gradient in a 2x2 pixels block.
- bloc_y
- Vertical gradient in a 2x2 pixels block.
- centered
- Compute a centered gradient.
- squared_
norm - Compute squared gradient norm from x and y gradient matrices.
- squared_
norm_ direct - Compute squared gradient norm directly from the image.