Documentation of 'boofcv.examples.geometry.ExampleImageStitching' Java class
ExampleImageStitching
boofcv.examples.geometry

Class ExampleImageStitching



  • public class ExampleImageStitching
    extends java.lang.Object

    Exampling showing how to combines two images together by finding the best fit image transform with point features.

    Algorithm Steps:

    1. Detect feature locations
    2. Compute feature descriptors
    3. Associate features together
    4. Use robust fitting to find transform
    5. Render combined image

    • Constructor Detail

      • ExampleImageStitching

        public ExampleImageStitching()
    • Method Detail

      • stitch

        public static <T extends ImageGray> void stitch(java.awt.image.BufferedImage imageA,
                                                        java.awt.image.BufferedImage imageB,
                                                        java.lang.Class<T> imageType)
        Given two input images create and display an image where the two have been overlayed on top of each other.
      • renderStitching

        public static void renderStitching(java.awt.image.BufferedImage imageA,
                                           java.awt.image.BufferedImage imageB,
                                           Homography2D_F64 fromAtoB)
        Renders and displays the stitched together images
      • main

        public static void main(java.lang.String[] args)

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.