Esempio n. 1
0
 internal extern static IntPtr cveDAISYCreate(
    float radius, int qRadius, int qTheta,
    int qHist, DAISY.NormalizationType norm, IntPtr H,
    bool interpolation, bool useOrientation, 
    ref IntPtr daisy);
Esempio n. 2
0
 public void TestDAISY()
 {
    SURF surf = new SURF(300);
    DAISY  daisy = new DAISY();
    EmguAssert.IsTrue(TestFeature2DTracker(surf, daisy), "Unable to find homography matrix");
 }