Show / Hide Table of Contents

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 Source

All

Everything is interesting.

Declaration
public const string All = "all"
Field Value
Type Description
System.String
| Improve this Doc View Source

Attention

Look for features likely to draw human attention.

Declaration
public const string Attention = "attention"
Field Value
Type Description
System.String
| Improve this Doc View Source

Centre

Just take the centre.

Declaration
public const string Centre = "centre"
Field Value
Type Description
System.String
| Improve this Doc View Source

Entropy

Use an entropy measure.

Declaration
public const string Entropy = "entropy"
Field Value
Type Description
System.String
| Improve this Doc View Source

High

Position the crop towards the high coordinate.

Declaration
public const string High = "high"
Field Value
Type Description
System.String
| Improve this Doc View Source

Low

Position the crop towards the low coordinate.

Declaration
public const string Low = "low"
Field Value
Type Description
System.String
| Improve this Doc View Source

None

Do nothing.

Declaration
public const string None = "none"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX