Tagged Questions
4
votes
5answers
3k views
How to subtract one bitmap from another in C#/.NET?
I have two bitmaps, produced by different variations of an algorithm. I'd like to create a third bitmap by subtracting one from the other to show the differences.
How can this be done in .NET? I've ...
1
vote
2answers
2k views
EmguCV/OpenCV Image addition/subtraction
I am using EmguCV and am trying to subtract 2 images to create a filter similar to AForge .NET's MoveTowards filter.
This is what my slightly modified version from the above URL tries to do. Given 2 ...
0
votes
3answers
59 views
datagridview/math problem… please help
private void Remove_Click(object sender, EventArgs e)
{
dgvSelected.Rows.Remove(dgvSelected.CurrentRow);
price = Convert.ToDecimal(Price.Text);
price -= ...