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

C#

 
GeneralRe: To Deeksha Shenoy Pin
hevesir20-Oct-14 3:19
hevesir20-Oct-14 3:19 
GeneralRe: To Deeksha Shenoy Pin
OriginalGriff20-Oct-14 3:27
mveOriginalGriff20-Oct-14 3:27 
GeneralRe: To Deeksha Shenoy Pin
hevesir20-Oct-14 11:11
hevesir20-Oct-14 11:11 
GeneralRe: To Deeksha Shenoy Pin
OriginalGriff20-Oct-14 11:39
mveOriginalGriff20-Oct-14 11:39 
QuestionDrawing player "tokens" in TableLayoutCell Pin
Member 1116046719-Oct-14 21:08
Member 1116046719-Oct-14 21:08 
QuestionThe Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file Pin
lan160719-Oct-14 13:38
lan160719-Oct-14 13:38 
AnswerRe: The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file Pin
Richard MacCutchan19-Oct-14 21:42
mveRichard MacCutchan19-Oct-14 21:42 
QuestionHow to merge image using Emgu CV library after comparison Pin
Tridip Bhattacharjee17-Oct-14 23:40
professionalTridip Bhattacharjee17-Oct-14 23:40 
my intention was to compare two images and get the diff images using Emgu CV library. this is can be done below way. here is bit of code for achieving my goal.

C#
Image<Gray, Byte> img1 = new Image<Gray, Byte>("C:\\image1.png"); 
Image<Gray, Byte> img2 = new Image<Gray, Byte>("C:\\image2.png"); 
Image<Gray, Byte> img3 = img2 - img1; //Here the difference is applied.


now my intention to know how to merge diff images with first image as a result i will get another image which will look like second image.as example say i have two images 1st image is full green image and second image is full green but have red circle at middle right corner. when i got the diff image after subtract then how can i merge the diff portion with full green image as a result my new merge image will look like full green image with red circle at middle right corner. can u please suggest anything how to achieve it with EmguCV library.give me a sample code using EmguCV library.thanks
tbhattacharjee

QuestionCan I use local method in method Pin
Member 1115157117-Oct-14 20:57
Member 1115157117-Oct-14 20:57 
AnswerRe: Can I use local method in method Pin
OriginalGriff17-Oct-14 21:45
mveOriginalGriff17-Oct-14 21:45 
GeneralRe: Can I use local method in method Pin
Member 1115157117-Oct-14 21:54
Member 1115157117-Oct-14 21:54 
GeneralRe: Can I use local method in method Pin
OriginalGriff17-Oct-14 22:18
mveOriginalGriff17-Oct-14 22:18 
GeneralRe: Can I use local method in method Pin
Member 1115157117-Oct-14 22:43
Member 1115157117-Oct-14 22:43 
GeneralRe: Can I use local method in method Pin
OriginalGriff17-Oct-14 22:54
mveOriginalGriff17-Oct-14 22:54 
GeneralRe: Can I use local method in method Pin
Member 1115157117-Oct-14 23:42
Member 1115157117-Oct-14 23:42 
GeneralRe: Can I use local method in method Pin
OriginalGriff17-Oct-14 23:52
mveOriginalGriff17-Oct-14 23:52 
GeneralRe: Can I use local method in method Pin
Member 1115157118-Oct-14 0:06
Member 1115157118-Oct-14 0:06 
GeneralRe: Can I use local method in method Pin
OriginalGriff18-Oct-14 0:10
mveOriginalGriff18-Oct-14 0:10 
GeneralRe: Can I use local method in method Pin
Member 1115157118-Oct-14 0:15
Member 1115157118-Oct-14 0:15 
GeneralRe: Can I use local method in method Pin
OriginalGriff18-Oct-14 0:21
mveOriginalGriff18-Oct-14 0:21 
GeneralRe: Can I use local method in method Pin
BillWoodruff18-Oct-14 1:45
professionalBillWoodruff18-Oct-14 1:45 
GeneralRe: Can I use local method in method Pin
OriginalGriff18-Oct-14 1:55
mveOriginalGriff18-Oct-14 1:55 
AnswerRe: Can I use local method in method Pin
BillWoodruff17-Oct-14 22:31
professionalBillWoodruff17-Oct-14 22:31 
GeneralRe: Can I use local method in method Pin
Member 1115157117-Oct-14 22:43
Member 1115157117-Oct-14 22:43 
QuestionDeepCopy Not Working Pin
Kevin Marois17-Oct-14 8:28
professionalKevin Marois17-Oct-14 8:28 

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.