root/modules/features2d/misc/java/test/OneWayGenericDescriptorMatcherTest.java

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. testAdd
  2. testClassifyMatListOfKeyPointMatListOfKeyPoint
  3. testClassifyMatListOfKeyPoint
  4. testClear
  5. testCloneBoolean
  6. testClone
  7. testCreate
  8. testEmpty
  9. testGetTrainImages
  10. testGetTrainKeypoints
  11. testIsMaskSupported
  12. testKnnMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchIntMatBoolean
  13. testKnnMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchIntMat
  14. testKnnMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchInt
  15. testKnnMatchMatListOfKeyPointListOfListOfDMatchIntListOfMatBoolean
  16. testKnnMatchMatListOfKeyPointListOfListOfDMatchIntListOfMat
  17. testKnnMatchMatListOfKeyPointListOfListOfDMatchInt
  18. testMatchMatListOfKeyPointMatListOfKeyPointListOfDMatchMat
  19. testMatchMatListOfKeyPointMatListOfKeyPointListOfDMatch
  20. testMatchMatListOfKeyPointListOfDMatchListOfMat
  21. testMatchMatListOfKeyPointListOfDMatch
  22. testRadiusMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchFloatMatBoolean
  23. testRadiusMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchFloatMat
  24. testRadiusMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchFloat
  25. testRadiusMatchMatListOfKeyPointListOfListOfDMatchFloatListOfMatBoolean
  26. testRadiusMatchMatListOfKeyPointListOfListOfDMatchFloatListOfMat
  27. testRadiusMatchMatListOfKeyPointListOfListOfDMatchFloat
  28. testRead
  29. testTrain
  30. testWrite

package org.opencv.test.features2d;

import org.opencv.test.OpenCVTestCase;

public class OneWayGenericDescriptorMatcherTest extends OpenCVTestCase {

    public void testAdd() {
        fail("Not yet implemented");
    }

    public void testClassifyMatListOfKeyPointMatListOfKeyPoint() {
        fail("Not yet implemented");
    }

    public void testClassifyMatListOfKeyPoint() {
        fail("Not yet implemented");
    }

    public void testClear() {
        fail("Not yet implemented");
    }

    public void testCloneBoolean() {
        fail("Not yet implemented");
    }

    public void testClone() {
        fail("Not yet implemented");
    }

    public void testCreate() {
        fail("Not yet implemented");
    }

    public void testEmpty() {
        fail("Not yet implemented");
    }

    public void testGetTrainImages() {
        fail("Not yet implemented");
    }

    public void testGetTrainKeypoints() {
        fail("Not yet implemented");
    }

    public void testIsMaskSupported() {
        fail("Not yet implemented");
    }

    public void testKnnMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchIntMatBoolean() {
        fail("Not yet implemented");
    }

    public void testKnnMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchIntMat() {
        fail("Not yet implemented");
    }

    public void testKnnMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchInt() {
        fail("Not yet implemented");
    }

    public void testKnnMatchMatListOfKeyPointListOfListOfDMatchIntListOfMatBoolean() {
        fail("Not yet implemented");
    }

    public void testKnnMatchMatListOfKeyPointListOfListOfDMatchIntListOfMat() {
        fail("Not yet implemented");
    }

    public void testKnnMatchMatListOfKeyPointListOfListOfDMatchInt() {
        fail("Not yet implemented");
    }

    public void testMatchMatListOfKeyPointMatListOfKeyPointListOfDMatchMat() {
        fail("Not yet implemented");
    }

    public void testMatchMatListOfKeyPointMatListOfKeyPointListOfDMatch() {
        fail("Not yet implemented");
    }

    public void testMatchMatListOfKeyPointListOfDMatchListOfMat() {
        fail("Not yet implemented");
    }

    public void testMatchMatListOfKeyPointListOfDMatch() {
        fail("Not yet implemented");
    }

    public void testRadiusMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchFloatMatBoolean() {
        fail("Not yet implemented");
    }

    public void testRadiusMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchFloatMat() {
        fail("Not yet implemented");
    }

    public void testRadiusMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchFloat() {
        fail("Not yet implemented");
    }

    public void testRadiusMatchMatListOfKeyPointListOfListOfDMatchFloatListOfMatBoolean() {
        fail("Not yet implemented");
    }

    public void testRadiusMatchMatListOfKeyPointListOfListOfDMatchFloatListOfMat() {
        fail("Not yet implemented");
    }

    public void testRadiusMatchMatListOfKeyPointListOfListOfDMatchFloat() {
        fail("Not yet implemented");
    }

    public void testRead() {
        fail("Not yet implemented");
    }

    public void testTrain() {
        fail("Not yet implemented");
    }

    public void testWrite() {
        fail("Not yet implemented");
    }

}

/* [<][>][^][v][top][bottom][index][help] */