I am writing an opencv application to draw using laser beam using visual studio VC++ console application. I want to draw lines on desktop.
I know that the drawing functions are available in GDI32.dll , but confused on how to integrate GDI32.dll with my vc code. can you suggest some good solution?
I am writing an opencv application to draw using laser beam using visual studio
Share
The code below draws a blue rectangle on the desktop.
Just for fun. A Mandelbrot fractal drawn directly on the desktop.