-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some questions about the OpenCV components #46
Comments
|
Dear Laentir, thank you for your quick reply. So let me know what I can do for you in bringing this forward. At least I will try my very best. Regards Harald |
Dera Leantir, I am struggling to find the definition / declaration of TMat in the version for OpenCV 4.XX like I found it in the version 2.4.13 in the file ocv.cls.core.pas. The background for my search is that I want to built two functions for TMat to TBitmap and vice versa for using the Canny edgedetector in my current application where i have a variable of the type TBitmap to work with. Can you give me a hint? Regards Harald |
The definition of TMat is in the file "source\core\mat.inc" |
Dear Laentir, |
See readme.md Warning You may not have the Microsoft runtime libraries installed on your computer, which are required for OpenCV to work. Take advantage of the advice (source): "The lack of these DLLs can be fixed by installing "Microsoft Visual C++ 2015 - 2022 Redistributable". Probably the application that is showing this error depends on it installed. Download and install both the x86 and x64 versions" |
Dear Laentir,
after some time I come back to my approach to use OpenCV in my application.
I changed now to this version because it support also 64 Bit. So I am not continuing to work with the version 2.4.13.
One reason is also the component packages you made: dclVCLOpenCV.dpk and rclFMXOpenCV.dpk.
It is very nice to just put two blocks as source (TCVCaptureSource) and sink (TCVView) together and things work.
But what is missing is a block in between for e. g. image processing (filtering, edge detection, etc.).
My questions are now:
Regards Harald
The text was updated successfully, but these errors were encountered: