473,715 Members | 5,208 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Integrating MFC C++, Matrox lib and OpenCV

3 New Member
I'm trying to develop a MFC C++ app. How do you grab frames using Matrox ActiveMIL-lite library, and display using OpenCV where I can then use the image to do face detection?

Hope someone can adivse me on that~
Feb 18 '08 #1
4 4967
weaknessforcats
9,208 Recognized Expert Moderator Expert
WHy MFC and not C# for a GUI application??

MFC is terribly obsolete and is lousy on the Internet.
Feb 18 '08 #2
hhx83
3 New Member
WHy MFC and not C# for a GUI application??

MFC is terribly obsolete and is lousy on the Internet.
Because the face detection functions for OpenCV only comes in C/C++. And since MFC at least allow me to create some UI rather nothing using Win32 Console. Moreover, I need to use Matrox ActiveMil libraries which is again only available in C++. Don't look like I have a choice do I? Unless someone can teach me how to actually wrapped things up and code in C#.

Any ideas anyone?
Feb 19 '08 #3
Banfa
9,065 Recognized Expert Moderator Expert
You could use C++/CLR, that is basically the .NET variety of C++. You write most of you application as a .NET managed application in C++ but you would be able to call out to the non-managed code in the libraries you need to use.

I have just started using it and I have to say I quite like it.
Feb 19 '08 #4
udiday
1 New Member
I'm trying to develop a MFC C++ app. How do you grab frames using Matrox ActiveMIL-lite library, and display using OpenCV where I can then use the image to do face detection?

Hope someone can adivse me on that~
Hi, i'm trying to do the same , and dont know houe to convert the image taken from activeMil-lite to IPLIMAGE , can you supply with some code / clue ?
thanks
--udi
Apr 8 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1848
by: E.F. | last post by:
I have a Matrox RT.X100 graphic card connected to a digital camera. Now i need to develop a Vision Robotic System in C++ and i need to use some DLL to caprture frames from the graphic card. Active MIL is compatible with my hardware? There is some other solutions to interact with your Matrox Driver simply? Special Thanks
14
2058
by: rogerclive | last post by:
Perhaps, there is no bigger sleazy company in the entire Maple Republic ( Canada ) than Matrox Graphics Inc. I paid $100+ through my nose circa 1999 for Matrox Millenium II and Mystique. It works well under NT4.0 however, a month ago I upgraded to Win 98. Guess what? The main feature in the Matrox Inc Video cards was their desktop, and
0
4665
by: Claudio Grondi | last post by:
What is the current status of Python OpenCV interface i.e. the opencv module? \OpenCV\samples\python\contours.py gives following ERROR: OpenCV Python version of contours Traceback (most recent call last): File "\OpenCV\samples\python\contours.py", line 6, in ? from opencv import cv ImportError: No module named opencv
3
2780
by: E.F. | last post by:
I have a Matrox RT.X100 graphic card connected to a digital camera. Now i need to develop a Vision Robotic System in C++ and i need to use some DLL to caprture frames from the graphic card. Active MIL is compatible with my hardware? There is some other solutions to interact with your Matrox Driver simply? Special Thanks
1
2812
by: Claudio Grondi | last post by:
OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a few C++ classes that implement some popular Image Processing and Computer Vision algorithms. OpenCV library is mainly aimed at real time computer vision. Some example areas would be Human-Computer Interaction (HCI); Object Identification, Segmentation and Recognition; Face Recognition; Gesture Recognition; Motion Tracking, Ego Motion, Motion...
0
3351
by: mkd | last post by:
Hi there To compile opencv I need to use: g++ `pkg-config --cflags opencv` -o face face.c `pkg-config --libs opencv` Now I want to compile in KDevelop, but it chooses gcc instead Does anyone know, how to change the compiler used by KDevelop ?
3
10422
by: jlark | last post by:
Hello, I have just started working with opencv in python for my undergrad thesis. Im Trying to build a simple GUI which supports mouse inputs on an image. This is fairly simple in C and C++ , since there are tons of documentations for opencv funtions in that area. Anyway here is the problem. Im trying to create a mouse listener which is shown like this in the API void cvSetMouseCallback( const char* window_name, CvMouseCallback...
1
3526
by: nanaalwi | last post by:
Hi, Currently I'm developing a software using VB.net that can grab an image using Matrox Morphis card and display it in a PictureBox. The software can grab the image already and display it in the form (Imports Matrox.ActiveMil). But the problem is I need to display the image in the PictureBox but I don't know how. The coding to grab the image is as follows: ActiveMILApplication = CreateObject("MIL.Application")
2
2375
by: aneuryzma | last post by:
Hi guys, I'm doing a project with both ogre3d and openCV and now I have to merge the code. I have 2 Visual C++ solutions and either of them has his own configuration. Can you give me some suggestion on how to merge the two solutions and use both libraries together ? thanks!
0
8718
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
9103
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9047
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7973
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5967
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4738
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3175
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2539
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2118
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.