Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
QuestionPlot histogram Pin
pancakeleh17-Nov-10 18:47
pancakeleh17-Nov-10 18:47 
AnswerRe: Plot histogram Pin
Dr.Walt Fair, PE17-Nov-10 19:28
professionalDr.Walt Fair, PE17-Nov-10 19:28 
GeneralRe: Plot histogram [modified] Pin
pancakeleh17-Nov-10 19:41
pancakeleh17-Nov-10 19:41 
GeneralRe: Plot histogram Pin
Richard MacCutchan18-Nov-10 1:36
mveRichard MacCutchan18-Nov-10 1:36 
GeneralRe: Plot histogram Pin
pancakeleh18-Nov-10 15:02
pancakeleh18-Nov-10 15:02 
Questiontree visualization Pin
pstsp91117-Nov-10 18:40
pstsp91117-Nov-10 18:40 
AnswerRe: tree visualization Pin
Alan Balkany23-Nov-10 3:59
Alan Balkany23-Nov-10 3:59 
QuestionMerge image problem Pin
pancakeleh17-Nov-10 15:48
pancakeleh17-Nov-10 15:48 
I encounter this particular problem. I am currently using visual studio 2010, aforge subtract class. when i try to run the program, nothing happened. the code as below:

private void button5_Click(object sender, EventArgs e)
{
    Bitmap overlayImage = new Bitmap(pictureBox3.Image);
    Bitmap sourceImage = new Bitmap(pictureBox4.Image);
    // create filter
    Subtract filter = new Subtract(overlayImage);
    // apply the filter
    Bitmap resultImage = filter.Apply(sourceImage);

    pictureBox5.Image = pictureBox5.Image;

}


Where have i gone wrong?

ref: http://www.aforgenet.com/framework/docs/html/2d04f587-3272-2ad5-f8bc-54ff407d41f2.htm[^]
AnswerRe: Merge image problem Pin
Dave Kreskowiak17-Nov-10 16:00
mveDave Kreskowiak17-Nov-10 16:00 
GeneralRe: Merge image problem Pin
pancakeleh17-Nov-10 16:03
pancakeleh17-Nov-10 16:03 
GeneralRe: Merge image problem Pin
fjdiewornncalwe17-Nov-10 16:32
professionalfjdiewornncalwe17-Nov-10 16:32 
GeneralRe: Merge image problem Pin
pancakeleh17-Nov-10 16:36
pancakeleh17-Nov-10 16:36 
AnswerRe: Merge image problem Pin
Pete O'Hanlon17-Nov-10 21:59
mvePete O'Hanlon17-Nov-10 21:59 
AnswerRe: Merge image problem Pin
Eddy Vluggen18-Nov-10 8:35
professionalEddy Vluggen18-Nov-10 8:35 
QuestionHow to read xmls and count the number of specific elements in them? Pin
turbosupramk317-Nov-10 8:53
turbosupramk317-Nov-10 8:53 
AnswerRe: How to read xmls and count the number of specific elements in them? Pin
T M Gray17-Nov-10 9:39
T M Gray17-Nov-10 9:39 
GeneralRe: How to read xmls and count the number of specific elements in them? Pin
turbosupramk317-Nov-10 9:47
turbosupramk317-Nov-10 9:47 
AnswerRe: How to read xmls and count the number of specific elements in them? Pin
Pete O'Hanlon17-Nov-10 9:40
mvePete O'Hanlon17-Nov-10 9:40 
GeneralRe: How to read xmls and count the number of specific elements in them? Pin
turbosupramk317-Nov-10 11:07
turbosupramk317-Nov-10 11:07 
GeneralRe: How to read xmls and count the number of specific elements in them? Pin
Pete O'Hanlon17-Nov-10 11:27
mvePete O'Hanlon17-Nov-10 11:27 
GeneralRe: How to read xmls and count the number of specific elements in them? Pin
turbosupramk318-Nov-10 4:38
turbosupramk318-Nov-10 4:38 
GeneralRe: How to read xmls and count the number of specific elements in them? Pin
T M Gray18-Nov-10 5:39
T M Gray18-Nov-10 5:39 
GeneralRe: How to read xmls and count the number of specific elements in them? Pin
turbosupramk318-Nov-10 6:15
turbosupramk318-Nov-10 6:15 
QuestionSendKeys.Send Pin
sanforjackass17-Nov-10 8:27
sanforjackass17-Nov-10 8:27 
AnswerRe: SendKeys.Send Pin
Kristian Sixhøj17-Nov-10 8:58
Kristian Sixhøj17-Nov-10 8:58 

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.