HomeSort by relevance Sort by last modified time
    Searched refs:image_count (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
default_images_view.cc 126 size_t image_count = default_images_.size(); local
127 int rows_count = (image_count + kColumnsCount - 1) / kColumnsCount;
177 size_t image_count = default_images_.size(); local
178 int rows_count = (image_count + kColumnsCount - 1) / kColumnsCount;
184 if (current_image < image_count) {
209 if (current_image >= image_count)
  /external/opencv/cv/include/
cvcompat.h 584 CV_INLINE void cvCalibrateCamera( int image_count, int* _point_counts,
590 CvMat point_counts = cvMat( image_count, 1, CV_32SC1, _point_counts );
594 CvMat rotation_matrices = cvMat( image_count, 9, CV_32FC1, _rotation_matrices );
595 CvMat translation_vectors = cvMat( image_count, 3, CV_32FC1, _translation_vectors );
597 for( i = 0; i < image_count; i++ )
609 CV_INLINE void cvCalibrateCamera_64d( int image_count, int* _point_counts,
615 CvMat point_counts = cvMat( image_count, 1, CV_32SC1, _point_counts );
619 CvMat rotation_matrices = cvMat( image_count, 9, CV_64FC1, _rotation_matrices );
620 CvMat translation_vectors = cvMat( image_count, 3, CV_64FC1, _translation_vectors );
622 for( i = 0; i < image_count; i++
    [all...]

Completed in 307 milliseconds