public class opencv_stitching extends opencv_stitching
| Modifier and Type | Field and Description |
|---|---|
static int |
ENABLE_LOG |
static int |
WAVE_CORRECT_HORIZ
enum cv::detail::WaveCorrectKind
|
static int |
WAVE_CORRECT_VERT
enum cv::detail::WaveCorrectKind
|
| Constructor and Description |
|---|
opencv_stitching() |
mappublic static final int ENABLE_LOG
public static final int WAVE_CORRECT_HORIZ
public static final int WAVE_CORRECT_VERT
public static boolean overlapRoi(opencv_core.Point tl1, opencv_core.Point tl2, opencv_core.Size sz1, opencv_core.Size sz2, opencv_core.Rect roi)
public static opencv_core.Rect resultRoi(opencv_core.Point corners, opencv_core.MatVector images)
public static opencv_core.Rect resultRoi(opencv_core.Point corners, opencv_core.Size sizes)
public static opencv_core.Point resultTl(opencv_core.Point corners)
public static void selectRandomSubset(int count,
int size,
IntPointer subset)
public static void selectRandomSubset(int count,
int size,
IntBuffer subset)
public static void selectRandomSubset(int count,
int size,
int[] subset)
public static IntPointer stitchingLogLevel()
public static void waveCorrect(opencv_core.MatVector rmats, int kind)
public static BytePointer matchesGraphAsString(opencv_core.StringVector pathes, opencv_stitching.MatchesInfo pairwise_matches, float conf_threshold)
public static IntPointer leaveBiggestComponent(opencv_stitching.ImageFeatures features, opencv_stitching.MatchesInfo pairwise_matches, float conf_threshold)
public static void findMaxSpanningTree(int num_images,
opencv_stitching.MatchesInfo pairwise_matches,
opencv_stitching.Graph span_tree,
IntPointer centers)
public static void findMaxSpanningTree(int num_images,
opencv_stitching.MatchesInfo pairwise_matches,
opencv_stitching.Graph span_tree,
IntBuffer centers)
public static void findMaxSpanningTree(int num_images,
opencv_stitching.MatchesInfo pairwise_matches,
opencv_stitching.Graph span_tree,
int[] centers)
public static void normalizeUsingWeightMap(opencv_core.Mat weight, opencv_core.Mat src)
public static void createWeightMap(opencv_core.Mat mask, float sharpness, opencv_core.Mat weight)
public static void createLaplacePyr(opencv_core.Mat img, int num_levels, opencv_core.MatVector pyr)
public static void createLaplacePyrGpu(opencv_core.Mat img, int num_levels, opencv_core.MatVector pyr)
public static void restoreImageFromLaplacePyr(opencv_core.MatVector pyr)
public static void restoreImageFromLaplacePyrGpu(opencv_core.MatVector pyr)
public static void focalsFromHomography(opencv_core.Mat H, DoublePointer f0, DoublePointer f1, BoolPointer f0_ok, BoolPointer f1_ok)
public static void focalsFromHomography(opencv_core.Mat H, DoubleBuffer f0, DoubleBuffer f1, BoolPointer f0_ok, BoolPointer f1_ok)
public static void focalsFromHomography(opencv_core.Mat H, double[] f0, double[] f1, BoolPointer f0_ok, BoolPointer f1_ok)
public static void estimateFocal(opencv_stitching.ImageFeatures features, opencv_stitching.MatchesInfo pairwise_matches, DoublePointer focals)
public static void estimateFocal(opencv_stitching.ImageFeatures features, opencv_stitching.MatchesInfo pairwise_matches, DoubleBuffer focals)
public static void estimateFocal(opencv_stitching.ImageFeatures features, opencv_stitching.MatchesInfo pairwise_matches, double[] focals)
public static boolean calibrateRotatingCamera(opencv_core.MatVector Hs, opencv_core.Mat K)
Copyright © 2014. All Rights Reserved.