Home | History | Annotate | Download | only in src

Lines Matching defs:Ni

550     int Ni,Nj;              // size of contours
567 Ni = contour1->total + 1;
570 point1 = (CvPoint* )malloc( Ni*sizeof(CvPoint) );
578 point1[Ni-1] = point1[0];
584 i = Ni-1; //correspondence to points of contour1
630 int Ni,Nj; // size of contours
648 Ni = contour1->total + 1;
652 W = (_CvWork**)malloc(sizeof(_CvWork*)*Ni);
653 for(i=0; i<Ni; i++)
658 point1 = (CvPoint* )malloc( Ni*sizeof(CvPoint) );
660 edges1 = (CvPoint2D32f* )malloc( (Ni-1)*sizeof(CvPoint2D32f) );
667 point1[Ni-1] = point1[0];
670 for(i=0;i<Ni-1;i++)
703 for( i=1; i<Ni; i++ )
715 for(i=2; i<Ni; i++)
762 _cvBendingWork( /*&null_edge*/&small_edge, &edges1[i-1], &edges2[j-2], &edges2[j-1]/*, &edges1[Ni-2]*/);
766 for(i=2; i<Ni; i++)
774 i=Ni-1;j=Nj-1;
845 for(i=1;i<Ni;i++)