Ask Your Question
0

C++/WinRT, WinUI2/3 and OpenCV

asked 2020-11-05 14:41:40 -0600

arrudi gravatar image

Is this combination compatible? Is there any C++/winrt example using OpenCV libraries and WinUI? Does it show a good performance? Please I'm a bit lost on whether this is a good choice or not...

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-11-06 02:15:59 -0600

berak gravatar image

updated 2020-11-06 02:17:36 -0600

I'm a bit lost on whether this is a good choice or not...

for a beginner, definitely not

Is this combination compatible?

you will need a special build of the opencv libraries

Is there any C++/winrt example using OpenCV libraries and WinUI?

well you cannot use the win32 ui and thus anything from opencv's highgui module (you have to use their Xaml based ui) but here are samples

edit flag offensive delete link more

Comments

Thanks for your reply. I'm not beginner, just trying to figure out if I can port all my work on OpenCV to Windows. Regarding the build, the post is pretty old (VS2013) so not really sure if it applies, c++/Winrt is pretty new in comparison to these references.I understand you nca't use highgui module, that's why I'm looking for examples on how to do it. And regarding the examples you mention are just C++/CX examples, not C++/WinRT I'm afraid.

arrudi gravatar imagearrudi ( 2020-11-06 06:34:00 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2020-11-05 14:41:40 -0600

Seen: 705 times

Last updated: Nov 06 '20