Home | History | Annotate | Download | only in src

Lines Matching refs:minDistance

728                 double minDistance = icvSqDist2D32f( pt, point->pt );
730 if( minDistance < threshold*threshold )