HristoMarkow
HristoMarkow
So, if I have the PDF documentation about the profile it wouldn't help?
Just add paths in Main menu -> Project -> Options Delphi Compiler (left section) Target (right part of the dialog window, I choose All Configurations) Search path D:\DELPHI\Delphi-OpenCV D:\DELPHI\Delphi-OpenCV\packages D:\DELPHI\Delphi-OpenCV\source...
CvMat is a structure of some data used in OpenCV, but PNG or JPEG image isn't in same format. I wish to import image from MemoryStream which is captured from...
Thanks a lot. `B := TBitmap.Create;` `try` `// src := cvLoadImage({cResourceMedia}'baboon.jpg', CV_LOAD_IMAGE_ANYCOLOR OR CV_LOAD_IMAGE_ANYDEPTH);` ` B.LoadFromFile('baboon.bmp');` ` src := BitmapToIplImage(B);` `............................` `finally` ` B.Free;` `end;` I will try it.