Hi,
How to perform edge detection of an image using Direct2D built-in effect. Which effect should I use to implement this.
Any sample code really helps.
thanks,
Bhash
Hi Bhash,
See Built-in effects for a list of built-in effects with sample output. CLSID_D2D1ConvolveMatrix can be used for edge detection. There is a code snippet demonstrating this in that document. Yo.u can also find a number of samples demonstrating Direct2D effects in the Metro style apps sample code gallery
--Rob