HomeSort by relevance Sort by last modified time
    Searched refs:IplImage (Results 76 - 100 of 118) sorted by null

1 2 34 5

  /external/opencv3/modules/calib3d/test/
test_cornerssubpix.cpp 185 IplImage chessboard_image_header = chessboard_image;
test_undistort_badarg.cpp 132 IplImage* temp_img = cvCreateImage(cvSize(img_size.width,img_size.height),8,3);
  /external/opencv3/samples/cpp/
smiledetect.cpp 126 IplImage* iplImg = cvQueryFrame( capture );
facedetect.cpp 132 IplImage* iplImg = cvQueryFrame( capture );
  /external/opencv/cxcore/include/
cxtypes.h 325 * Image type (IplImage) *
367 int nSize; /* sizeof(IplImage) */
398 IplImage;
442 #define IPL_IMAGE_MAGIC_VAL ((int)sizeof(IplImage))
446 ((img) != NULL && ((const IplImage*)(img))->nSize == sizeof(IplImage))
449 (CV_IS_IMAGE_HDR(img) && ((IplImage*)img)->imageData != NULL)
452 floating point data in IplImage's */
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 110 It denotes that the function accepts arrays of multiple types, such as IplImage*, CvMat* or even
248 * Image type (IplImage) *
288 /** The IplImage is taken from the Intel Image Processing Library, in which the format is native. OpenCV
289 only supports a subset of possible IplImage formats, as outlined in the parameter list above.
302 int nSize; /**< sizeof(IplImage) */
338 IplImage;
383 #define IPL_IMAGE_MAGIC_VAL ((int)sizeof(IplImage))
387 ((img) != NULL && ((const IplImage*)(img))->nSize == sizeof(IplImage))
390 (CV_IS_IMAGE_HDR(img) && ((IplImage*)img)->imageData != NULL
    [all...]
  /external/opencv3/modules/videoio/src/
cap_libv4l.cpp 325 IplImage frame;
356 static IplImage* icvRetrieveFrameCAM_V4L( CvCaptureCAM_V4L* capture, int );
    [all...]
cap_msmf.cpp     [all...]
cap_v4l.cpp 314 IplImage frame;
354 static IplImage* icvRetrieveFrameCAM_V4L( CvCaptureCAM_V4L* capture, int );
    [all...]
  /external/opencv3/modules/calib3d/src/
calibinit.cpp 243 cv::Ptr<IplImage> dbg_img;
244 cv::Ptr<IplImage> dbg1_img;
245 cv::Ptr<IplImage> dbg2_img;
258 IplImage _img;
399 cvShowImage("all_quads", (IplImage*)dbg1_img);
454 cvShowImage("connected_group", (IplImage*)dbg2_img);
    [all...]
  /external/opencv3/modules/video/test/
test_camshift.cpp 350 IplImage* dst = cvCreateImage( img_size, 8, 3 );
489 IplImage* dst = cvCreateImage( img_size, 8, 3 );
  /external/opencv3/modules/videoio/test/
test_video_io.cpp 276 IplImage* img = cvQueryFrame( cap );
313 IplImage* ipl1 = cvQueryFrame( saved );
  /external/opencv/cv/include/
cv.h 128 CVAPI(void) cvPyrSegmentation( IplImage* src, IplImage* dst,
    [all...]
  /external/opencv3/modules/ts/src/
ts_arrtest.cpp 193 cvSetImageROI( (IplImage*)test_array[i][j], roi );
  /external/opencv/cv/src/
cvsnakes.cpp 409 cvSnakeImage( const IplImage* src, CvPoint* points,
cvcalibinit.cpp 211 IplImage *dbg_img = 0;
212 IplImage *dbg1_img = 0;
213 IplImage *dbg2_img = 0;
358 // cvShowImage("all_quads", (IplImage*)dbg1_img);
412 // cvShowImage("connected_group", (IplImage*)dbg2_img);
    [all...]
cvpyrsegmentation.cpp     [all...]
  /external/opencv3/modules/calib3d/include/opencv2/calib3d/
calib3d_c.h 219 CVAPI(int) cvCheckChessboard(IplImage* src, CvSize size);
  /external/opencv3/modules/imgproc/src/
moments.cpp 768 const IplImage* img = (const IplImage*)arr;
  /external/opencv/cvaux/include/
cvmat.hpp 392 CvMAT( const IplImage& img );
418 CvMAT& operator = ( const IplImage& img );
1082 inline CvMAT::CvMAT( const IplImage& img )
1123 inline CvMAT& CvMAT::operator = ( const IplImage& img )
    [all...]
  /external/opencv3/modules/imgproc/test/
test_convhull.cpp 738 IplImage* img = cvCreateImage( cvSize(500,500), 8, 3 );
848 IplImage* img = cvCreateImage( cvSize(500,500), 8, 3 );
977 IplImage* img = cvCreateImage( cvSize(500,500), 8, 3 );
    [all...]
test_moments.cpp 163 cvSetImageCOI( (IplImage*)test_array[INPUT][0], coi + 1 );
  /external/opencv3/modules/highgui/src/
window_QT.cpp     [all...]
  /external/opencv3/modules/core/src/
copy.cpp     [all...]
  /external/opencv3/modules/cudalegacy/src/
fgd.cpp 376 IplImage ipl_foreground = h_foreground;

Completed in 1856 milliseconds

1 2 34 5