Searched refs:numPoints (Results 1 - 25 of 27) sorted by relevance

12

/external/opencv/cvaux/src/
H A Dcvlevmartrif.cpp82 int numPoints; local
83 numPoints = (vectX->rows - 36)/4;
85 if( numPoints < 1 )//!!! Need to correct this minimal number of points
90 if( Jacobian->rows == numPoints*6 || Jacobian->cols != 36+numPoints*4 )
92 CV_ERROR( CV_StsUnmatchedSizes, "Size of Jacobian is not correct it must be 6*numPoints x (36+numPoints*4)" );
117 for( currProjPoint = 0; currProjPoint < numPoints; currProjPoint++ )
143 currMatr*numPoints*2+currProjPoint*2+j, 36+currProjPoint*4+i,
151 cvmSet(Jacobian,currMatr*numPoints*
197 int numPoints; local
293 int numPoints; local
453 int numPoints; local
[all...]
H A Dcvlevmarprojbandle.cpp90 int numPoints; local
91 numPoints = points4D->cols;
93 if( numPoints < 1 )
118 if( status->rows != 1 || status->cols != numPoints )
150 for( currPoint = 0; currPoint < numPoints; currPoint++ )
248 int numPoints; local
249 numPoints = presPoints->cols;
251 if( numPoints < 1 )
276 if( presPoints->rows != 1 || presPoints->cols != numPoints )
300 for( currProjPoint = 0; currProjPoint < numPoints; currProjPoin
389 int numPoints; local
477 int numPoints; local
650 int numPoints; local
759 int numPoints; local
916 int numPoints; local
1089 int numPoints = 0; local
[all...]
H A Dcvtrifocal.cpp137 int numPoints; local
138 numPoints = points->cols;
139 if( numPoints <= 0 || numPoints != normPoints->cols )
162 for( i = 0; i < numPoints; i++ )
523 int numPoints; local
524 numPoints = points4D->cols;
525 if( numPoints < 1 )
530 if( numPoints != projPoints->cols )
551 CV_CALL( tmpProjPoints = cvCreateMat(3,numPoints,CV_64
646 int numPoints; local
832 int numPoints; local
1798 int numPoints; local
1967 int numPoints; local
2085 int numPoints; local
[all...]
H A Dcvcorrimages.cpp242 int numPoints; local
243 numPoints = points1->cols;
245 if( numPoints <= 0 )
250 if( points2->cols != numPoints || pntStatus1->cols != numPoints || pntStatus2->cols != numPoints )
321 for( i = 0; i < numPoints; i++ )
341 memset(stat2,0,sizeof(uchar)*numPoints);
348 for( i = 0; i < numPoints; i++ )
378 for( i = 0; i < numPoints;
860 int numPoints; local
977 int numPoints; local
[all...]
H A D_cvvm.h251 int numPoints,
H A Dcvepilines.cpp1839 int numPoints = 0; local
1885 candPoints[numPoints] = cornerPoint;
1886 numPoints++;
1894 candPoints[numPoints] = cornerPoint;
1895 numPoints++;
1903 candPoints[numPoints] = cornerPoint;
1904 numPoints++;
1912 candPoints[numPoints] = cornerPoint;
1913 numPoints++;
1923 candPoints[numPoints
[all...]
H A Dcvlmeds.cpp48 icvLMedS( int *points1, int *points2, int numPoints, CvMatrix3 * fundamentalMatrix ) argument
72 num = numPoints;
/external/eigen/unsupported/test/
H A Dsplines.cpp242 const Eigen::DenseIndex numPoints = 100; local
246 ArrayXXd points = ArrayXXd::Random(dimension, numPoints);
251 ArrayXXd derivatives = ArrayXXd::Random(dimension, numPoints);
252 VectorXd derivativeIndices(numPoints);
254 for (Eigen::DenseIndex i = 0; i < numPoints; ++i)
/external/freetype/include/freetype/
H A Dftoutln.h142 /* numPoints :: The maximum number of points within the outline. */
146 /* This value must be in the range 0 to `numPoints'. */
160 FT_UInt numPoints,
167 FT_UInt numPoints,
/external/opencv/cv/src/
H A Dcvposit.cpp55 int numPoints,
62 /* buffer for storing weakImagePoints = numPoints * 2 * float */
66 int N = numPoints - 1;
75 if( numPoints < 4 )
96 for( i = 0; i < numPoints - 1; i++ )
335 cvCreatePOSITObject( CvPoint3D32f * points, int numPoints )
343 IPPI_CALL( icvCreatePOSITObject( points, numPoints, &pObject ));
54 icvCreatePOSITObject( CvPoint3D32f *points, int numPoints, CvPOSITObject **ppObject ) argument
/external/skia/src/gpu/ccpr/
H A DGrCCGeometry.h66 void resize_back(int numPoints, int numVerbs) { argument
68 fPoints.resize_back(numPoints);
/external/skqp/src/gpu/ccpr/
H A DGrCCGeometry.h65 void resize_back(int numPoints, int numVerbs) { argument
67 fPoints.resize_back(numPoints);
/external/deqp/modules/gles3/stress/
H A Des3sLongRunningShaderTests.cpp242 void genPositions (const tcu::RenderTarget& renderTarget, int numPoints, Vec2* positions) argument
247 if (width*height < numPoints)
250 for (int pointNdx = 0; pointNdx < numPoints; pointNdx++)
/external/freetype/src/base/
H A Dftoutln.c300 FT_UInt numPoints,
313 (FT_UInt)numContours > numPoints )
316 if ( numPoints > FT_OUTLINE_POINTS_MAX )
319 if ( FT_NEW_ARRAY( anoutline->points, numPoints ) ||
320 FT_NEW_ARRAY( anoutline->tags, numPoints ) ||
324 anoutline->n_points = (FT_Short)numPoints;
342 FT_UInt numPoints,
349 return FT_Outline_New_Internal( library->memory, numPoints,
/external/skqp/tests/
H A DPathTest.cpp3154 int numPoints = 0; local
3163 expectedPts[numPoints] = randomPts[(rand.nextU() >> 16) % 25];
3164 p.moveTo(expectedPts[numPoints]);
3165 lastMoveToPt = expectedPts[numPoints];
3166 numPoints += 1;
3172 expectedPts[numPoints++] = lastMoveToPt;
3176 expectedPts[numPoints] = randomPts[(rand.nextU() >> 16) % 25];
3177 p.lineTo(expectedPts[numPoints]);
3178 numPoints += 1;
3183 expectedPts[numPoints
4856 const size_t numPoints = numMoves + 2 * numConics; local
[all...]
/external/skia/tests/
H A DPathTest.cpp3060 int numPoints = 0; local
3069 expectedPts[numPoints] = randomPts[(rand.nextU() >> 16) % 25];
3070 p.moveTo(expectedPts[numPoints]);
3071 lastMoveToPt = expectedPts[numPoints];
3072 numPoints += 1;
3078 expectedPts[numPoints++] = lastMoveToPt;
3082 expectedPts[numPoints] = randomPts[(rand.nextU() >> 16) % 25];
3083 p.lineTo(expectedPts[numPoints]);
3084 numPoints += 1;
3089 expectedPts[numPoints
4762 const size_t numPoints = numMoves + 2 * numConics; local
[all...]
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/
H A DObjectTracker.java327 final int numPoints = debugHistory.size();
330 for (int keypointNum = 0; keypointNum < numPoints; ++keypointNum) {
331 final PointF delta = debugHistory.get(numPoints - keypointNum - 1);
/external/deqp/modules/gles2/functional/
H A Des2fShaderBuiltinVarTests.cpp466 const int numPoints = 8; local
468 vector<tcu::Vec3> coords (numPoints);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp2188 const int numPoints = 16; local
2189 vector<Vec3> coords (numPoints);
2213 addAttribute(0u, VK_FORMAT_R32G32B32_SFLOAT, deUint32(sizeof(Vec3)), numPoints, &coords[0]);
2214 render(numPoints, 0, DE_NULL, VK_PRIMITIVE_TOPOLOGY_POINT_LIST);
/external/deqp/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp488 const int numPoints = 8; local
490 vector<tcu::Vec3> coords (numPoints);
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 4085 milliseconds

12