Home | History | Annotate | Download | only in src

Lines Matching full:images

53 /* ===== Function for find corresponding between images ===== */
120 /* Create temporary images */
225 CV_ERROR( CV_StsUnmatchedSizes, "Size of images must be the same" );
273 /* Create temporary images */
274 /* We must use iplImage againts hughgui images */
283 /* Create Ipl images */
824 /* For given N images
825 we have corresponding points on N images
856 /* First found correspondence points for images */
957 /* Delete points which no exist on any of images */
958 /* numImages - number of images */
970 CV_ERROR( CV_StsOutOfRange, "Number of images must be more than 0" );
1068 /* Add image to existing images and corr points */