Enum Enums.Interesting
Pick the algorithm vips uses to decide image "interestingness".
This is used by
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.Interesting
Fields
| Name | Description |
|---|---|
| All | Everything is interesting. |
| Attention | Look for features likely to draw human attention. |
| Centre | Just take the centre. |
| Entropy | Use an entropy measure. |
| High | Position the crop towards the high coordinate. |
| Low | Position the crop towards the low coordinate. |
| None | Do nothing. |