Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Files | Macros
Tests

Unit tests for software stability. More...

Files

file  MathBaseOperators.cpp
 Test basic math operators.
 
file  simple.cpp
 simple test for linking against BIAS
 
file  TestArray2D.cpp
 Test Array 2D.
 
file  TestCompareFloatingPoint.cpp
 Test comparison of floating point numbers.
 
file  testDefines.cpp
 Test the defines used in BIAS.
 
file  TestDShowVideo.cpp
 Test Windows DirectShow Video Source.
 
file  testEnv.cpp
 Test environment for building BIAS.
 
file  testError.cpp
 compiling this source code should intentionally produce a compilation error
 
file  testFooLib.cpp
 compiling this source code should intentionally produce a compilation error
 
file  testFooLib.hh
 compiling this source code should intentionally produce a compilation error
 
file  testFooLibEXE.cpp
 compiling this source code should intentionally produce a compilation error
 
file  TestGaussJordan.cpp
 Test GaussJordanAlgorithm computing the reduced row echelon form.
 
file  TestHMatrix.cpp
 testing HMatrix and HMatrixEstimation
 
file  TestLaguerre.cpp
 Test Laguerre.
 
file  testLeak.cpp
 compiling this source code should intentionally produce a memory Leak
 
file  TestMatrix.cpp
 Test for Matrix class, unfinished.
 
file  TestMedian.cpp
 Test median computation for vectors.
 
file  TestPMDCam.cpp
 Test pmdtec sdk directly.
 
file  TestPMDZess.cpp
 Test VideoSource_PMDZess.
 
file  TestProjectionParametersBase.cpp
 Unit test for basic functionality of projection parameters.
 
file  TestProjectionParametersOrthographic.cpp
 Unit test for basic functionality of projection parameters orthographic.
 
file  TestProjectionParametersPerspective.cpp
 Unit test for basic functionality of projection parameters perspective.
 
file  TestProjectionParametersSphericalSimple.cpp
 Test the spherical projection parameters.
 
file  TestQuaternion.cpp
 Test quaternion usage and consistency with rotation matrix.
 
file  TestRMatrix.cpp
 Comparison of RMatrix and RMatrixNase classes for testing.
 
file  TestRotationConversion.cpp
 Test the conversion between rotation representations for consistency (quaternion <-> rotation matrix)
 
file  TestSparseArray2D.cpp
 Test sparsely occupied Array2D.
 
file  TestTriangulation.cpp
 unit test for Triangulation::TriangulateProjective
 
file  TestUUID.cpp
 Tests class UUID.
 
file  TestVideoSource_Disk.cpp
 Test VideoSource_Disk.
 
file  TestVideoSource_FFmpeg.cpp
 Test VideoSource_FFmpeg.
 
file  testWarn.cpp
 compiling this source code should intentionally produce a warning
 

Macros

#define TMP   "/tmp/tmp.txt"
 Test Matrix I/O precision issues. More...
 
#define TMP   "/tmp/tmp.txt"
 Test Matrix I/O precision issues. Deprecated! More...
 

Detailed Description

Unit tests for software stability.

Macro Definition Documentation

#define TMP   "/tmp/tmp.txt"

Test Matrix I/O precision issues.

Test:
TestMatrixVectorIO.cpp
Author
evers

Definition at line 37 of file TestMatrixVectorIO.cpp.

#define TMP   "/tmp/tmp.txt"

Test Matrix I/O precision issues. Deprecated!

Test:
TestMatrixIO.cpp
Author
evers

Definition at line 51 of file TestMatrixIO.cpp.

Referenced by BIAS::ComputeCovariance().