Based on the background of C ++ and MFC, is there any better (supportive / customizable) platform for developing a graphical application interface?
We develop industrial applications (machine vision), where:
-Process is critical (mainly image processing in CPU atm, but GPU is next)
- Lower hardware compatibility (integrated PCI device, frame capture device, motion card)
Real-time data visualization (images / statistic graph)
-Football card includes network access for distributed processing and remote access.
The cross platform will not be important for us, since the system works in a controlled environment (the client only cares about whether the system works, and they got their result).
There are also problems with migration costs (3-way dependencies, training costs for developers and maintenance staff)
Edit
Clarification on the "image processing" mentioned above:
I mean "image" (two-dimensional information in a matrix format), and not graphic (usually three-dimensional). We currently use a third-party image library (for processing a spatial domain such as segmentation, OCR / OCV, morphology, pattern matching) and include our result logic.
source share