Ask Your Question

Subramaniyan AL's profile - activity

2019-05-01 12:01:39 -0600 received badge  Notable Question (source)
2017-08-14 19:20:54 -0600 received badge  Popular Question (source)
2015-04-13 09:10:29 -0600 received badge  Student (source)
2012-12-09 22:40:45 -0600 commented answer How to display an image center aligned in a openCV window?

Thank you Haris.

It is very useful for me.

2012-12-07 00:08:14 -0600 commented answer How to display an image center aligned in a openCV window?

Thank you Haris.

But my need is , the window should be of full screen and the image should be displayed at center of the window.(image resolution is less than display screen resolution).

Can you kindly suggest me with some more ideas....

Note: The function cvMoveWindow() will move the whole window to a particular offset in the screen.

2012-12-05 00:40:06 -0600 asked a question How to display an image center aligned in a openCV window?

Hi All,

I'm just a week young to openCV. Now I'm working with opencv2.3 in VC++ 2008 Express Edition. I can display a image in openCV full screen window. But it is automatically positioned at left top corner how can I make it center align? Kindly guide me with your ideas.

Thanks in Advance.