Class Cv2.Detail
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
cv::detail functions
public static class Cv2.Detail
- Inheritance
-
Cv2.Detail
- Inherited Members
Methods
- CreateLaplacePyr(InputArray, int)
Builds a Laplacian pyramid for the given image.
- CreateWeightMap(InputArray, float, InputOutputArray)
Creates a weight map from the given mask.
- LeaveBiggestComponent(IReadOnlyList<ImageFeatures>, IReadOnlyList<MatchesInfo>, float)
Finds the indices, within
features, of the images belonging to the largest connected component of the pairwise-matches graph.
- MatchesGraphAsString(int, IReadOnlyList<MatchesInfo>, float)
Returns a matches graph representation in DOT language.
- NormalizeUsingWeightMap(InputArray, InputOutputArray)
Normalizes the given image using a weight map.
- RestoreImageFromLaplacePyr(IEnumerable<Mat>)
Restores the source image from its Laplacian pyramid.
- WaveCorrect(IEnumerable<Mat>, WaveCorrectKind)
Tries to make the panorama more horizontal (or vertical).