Categories code graphics gui opencv programming tips Combining OpenCV 2.x and Microsoft WPF [w/ code] Post author By Roy Post date July 21, 2010 4 Comments on Combining OpenCV 2.x and Microsoft WPF [w/ code] Hi, Just a quicky about OpenCV and Windows Presentation Framework interoperability. It’s really easy with a simple Managed C++ wrapper. What I’ll show is how to transfer an OpenCV cv::Mat into WPF’s BitmapSource. Let’s see how it’s done. Continue reading “Combining OpenCV 2.x and Microsoft WPF [w/ code]” Tags code, opencv, wpf