/external/opencv3/modules/cudalegacy/test/ |
D | TestHypothesesGrow.cpp | 63 bool TestHypothesesGrow::toString(std::ofstream &strOut) in toString() argument 65 strOut << "rectWidth=" << rectWidth << std::endl; in toString() 66 strOut << "rectHeight=" << rectHeight << std::endl; in toString() 67 strOut << "rectScale=" << rectScale << std::endl; in toString() 68 strOut << "maxLenSrc=" << maxLenSrc << std::endl; in toString() 69 strOut << "lenSrc=" << lenSrc << std::endl; in toString() 70 strOut << "maxLenDst=" << maxLenDst << std::endl; in toString() 71 strOut << "lenDst=" << lenDst << std::endl; in toString()
|
D | TestDrawRects.cpp | 63 bool TestDrawRects<T>::toString(std::ofstream &strOut) in toString() argument 65 strOut << "sizeof(T)=" << sizeof(T) << std::endl; in toString() 66 strOut << "width=" << width << std::endl; in toString() 67 strOut << "height=" << height << std::endl; in toString() 68 strOut << "numRects=" << numRects << std::endl; in toString() 69 strOut << "color=" << color << std::endl; in toString()
|
D | TestResize.cpp | 61 bool TestResize<T>::toString(std::ofstream &strOut) in toString() argument 63 strOut << "sizeof(T)=" << sizeof(T) << std::endl; in toString() 64 strOut << "width=" << width << std::endl; in toString() 65 strOut << "scaleFactor=" << scaleFactor << std::endl; in toString() 66 strOut << "bTextureCache=" << bTextureCache << std::endl; in toString()
|
D | TestRectStdDev.cpp | 61 bool TestRectStdDev::toString(std::ofstream &strOut) in toString() argument 63 strOut << "width=" << width << std::endl; in toString() 64 strOut << "height=" << height << std::endl; in toString() 65 …strOut << "rect=[" << rect.x << ", " << rect.y << ", " << rect.width << ", " << rect.height << "]\… in toString() 66 strOut << "scaleFactor=" << scaleFactor << std::endl; in toString() 67 strOut << "bTextureCache=" << bTextureCache << std::endl; in toString()
|
D | TestIntegralImage.cpp | 59 bool TestIntegralImage<T_in, T_out>::toString(std::ofstream &strOut) in toString() argument 61 strOut << "sizeof(T_in)=" << sizeof(T_in) << std::endl; in toString() 62 strOut << "sizeof(T_out)=" << sizeof(T_out) << std::endl; in toString() 63 strOut << "width=" << width << std::endl; in toString() 64 strOut << "height=" << height << std::endl; in toString()
|
D | TestCompact.cpp | 57 bool TestCompact::toString(std::ofstream &strOut) in toString() argument 59 strOut << "length=" << length << std::endl; in toString() 60 strOut << "badElem=" << badElem << std::endl; in toString() 61 strOut << "badElemPercentage=" << badElemPercentage << std::endl; in toString()
|
D | TestIntegralImageSquared.cpp | 57 bool TestIntegralImageSquared::toString(std::ofstream &strOut) in toString() argument 59 strOut << "width=" << width << std::endl; in toString() 60 strOut << "height=" << height << std::endl; in toString()
|
D | TestTranspose.cpp | 59 bool TestTranspose<T>::toString(std::ofstream &strOut) in toString() argument 61 strOut << "sizeof(T)=" << sizeof(T) << std::endl; in toString() 62 strOut << "width=" << width << std::endl; in toString()
|
D | TestHypothesesFilter.cpp | 58 bool TestHypothesesFilter::toString(std::ofstream &strOut) in toString() argument 60 strOut << "numDstRects=" << numDstRects << std::endl; in toString() 61 strOut << "minNeighbors=" << minNeighbors << std::endl; in toString() 62 strOut << "eps=" << eps << std::endl; in toString()
|
D | TestHaarCascadeApplication.cpp | 97 bool TestHaarCascadeApplication::toString(std::ofstream &strOut) in toString() argument 99 strOut << "cascadeName=" << cascadeName << std::endl; in toString() 100 strOut << "width=" << width << std::endl; in toString() 101 strOut << "height=" << height << std::endl; in toString()
|
D | TestHaarCascadeLoader.cpp | 54 bool TestHaarCascadeLoader::toString(std::ofstream &strOut) in toString() argument 56 strOut << "cascadeName=" << cascadeName << std::endl; in toString()
|
D | TestHaarCascadeLoader.h | 59 virtual bool toString(std::ofstream &strOut);
|
D | TestIntegralImageSquared.h | 60 virtual bool toString(std::ofstream &strOut);
|
D | TestTranspose.h | 61 virtual bool toString(std::ofstream &strOut);
|
D | TestIntegralImage.h | 61 virtual bool toString(std::ofstream &strOut);
|
D | TestCompact.h | 60 virtual bool toString(std::ofstream &strOut);
|
D | TestHaarCascadeApplication.h | 60 virtual bool toString(std::ofstream &strOut);
|
D | TestHypothesesFilter.h | 60 virtual bool toString(std::ofstream &strOut);
|
D | TestResize.h | 60 virtual bool toString(std::ofstream &strOut);
|
D | TestRectStdDev.h | 61 virtual bool toString(std::ofstream &strOut);
|
D | TestDrawRects.h | 61 virtual bool toString(std::ofstream &strOut);
|
D | TestHypothesesGrow.h | 61 virtual bool toString(std::ofstream &strOut);
|
D | NCVTest.hpp | 94 virtual bool toString(std::ofstream &strOut) = 0;
|