Exemplo n.º 1
0
void InitAGestureRecognition()
{
/* Test Registaration */
    atsGetTestDataPath( data_path, "GestureRecognition", 0, 0 );
        
    trsReg(cFuncName[0],cTestName,cTestClass,aGestureRecognition); 

} /*InitAGestureRecognition*/
Exemplo n.º 2
0
void InitAMoments( void )
{
    /* Register test functions */

    trsRegArg( funcs[0], test_desc, atsAlgoClass, moments_test, _8U_C1 );
    trsRegArg( funcs[0], test_desc, atsAlgoClass, moments_test, _8U_C3 );
    trsRegArg( funcs[0], test_desc, atsAlgoClass, moments_test, _8S_C1 );
    trsRegArg( funcs[0], test_desc, atsAlgoClass, moments_test, _8S_C3 );
    trsRegArg( funcs[0], test_desc, atsAlgoClass, moments_test, _32F_C1 );
    trsRegArg( funcs[0], test_desc, atsAlgoClass, moments_test, _32F_C3 );

    trsRegArg( funcs[0], test_desc, atsAlgoClass, moments_test, BIN_8U_C1 );
    trsRegArg( funcs[0], test_desc, atsAlgoClass, moments_test, BIN_8U_C3 );
    trsRegArg( funcs[0], test_desc, atsAlgoClass, moments_test, BIN_8S_C1 );
    trsRegArg( funcs[0], test_desc, atsAlgoClass, moments_test, BIN_8S_C3 );
    trsRegArg( funcs[0], test_desc, atsAlgoClass, moments_test, BIN_32F_C1 );
    trsRegArg( funcs[0], test_desc, atsAlgoClass, moments_test, BIN_32F_C3 );

    trsReg( funcs[1], test_desc, atsAlgoClass, hu_moments_test );

} /* InitAMoments */
Exemplo n.º 3
0
void initTJTreeInfEngine()
{
    trsReg( func_name, test_desc, test_class, timeJTreeInfEngine );
}
Exemplo n.º 4
0
void initSEEvidence()
{
    trsReg(func_name, test_desc, test_class, testEvidence);
}
Exemplo n.º 5
0
void initAMarginalize()
{
    trsReg(func_name, test_desc, test_class, testMarginalize);
}
Exemplo n.º 6
0
void initTestsSoftMax()
{
    trsReg(func_name, test_desc, test_class, testSoftMax);
}
Exemplo n.º 7
0
void InitADrawingRegress()
{
    /* Register test functions */
    trsReg( funcs, test_desc, atsAlgoClass, drawing_test );
    //trsReg( "cvResize", "", atsAlgoClass, resize_test );
}
Exemplo n.º 8
0
void initAGraph()
{
    trsReg( func_name, test_desc, test_class, testGraph );
}
Exemplo n.º 9
0
void initANormalizePotential()
{
    trsReg(func_name, test_desc, test_class, testNormalizePotential);
}
Exemplo n.º 10
0
void InitAMatchContourTrees( void )
{
    /* Test Registartion */
    trsReg(cFuncName,cTestName,cTestClass,aMatchContourTrees);

} /* InitAMatchContourTrees */
Exemplo n.º 11
0
/*------------------------------------------------ Initialize function ------------------- */
void InitANormMask( void )
{
    trsReg( FuncName, TestName, TestClass, fmaNormMask );
} /* InitANorm */
Exemplo n.º 12
0
void InitAKMeans()
{
    /* Register test function */
    trsReg( func_name[0], test_desc, atsAlgoClass, fmaKMeans );
    
} /* InitAKMeans */
Exemplo n.º 13
0
void initAtest1_5JTreeInfDBNCondGauss()
{
    trsReg(func_name, test_desc, test_class, test1_5JTreeInfDBNCondGauss);
}
Exemplo n.º 14
0
void initTestsCondGaussian()
{
    trsReg(func_name, test_desc, test_class, testCondGaussian);
}
Exemplo n.º 15
0
/*------------------------------------------- Initialize function ------------------------ */
void InitAUnDistort( void )
{
   /* Registering test function */
    trsReg( FuncName, TestName, TestClass, fmaUnDistort );
} /* InitTEigenObjects */
Exemplo n.º 16
0
void InitAMemoryTest()
{
    trsReg( FuncName, TestName, TestClass, fmaMemoryTest );
}
Exemplo n.º 17
0
void InitAFitEllipse(void)
{
    /* Registering test functions */
    trsReg(func_names[0], test_desc[0], atsAlgoClass, fmaFitEllipse);
} /* InitAFitLine*/
Exemplo n.º 18
0
void initAMRF2PearlInf()
{
    trsReg( func_name, test_desc, test_class, testPearlInfEngForMRF2 );
}
Exemplo n.º 19
0
void initSEGaussian()
{
    trsReg(func_name, test_desc, test_class, testSEGaussian);
}
Exemplo n.º 20
0
void InitAAdaptThreshold( void )
{
/* Test Registartion */
    trsReg(cFuncName,cTestName,cTestClass,aAdaptThreshold); 
} /* InitAAdaptThreshold */
Exemplo n.º 21
0
void initASetStatistics()
{
    trsReg(func_name, test_desc, test_class, testSetStatistics);
}
Exemplo n.º 22
0
void initAShrinkObservedNodes()
{
    trsReg(func_name, test_desc, test_class, testShrinkObservedNodes);
}
Exemplo n.º 23
0
/*------------------------------------------------ Initialize function ------------------- */
void InitAFloodFill( void )
{
    trsReg( FuncName, TestName, TestClass, fmaFloodFill );
} /* InitAFloodFill */
Exemplo n.º 24
0
void initAMultiDMatrix()
{
    trsReg(func_name, test_desc, test_class, testMatrix);
}
Exemplo n.º 25
0
void initARandomFactors()
{
    trsReg(func_name, test_desc, test_class, testRandomFactors);
}
Exemplo n.º 26
0
void initAGibbsInference()
{
    trsReg(func_name, test_desc, test_class, testGibbsInference);
}
Exemplo n.º 27
0
void initABayesLearningEngine()
{
    trsReg(func_name, test_desc, test_class, testBayesLearningEngine);
}
Exemplo n.º 28
0
void initABKInfUsingClusters()
{
    trsReg(func_name, test_desc, test_class, testBKInfUsingClusters);
}
Exemplo n.º 29
0
void InitAScharr(void)
{
    trsReg( "cvScharr", TestName, TestClass, fcaScharr);

} /* InitASobel */