microsoft / Windows-classic-samples

This repo contains samples that demonstrate the API used in Windows classic desktop applications.
Other
5.02k stars 3.21k forks source link

Add new demonstration based on MFCaptureD3D Sample #37

Open Jimmy-Hu opened 6 years ago

Jimmy-Hu commented 6 years ago

In the MFCaptureD3D Sample (in Win7Samples/multimedia/mediafoundation/ ), it demonstrates how to preview video from a capture device. It works well, but I wonder if I could create the new demonstration which including some features about some common image processing methods, such as gamma correction, histogram equalization, thresholding, etc? Moreover, is there better to keep code independently (avoid to rely on third party library) in implementation?

FactoryXCode commented 4 years ago

It's a sample: No more than that and should be sufficient to help you on your way. Maybe you should write a skeleton of what you want and maybe someone is willing to investigate and writes the code for you. There are no 3th party dependencies as I read the code, so that leaves all opportunities to introduce them ;-)