*OpenCV/the result of OpenCV 2.4.0 module testing on iOS device [#eecbeae2]

OpenCV 2.4.0にはモジュール毎のUnitTestプログラムが同梱されています.&br;
これらをiOSデバイス上で動作させた場合のテスト結果を備忘録としてまとめます.&br;

#contents

**検証環境 [#j6856898]
以下に今回の検証環境を示します.&br;
***OpenCVビルド環境 [#g802d14d]
|''OpenCV''|BGCOLOR(white):2.4.0|
|''Target''|BGCOLOR(white):iOS|
|''CMake''|BGCOLOR(white):2.8.7|
|''CMake generator''|BGCOLOR(white):Xcode|
|''CMake build tool''|BGCOLOR(white):/opt/local/bin/cmakexbuild|
|''Xcode''|BGCOLOR(white):4.3.2|

iOS向けビルドには[[BloodAxeさんが配布しているビルドスクリプト:https://github.com/BloodAxe/OpenCV-iOS-build-script]]を利用しました.

***実機環境 [#hedcbb0f]
|''iOSデバイス''|BGCOLOR(white):iPod touch 3rd gen|
|''iOS ver''|BGCOLOR(white):5.1|

**注意 [#sb9fadaa]
OpenCV同梱のテストプログラムの実行結果を記載したものであるため,参考程度に参照下さい.

**テスト結果 [#tc99e5ae]

***core [#u934b36a]
|''テストケース''|''テスト結果''|
|BGCOLOR(white):Core_ArithmMask.uninitialized|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_CountNonZero.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_DS_Seq.basic_operations|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_DS_Seq.sort_invert|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_DS_Set.basic_operations|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_DS_Graph.basic_operations|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_DS_Graph.scan|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_DCT.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_DFT.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_MulSpectrums.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Eigen.scalar_32|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Eigen.scalar_64|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Eigen.vector_32|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Eigen.vector_64|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_InputOutput.write_read_consistency|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_InputOutput.misc|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_PCA.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Reduce.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Array.basic_operations|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Array.expressions|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_IOArray.submat_assignment|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_IOArray.submat_create|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_CheckRange_Empty.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_CheckRange_INT_MAX.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/0.Negative|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/0.Positive|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/0.Bounds|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/0.Zero|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/1.Negative|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/1.Positive|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/1.Bounds|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/1.Zero|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/2.Negative|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/2.Positive|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/2.Bounds|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/2.Zero|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/3.Negative|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/3.Positive|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/3.Bounds|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/3.Zero|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/4.Negative|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/4.Positive|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/4.Bounds|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Negative_Test/Core_CheckRange/4.Zero|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_CovarMatrix.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_CrossProduct.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Determinant.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_DotProduct.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_GEMM.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Invert.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Mahalanobis.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_MulTransposed.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Transform.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_PerspectiveTransform.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Pow.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_SolveLinearSystem.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_SVD.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_SVBkSb.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Trace.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_SolvePoly.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_KMeans.singular|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):CovariationMatrixVectorOfMat.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):CovariationMatrixVectorOfMatWithMean.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_SparseMat.iterations|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Rand.quality|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Rand.range|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Copy/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Set/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_SetZero/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_ConvertScale/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_ConvertScaleAbs/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Add/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Sub/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_AddS/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_SubRS/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_ScaleAdd/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_AddWeighted/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_AbsDiff/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_AbsDiffS/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_And/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_AndS/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Or/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_OrS/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Xor/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_XorS/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Not/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Max/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_MaxS/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Min/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_MinS/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Mul/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Div/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Recip/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Cmp/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_CmpS/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_InRangeS/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_InRange/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Flip/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Transpose/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_SetIdentity/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Exp/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Log/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_CountNonZero/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Mean/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_MeanStdDev/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Sum/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_Norm/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_MinMaxLoc/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Core_CartToPolarToCart/ElemWiseTest.accuracy/0|BGCOLOR(white):&color(Lime){OK};|


***imgproc [#e347da5d]

|''テストケース''|''テスト結果''|
|BGCOLOR(white):Imgproc_ColorGray.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_ColorYCrCb.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_ColorHSV.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_ColorHLS.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_ColorXYZ.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_ColorLab.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_ColorLuv.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_ColorRGB.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_ColorBayer.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_ColorBayer.regression|BGCOLOR(white):&color(Red){FAILED};|
|BGCOLOR(white):Imgproc_ColorBayerVNG.regression|BGCOLOR(white):&color(Red){FAILED};|
|BGCOLOR(white):Imgproc_GrabCut.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_GrabCut.repeatability|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Watershed.regression|BGCOLOR(white):&color(Red){FAILED};|
|BGCOLOR(white):Imgproc_ApproxPoly.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_BoundingRect.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Canny.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_FindContours.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_ConvexHull.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_MinAreaRect.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_MinCircle.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_ContourPerimeter.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_FitEllipse.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_FitEllipse.small|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_FitLine.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_ContourMoments.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_ContourPerimeterSlice.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_DistanceTransform.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_EMD.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Erode.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Dilate.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_MorphologyEx.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Filter2D.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Sobel.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Laplace.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Blur.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_GaussianBlur.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_MedianBlur.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_PyramidDown.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_PyramidUp.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_MinEigenVal.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_EigenValsVecs.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_PreCornerDetect.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Integral.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Filtering.supportedFormats|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_FloodFill.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Hist_Calc.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Hist_Query.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Hist_Compare.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Hist_Threshold.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Hist_Normalize.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Hist_MinMaxVal.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Hist_CalcBackProject.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Hist_CalcBackProjectPatch.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Hist_BayesianProb.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_cvWarpAffine.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_fitLine_vector_3d.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_fitLine_vector_2d.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_fitLine_Mat_2dC2.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_fitLine_Mat_2dC1.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_fitLine_Mat_3dC3.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_fitLine_Mat_3dC1.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Resize.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_WarpAffine.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_WarpPerspective.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Remap.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Undistort.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_InitUndistortMap.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_GetRectSubPix.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_GetQuadSubPix.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Moments.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_HuMoments.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_ContourMoment.small|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_PhaseCorrelatorTest.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_MatchTemplate.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Imgproc_Threshold.accuracy|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.accuracy/1|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.accuracy/2|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.accuracy/3|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.accuracy/4|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.accuracy/5|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.accuracy/6|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.accuracy/7|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.accuracy/8|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.accuracy/9|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.accuracy/10|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.accuracy/11|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.accuracy/12|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.accuracy/13|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.accuracy/14|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.accuracy/15|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.accuracy/16|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.roi_accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.roi_accuracy/1|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.roi_accuracy/2|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.roi_accuracy/3|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.roi_accuracy/4|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.roi_accuracy/5|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.roi_accuracy/6|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.roi_accuracy/7|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.roi_accuracy/8|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.roi_accuracy/9|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.roi_accuracy/10|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.roi_accuracy/11|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.roi_accuracy/12|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.roi_accuracy/13|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.roi_accuracy/14|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.roi_accuracy/15|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt420/Imgproc_ColorYUV.roi_accuracy/16|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.accuracy/1|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.accuracy/2|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.accuracy/3|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.accuracy/4|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.accuracy/5|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.accuracy/6|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.accuracy/7|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.accuracy/8|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.accuracy/9|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.accuracy/10|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.accuracy/11|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.accuracy/12|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.accuracy/13|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.roi_accuracy/0|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.roi_accuracy/1|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.roi_accuracy/2|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.roi_accuracy/3|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.roi_accuracy/4|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.roi_accuracy/5|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.roi_accuracy/6|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.roi_accuracy/7|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.roi_accuracy/8|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.roi_accuracy/9|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.roi_accuracy/10|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.roi_accuracy/11|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.roi_accuracy/12|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): cvt422/Imgproc_ColorYUV.roi_accuracy/13|BGCOLOR(white):&color(Lime){OK};|

***objdetect [#g6e303d9]
|''テストケース''|''テスト結果''|
|BGCOLOR(white): Objdetect_CascadeDetector.regression|BGCOLOR(white):&color(Red){FAILED};|
|BGCOLOR(white): Objdetect_HOGDetector.regression|BGCOLOR(white):&color(Red){FAILED};|
|BGCOLOR(white): Objdetect_LatentSVMDetector_c.regression|BGCOLOR(white):&color(Red){FAILED};|
|BGCOLOR(white): Objdetect_LatentSVMDetector_cpp.regression|BGCOLOR(white):&color(Lime){OK};|

***features2d [#s522471f]
|''テストケース''|''テスト結果''|
|BGCOLOR(white):Features2d_FAST.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_Detector_FAST.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_Detector_GFTT.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_Detector_Harris.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_Detector_MSER.regression|BGCOLOR(white):&color(Red){FAILED};|
|BGCOLOR(white):Features2d_Detector_STAR.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_Detector_ORB.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_Detector_GridFAST.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_Detector_PyramidFAST.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_DescriptorExtractor_ORB.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_DescriptorExtractor_BRIEF.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_DescriptorMatcher_BruteForce.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_DescriptorMatcher_FlannBased.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_MSER.regression|BGCOLOR(white):&color(Red){FAILED};|
|BGCOLOR(white):Features2d_KDTree_CPP.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_FLANN_Linear.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_FLANN_KMeans.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_FLANN_KDTree.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_FLANN_Composite.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_FLANN_Auto.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white):Features2d_FLANN_Saved.regression|BGCOLOR(white):&color(Lime){OK};|

***nonfree [#t9fe3d1f]
|''テストケース''|''テスト結果''|
|BGCOLOR(white): Features2d_Detectors.regression|BGCOLOR(white):&color(Red){FAILED};|
|BGCOLOR(white): Features2d_Detector_SIFT.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): Features2d_Detector_SURF.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): Features2d_DescriptorExtractor_SIFT.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): Features2d_DescriptorExtractor_SURF.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): Features2d_DescriptorExtractor_OpponentSIFT.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): Features2d_DescriptorExtractor_OpponentSURF.regression|BGCOLOR(white):&color(Lime){OK};|
|BGCOLOR(white): Features2d_BruteForceDescriptorMatcher_knnMatch.regression|BGCOLOR(white):&color(Lime){OK};|

***photo [#f525fbf4]
|''テストケース''|''テスト結果''|
|BGCOLOR(white): Imgproc_Inpaint.regression|BGCOLOR(white):&color(Red){FAILED};|

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS