Class Enums.Interesting
Pick the algorithm vips uses to decide image "interestingness". This is used by Smartcrop(Int32, Int32, String), for example, to decide what parts of the image to keep.
Inheritance
System.Object
Enums.Interesting
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public static class Interesting
Fields
| Improve this Doc View SourceAll
Everything is interesting.
Declaration
public const string All = "all"
Field Value
Type | Description |
---|---|
System.String |
Attention
Look for features likely to draw human attention.
Declaration
public const string Attention = "attention"
Field Value
Type | Description |
---|---|
System.String |
Centre
Just take the centre.
Declaration
public const string Centre = "centre"
Field Value
Type | Description |
---|---|
System.String |
Entropy
Use an entropy measure.
Declaration
public const string Entropy = "entropy"
Field Value
Type | Description |
---|---|
System.String |
High
Position the crop towards the high coordinate.
Declaration
public const string High = "high"
Field Value
Type | Description |
---|---|
System.String |
Low
Position the crop towards the low coordinate.
Declaration
public const string Low = "low"
Field Value
Type | Description |
---|---|
System.String |
None
Do nothing.
Declaration
public const string None = "none"
Field Value
Type | Description |
---|---|
System.String |