/external/opencv/cvaux/include/ |
D | cvvidsurv.hpp | 410 virtual IplImage* GetMask() = 0; 412 virtual void Process(IplImage* pImg) = 0; 631 …virtual int DetectNewBlob(IplImage* pImg, IplImage* pImgFG, CvBlobSeq* pNewBlobList, CvBlobSeq* pO… 733 IplImage* Draw( const CvArr* src, CvBlobSeq* blob_seq = 0, const CvSeq* roi_seq = 0 ); 734 IplImage* GetImage() { return m_image; } in GetImage() 738 IplImage* m_image; 750 virtual void Process(IplImage* pImg = NULL, IplImage* pFG = NULL) = 0; 777 virtual CvBlob* AddBlob(CvBlob* pBlob, IplImage* pImg, IplImage* pImgFG = NULL ) = 0; 789 virtual void Process(IplImage* pImg, IplImage* pImgFG = NULL) = 0; 796 …virtual void ProcessBlob(int BlobIndex, CvBlob* pBlob, IplImage* /*pImg*/, IplImage* /*pImgFG*/ = … in ProcessBlob() argument [all …]
|
D | cvaux.h | 76 IplImage* avg, float* covarMatrix ); 82 CvTermCriteria* calcLimit, IplImage* avg, 86 CVAPI(double) cvCalcDecompCoeff( IplImage* obj, IplImage* eigObj, IplImage* avg ); 89 CVAPI(void) cvEigenDecomposite( IplImage* obj, int nEigObjs, void* eigInput, 90 int ioFlags, void* userData, IplImage* avg, 95 void* userData, float* coeffs, IplImage* avg, 96 IplImage* proj ); 233 IplImage *img_mask, CvRect *roi); 254 CVAPI(void) icvDrawMosaic( CvSubdiv2D* subdiv, IplImage* src, IplImage* dst ); 725 CVAPI(IplImage*) icvCreateIsometricImage( IplImage* src, IplImage* dst, [all …]
|
D | cvaux.hpp | 101 virtual bool track_object( const IplImage* cur_frame ); 104 virtual bool update_histogram( const IplImage* cur_frame ); 111 virtual IplImage* get_back_project() in get_back_project() 120 virtual void color_transform( const IplImage* img ); 134 IplImage* m_color_planes[CV_MAX_DIM]; 135 IplImage* m_back_project; 136 IplImage* m_temp; 137 IplImage* m_mask;
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | wimage.hpp | 181 IplImage* Ipl() {return image_; } in Ipl() 182 const IplImage* Ipl() const {return image_; } in Ipl() 238 explicit WImage(IplImage* img) : image_(img) { in WImage() 242 void SetIpl(IplImage* image) { in SetIpl() 247 IplImage* image_; 262 explicit WImageC(IplImage* img) : WImage<T>(img) { in WImageC() 285 void SetIpl(IplImage* image) { in SetIpl() 309 explicit WImageBuffer(IplImage* img) : WImage<T>(img) {} in WImageBuffer() 316 void SetIpl(IplImage* img) { in SetIpl() 334 IplImage* image = WImage<T>::image_; in ReleaseImage() [all …]
|
/external/opencv/cvaux/src/ |
D | _cvfacedetection.h | 224 virtual void Show(IplImage * /*Image*/){}; in Show() argument 225 virtual void ShowIdeal(IplImage* /*Image*/){}; in ShowIdeal() argument 288 virtual void Show(IplImage* Image); 289 virtual void ShowIdeal(IplImage* Image); 327 void FindFace(IplImage* img); 335 IplImage* m_imgGray; 336 IplImage* m_imgThresh; 348 void FindContours(IplImage* imgGray); 350 …void ThresholdingParam(IplImage* imgGray, int iNumLayers, int& iMinLevel, int& iMaxLevel, int& iSt… 352 void PostBoostingFindCandidats(IplImage * FaceImage); [all …]
|
D | cveigenobjects.cpp | 1183 IplImage* avg, float* covarMatrix ) in cvCalcCovarMatrixEx() 1202 IplImage **images = (IplImage **) (((CvInput *) & input)->data); in cvCalcCovarMatrixEx() 1212 IplImage *img = images[i]; in cvCalcCovarMatrixEx() 1316 IplImage* avg, in cvCalcEigenObjects() 1342 IplImage **objects = (IplImage **) (((CvInput *) & input)->data); in cvCalcEigenObjects() 1343 IplImage **eigens = (IplImage **) (((CvInput *) & output)->data); in cvCalcEigenObjects() 1357 IplImage *img = objects[i]; in cvCalcEigenObjects() 1376 IplImage *eig = eigens[i]; in cvCalcEigenObjects() 1404 IplImage **objects = (IplImage **) (((CvInput *) & input)->data); in cvCalcEigenObjects() 1414 IplImage *img = objects[i]; in cvCalcEigenObjects() [all …]
|
D | cvcorrimages.cpp | 56 int icvCreateFeaturePoints(IplImage *image, CvMat *points, CvMat *status) in icvCreateFeaturePoints() 59 IplImage *grayImage = 0; in icvCreateFeaturePoints() 60 IplImage *eigImage = 0; in icvCreateFeaturePoints() 61 IplImage *tmpImage = 0; in icvCreateFeaturePoints() 178 int icvFindCorrForGivenPoints( IplImage *image1,/* Image 1 */ in icvFindCorrForGivenPoints() 179 IplImage *image2,/* Image 2 */ in icvFindCorrForGivenPoints() 195 IplImage *grayImage1 = 0; in icvFindCorrForGivenPoints() 196 IplImage *grayImage2 = 0; in icvFindCorrForGivenPoints() 197 IplImage *pyrImage1 = 0; in icvFindCorrForGivenPoints() 198 IplImage *pyrImage2 = 0; in icvFindCorrForGivenPoints() [all …]
|
/external/opencv3/modules/videoio/src/ |
D | cap_openni2.cpp | 98 virtual IplImage* retrieveFrame(int outputType); 107 IplImage* getIplImagePtr(); 109 IplImage iplHeader; 117 IplImage* retrieveDepthMap(); 118 IplImage* retrievePointCloudMap(); 119 IplImage* retrieveDisparityMap(); 120 IplImage* retrieveDisparityMap_32F(); 121 IplImage* retrieveValidDepthMask(); 122 IplImage* retrieveBGRImage(); 123 IplImage* retrieveGrayImage(); [all …]
|
D | cap_openni.cpp | 452 virtual IplImage* retrieveFrame(int outputType); 461 IplImage* getIplImagePtr(); 463 IplImage iplHeader; 470 IplImage* retrieveDepthMap(); 471 IplImage* retrievePointCloudMap(); 472 IplImage* retrieveDisparityMap(); 473 IplImage* retrieveDisparityMap_32F(); 474 IplImage* retrieveValidDepthMask(); 475 IplImage* retrieveBGRImage(); 476 IplImage* retrieveGrayImage(); [all …]
|
D | cap_vfw.cpp | 105 virtual IplImage* retrieveFrame(int); 119 IplImage* frame; 206 IplImage* CvCaptureAVI_VFW::retrieveFrame(int) in retrieveFrame() 212 IplImage src; in retrieveFrame() 323 virtual IplImage* retrieveFrame(int); 338 IplImage* frame; 479 IplImage* CvCaptureCAM_VFW::retrieveFrame(int) in retrieveFrame() 533 IplImage src; in retrieveFrame() 673 virtual bool writeFrame( const IplImage* ); 683 IplImage* tempFrame; [all …]
|
D | cap_images.cpp | 86 virtual IplImage* retrieveFrame(int); 94 IplImage* frame; 124 IplImage* CvCapture_Images::retrieveFrame(int) in retrieveFrame() 315 virtual bool writeFrame( const IplImage* ); 322 bool CvVideoWriter_Images::writeFrame( const IplImage* image ) in writeFrame()
|
D | cap_qtkit.mm | 56 * copies this new frame into an IplImage, but only if this frame has not 58 * it gives the last copied IplImage. 78 IplImage* image; 80 IplImage* bgr_image; 94 - (IplImage*)getOutput; 111 virtual IplImage* retrieveFrame(int); 153 virtual IplImage* retrieveFrame(int); 163 IplImage* image; 165 IplImage* bgr_image; 168 //IplImage* retrieveFrameBitmap(); [all …]
|
D | cap_dc1394_v2.cpp | 213 virtual IplImage* retrieveFrame(int); 220 virtual bool initVidereRectifyMaps( const char* info, IplImage* ml[2], IplImage* mr[2] ); 240 IplImage *img[NIMG]; 246 IplImage *maps[NIMG][2]; 579 IplImage fhdr; in grabFrame() 651 IplImage* CvCaptureCAM_DC1394_v2_CPP::retrieveFrame(int idx) in retrieveFrame() 868 IplImage* ml[2], IplImage* mr[2] ) in initVidereRectifyMaps() 879 IplImage* mx = cvCreateImage(cvGetSize(ml[0]), IPL_DEPTH_32F, 1); in initVidereRectifyMaps() 880 IplImage* my = cvCreateImage(cvGetSize(ml[0]), IPL_DEPTH_32F, 1); in initVidereRectifyMaps() 891 IplImage** dst = k == 0 ? ml : mr; in initVidereRectifyMaps()
|
/external/opencv/ |
D | cvjni.cpp | 102 IplImage *frame = cvRetrieveFrame(m_capture); in Java_org_siprop_opencv_OpenCV_grabSourceImageFromCapture() 167 IplImage* getIplImageFromIntArray(JNIEnv* env, jintArray array_data, in getIplImageFromIntArray() 176 IplImage *image = loadPixels(pixels, width, height); in getIplImageFromIntArray() 219 …IplImage *grayImage = cvCreateImage( cvGetSize(m_sourceImage), IPL_DEPTH_8U, 1 ); // �O���[�X�P�[… in Java_org_siprop_opencv_OpenCV_findContours() 220 …IplImage *binaryImage = cvCreateImage( cvGetSize(m_sourceImage), IPL_DEPTH_8U, 1 ); // 2�l�摜�pIplI… in Java_org_siprop_opencv_OpenCV_findContours() 221 …IplImage *contourImage = cvCreateImage( cvGetSize(m_sourceImage), IPL_DEPTH_8U, 3 ); // �֊s�摜�pIpl… in Java_org_siprop_opencv_OpenCV_findContours() 375 void initFaceDetectionImages(IplImage *sourceImage, double scale = 1.0) { in initFaceDetectionImages() 613 void highlightFace(IplImage *sourceImage, CvRect *face, double scale = 1.0) { in highlightFace() 629 bool highlightFaces(IplImage *sourceImage, CvSeq *faces, double scale = 1.0) { in highlightFaces() 678 IplImage *frameImage; [all …]
|
/external/opencv/otherlibs/highgui/ |
D | image.cpp | 84 if( m_img && m_img->nSize == sizeof(IplImage)) in Create() 99 IplImage* img = image.GetImage(); in CopyOf() 108 ((img) != 0 && ((const IplImage*)(img))->nSize == sizeof(IplImage) && \ 109 ((IplImage*)img)->imageData != 0) 112 void CvvImage::CopyOf( IplImage* img, int desired_color ) in CopyOf() 134 IplImage* img = cvLoadImage( filename, desired_color ); in Load() 150 IplImage* img = cvLoadImage( filename, desired_color ); in LoadRect()
|
D | highgui.h | 148 CVAPI(IplImage*) cvLoadImage( const char* filename, int iscolor CV_DEFAULT(CV_LOAD_IMAGE_COLOR)); in LOAD_CHDL() 181 CVAPI(IplImage*) cvRetrieveFrame( CvCapture* capture ); in LOAD_CHDL() 185 CVAPI(IplImage*) cvQueryFrame( CvCapture* capture ); in LOAD_CHDL() 249 CV_INLINE int iplWidth( const IplImage* img ); in LOAD_CHDL() 250 CV_INLINE int iplWidth( const IplImage* img ) in LOAD_CHDL() 255 CV_INLINE int iplHeight( const IplImage* img ); in LOAD_CHDL() 256 CV_INLINE int iplHeight( const IplImage* img ) in LOAD_CHDL() 365 virtual void CopyOf( IplImage* img, int desired_color = -1 ); 367 IplImage* GetImage() { return m_img; }; in GetImage() 380 IplImage* m_img;
|
D | cvcap_socket.cpp | 92 virtual IplImage* retrieveFrame(); 101 IplImage* frame; 187 static IplImage* loadPixels(char* pixels, int width, int height) { in loadPixels() 190 IplImage *img = cvCreateImage(cvSize(width, height), IPL_DEPTH_8U, 3); in loadPixels() 277 IplImage* CVCapture_Socket::retrieveFrame() in retrieveFrame()
|
/external/opencv/cxcore/include/ |
D | cvwimage.h | 185 IplImage* Ipl() {return image_; } in Ipl() 186 const IplImage* Ipl() const {return image_; } in Ipl() 242 explicit WImage(IplImage* img) : image_(img) { in WImage() 246 void SetIpl(IplImage* image) { in SetIpl() 251 IplImage* image_; 266 explicit WImageC(IplImage* img) : WImage<T>(img) { in WImageC() 289 void SetIpl(IplImage* image) { in SetIpl() 316 explicit WImageBuffer(IplImage* img) : WImage<T>(img) {} in WImageBuffer() 323 void SetIpl(IplImage* img) { in SetIpl() 341 IplImage* image = WImage<T>::image_; in ReleaseImage() [all …]
|
/external/opencv/cxcore/src/ |
D | cximage.cpp | 74 static IplImage* 77 IplImage* img = 0; in icvRetrieveImage() 84 img = (IplImage*)obj; in icvRetrieveImage() 109 IplImage* img = 0; in load() 150 IplImage* img = 0; in read() 170 IplImage* img = 0; in read() 240 IplImage* img = (IplImage*)obj; in icvRetrieveMatrix()
|
D | cxarray.cpp | 977 IplImage* img = (IplImage*)arr; in cvCreateData() 1082 IplImage* img = (IplImage*)arr; in cvSetData() 1156 IplImage* img = (IplImage*)arr; in cvReleaseData() 1201 IplImage* img = (IplImage*)arr; in cvGetRawData() 1275 IplImage* img = (IplImage*)arr; in cvGetElemType() 1309 IplImage* img = (IplImage*)arr; in cvGetDims() 1376 IplImage* img = (IplImage*)arr; in cvGetDimSize() 1438 IplImage* img = (IplImage*)arr; in cvGetSize() 1936 IplImage* img = (IplImage*)arr; in cvPtr1D() 2034 IplImage* img = (IplImage*)arr; in cvPtr2D() [all …]
|
/external/opencv3/samples/cpp/ |
D | polar_transforms.cpp | 18 IplImage* log_polar_img = 0; in main() 19 IplImage* lin_polar_img = 0; in main() 20 IplImage* recovered_img = 0; in main() 46 IplImage* frame = 0; in main()
|
/external/opencv3/modules/core/src/ |
D | array.cpp | 829 IplImage* img = (IplImage*)arr; in cvCreateData() 927 IplImage* img = (IplImage*)arr; in cvSetData() 989 IplImage* img = (IplImage*)arr; in cvReleaseData() 1026 IplImage* img = (IplImage*)arr; in cvGetRawData() 1092 IplImage* img = (IplImage*)arr; in cvGetElemType() 1120 IplImage* img = (IplImage*)arr; in cvGetDims() 1180 IplImage* img = (IplImage*)arr; in cvGetDimSize() 1234 IplImage* img = (IplImage*)arr; in cvGetSize() 1682 IplImage* img = (IplImage*)arr; in cvPtr1D() 1774 IplImage* img = (IplImage*)arr; in cvPtr2D() [all …]
|
/external/opencv3/samples/gpu/ |
D | opticalflow_nvidia_api.cpp | 86 NCVStatus CopyData(IplImage *image, Ptr<NCVMatrixAlloc<Ncv32f> >& dst) in CopyData() 113 NCVStatus CopyData(const IplImage *image, const NCVMatrixAlloc<Ncv32f> &dst) in CopyData() 142 IplImage *&firstFrame, in LoadImages() 143 IplImage *&lastFrame) in LoadImages() 145 IplImage *image; in LoadImages() 157 IplImage *image2; in LoadImages() 189 IplImage *flowField; in ShowFlow() 247 static IplImage *CreateImage (NCVMatrixAlloc<Ncv32f> &h_r, NCVMatrixAlloc<Ncv32f> &h_g, NCVMatrixAl… in CreateImage() 250 IplImage *image = cvCreateImage (imageSize, IPL_DEPTH_8U, 4); in CreateImage() 419 IplImage *firstFrame, *lastFrame; in main() [all …]
|
/external/opencv3/modules/calib3d/src/ |
D | checkchessboard.cpp | 105 int cvCheckChessboard(IplImage* src, CvSize size) in cvCheckChessboard() 132 IplImage* white = cvCloneImage(src); in cvCheckChessboard() 133 IplImage* black = cvCloneImage(src); in cvCheckChessboard() 137 IplImage* thresh = cvCreateImage(cvGetSize(src), IPL_DEPTH_8U, 1); in cvCheckChessboard()
|
/external/opencv3/doc/tutorials/core/interoperability_with_OpenCV_1/ |
D | interoperability_with_OpenCV_1.markdown | 23 @ref tutorial_mat_the_basic_image_container, this replaces the old *CvMat* and *IplImage* ones. Swi… 52 Now for converting the *Mat* object you can use either the *IplImage* or the *CvMat* operators. 54 interface we have mostly *Mat* objects. These objects may be freely converted to both *IplImage* and 58 IplImage pI = I; 63 is to call the *IplImage* and *CvMat* operators and then get their pointers. For getting the pointer 67 IplImage* pI = &I.operator IplImage(); 76 Ptr<IplImage> piI = &I.operator IplImage(); 123 *IplImage* is easy and made automatically with a simple assignment operator. 127 The new *imshow* highgui function accepts both the *Mat* and *IplImage* data structures. Compile and
|