Click here to Skip to main content
15,903,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Cursor & mouse freeze in Visual C++ 6.0, Win2kPro Pin
Robert Palma Jr.27-May-08 9:49
Robert Palma Jr.27-May-08 9:49 
QuestionSaving/loading data in listbox from e.g. text file in MFC SDI ? Pin
phicho27-May-08 5:48
phicho27-May-08 5:48 
AnswerRe: Saving/loading data in listbox from e.g. text file in MFC SDI ? Pin
David Crow27-May-08 6:09
David Crow27-May-08 6:09 
AnswerRe: Saving/loading data in listbox from e.g. text file in MFC SDI ? Pin
phicho28-May-08 9:31
phicho28-May-08 9:31 
QuestionProblem with OpenSSL Pin
Dr. Kelwin27-May-08 4:21
Dr. Kelwin27-May-08 4:21 
QuestionRe: Problem with OpenSSL Pin
Moak27-May-08 5:24
Moak27-May-08 5:24 
AnswerRe: Problem with OpenSSL Pin
Dr. Kelwin27-May-08 5:39
Dr. Kelwin27-May-08 5:39 
Questionproblem in segmentation of an image Pin
hereimran27-May-08 4:04
hereimran27-May-08 4:04 
Hi everyone,

I am doing programming in c++, please provide me algorith or a code to the following problems.
I am using the sr3000 camera which is Time of Flight camera, which will provide distance from camera to the pixel.
I am having an image, and i have to find the minimum volume of the object in the image.

for the present situation there is only on object in the image.

1. I have made the image in to binary image which give balck as background and white as object.
2. I have acess to intensity, x, y, z coordinates and distance value of the image.

my probelms.
1. Now please help me in finding the boundary of the object (where object is in white).
2. After finding the boundary how should I find the centroid of those boundary point.
3. How can i make this matrix in c++

| x1 - x0 y1 - y0 z1 - z0 |

| x2 - x0 y2 - y0 z2 - z0 |

M = | . . . |

| . . . |

| . . . |

| xn - x0 yn - y0 zn - z0 |
the above is a matrix (3*n) where x0, yo, zo, is the centroid of the boundary points and x1, y1, z1 are the points till xn, yn, zn.
please help in this regards,

thanks in advance.
AnswerRe: problem in segmentation of an image Pin
CPallini27-May-08 4:19
mveCPallini27-May-08 4:19 
QuestionDraw on Dialog , capPreview Pin
cmos27-May-08 3:58
cmos27-May-08 3:58 
QuestionTrouble embedding files in executable in Visual C++ 08 Express Edition Pin
Sauce!27-May-08 2:53
Sauce!27-May-08 2:53 
AnswerRe: Trouble embedding files in executable in Visual C++ 08 Express Edition Pin
SandipG 27-May-08 2:58
SandipG 27-May-08 2:58 
GeneralRe: Trouble embedding files in executable in Visual C++ 08 Express Edition [modified] Pin
Sauce!27-May-08 2:59
Sauce!27-May-08 2:59 
GeneralRe: Trouble embedding files in executable in Visual C++ 08 Express Edition Pin
SandipG 27-May-08 3:06
SandipG 27-May-08 3:06 
GeneralRe: Trouble embedding files in executable in Visual C++ 08 Express Edition Pin
Sauce!27-May-08 3:11
Sauce!27-May-08 3:11 
GeneralRe: Trouble embedding files in executable in Visual C++ 08 Express Edition Pin
CPallini27-May-08 5:05
mveCPallini27-May-08 5:05 
GeneralRe: Trouble embedding files in executable in Visual C++ 08 Express Edition Pin
SandipG 28-May-08 1:20
SandipG 28-May-08 1:20 
GeneralRe: Trouble embedding files in executable in Visual C++ 08 Express Edition Pin
Sauce!1-Jun-08 19:59
Sauce!1-Jun-08 19:59 
QuestionPosting message to thread Pin
kuttiam27-May-08 2:22
kuttiam27-May-08 2:22 
AnswerRe: Posting message to thread Pin
CPallini27-May-08 2:34
mveCPallini27-May-08 2:34 
AnswerRe: Posting message to thread Pin
SandipG 27-May-08 2:52
SandipG 27-May-08 2:52 
AnswerRe: Posting message to thread Pin
Nibu babu thomas27-May-08 2:56
Nibu babu thomas27-May-08 2:56 
QuestionRe: Posting message to thread Pin
David Crow27-May-08 3:26
David Crow27-May-08 3:26 
QuestionBluesoleil SDK usage Pin
Sunshine Always27-May-08 2:05
Sunshine Always27-May-08 2:05 
AnswerRe: Bluesoleil SDK usage Pin
SandipG 27-May-08 2:21
SandipG 27-May-08 2:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.