Lines Matching refs:Nj
550 int Ni,Nj; // size of contours in icvBlendContours() local
568 Nj = contour2->total + 1; in icvBlendContours()
571 point2 = (CvPoint* )malloc( Nj*sizeof(CvPoint) ); in icvBlendContours()
579 point2[Nj-1] = point2[0]; in icvBlendContours()
630 int Ni,Nj; // size of contours in icvCalcContoursCorrespondence() local
649 Nj = contour2->total + 1; in icvCalcContoursCorrespondence()
655 W[i] = (_CvWork*)malloc(sizeof(_CvWork)*Nj); in icvCalcContoursCorrespondence()
659 point2 = (CvPoint* )malloc( Nj*sizeof(CvPoint) ); in icvCalcContoursCorrespondence()
661 edges2 = (CvPoint2D32f* )malloc( (Nj-1)*sizeof(CvPoint2D32f) ); in icvCalcContoursCorrespondence()
668 point2[Nj-1] = point2[0]; in icvCalcContoursCorrespondence()
676 for(i=0;i<Nj-1;i++) in icvCalcContoursCorrespondence()
709 for(j=1; j<Nj; j++) in icvCalcContoursCorrespondence()
741 for(j=2; j<Nj; j++) in icvCalcContoursCorrespondence()
767 for(j=2; j<Nj; j++) in icvCalcContoursCorrespondence()
774 i=Ni-1;j=Nj-1; in icvCalcContoursCorrespondence()