Skip to content

Commit

Permalink
Merge pull request IntelRealSense#5853 from mengyui/distortion-model-…
Browse files Browse the repository at this point in the history
…in-csharp

Distortion model in csharp
  • Loading branch information
dorodnic authored Mar 5, 2020
2 parents 97229b7 + 93a95f5 commit ba88f73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wrappers/csharp/Intel.RealSense/Types/Enums/Distortion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ public enum Distortion
Ftheta = 3,

/// <summary> Unmodified Brown-Conrady distortion model</summary>
BrownConrady = 4,
BrownConrady = 4,

/// <summary Four parameter Kannala Brandt distortion model</summary>
KannalaBrandt4 = 5,

}
}

0 comments on commit ba88f73

Please sign in to comment.