what library can I use to calcolate the distance between two points ?

Written by kishore

Hi all,
I am beginner for graphics,
in my Microsoft Visual C++ application I need to open an image file (jpg or bmp) for example the photo of human foot, mark the begin and the end of the foot by mouse and calcolate the foot size and then the corrisponding size of the shoes.

What library can I use to do this ?
How can I calcolate the distance in inch between two points of the image ?

Thanks in advance.

Rita

Read the original here:
what library can I use to calcolate the distance between two points ?

Feb
18

Convert Windows Application to Windows Control Library

Written by kishore

Dear All

I have adapted a C# application (written in VS 2005) to run along side a VB6 app. At the moment the VB 6.0 app dictates when the c# application is run.

Ideally what I would like to do is convert the C# application to a Windows Control Library to give the the VB 6.0 coder so he can use it as a component within his code.

I’m not sure whether this conversion is actually possible, or whether I would have to copy and paste the contols in the C# app into a new Windows Control Library project.

Any help/comments on this would be appreciated

cheers

simon

Here is the original post:
Convert Windows Application to Windows Control Library

Feb
18