Hello, I am still new to learn vb.net 2010. And I got the task of image blending, the problem is I do not understand about it. Can the master vb.net help me?
example :
Picturebox1
![Name: 1.jpg
Views: 3
Size: 11.7 KB]()
picturebox2
![Name: 1.jpg
Views: 4
Size: 16.7 KB]()
The formula is
C(x,y) = wa * A(x,y) + wb * B(x,y)
merging with wa = 0.4 wb = 0.6
and will result in picturebox3
![Name: 1.jpg
Views: 2
Size: 12.4 KB]()
what the sourcode image blending to produce it?
thanks
example :
Picturebox1
picturebox2
The formula is
C(x,y) = wa * A(x,y) + wb * B(x,y)
merging with wa = 0.4 wb = 0.6
and will result in picturebox3
what the sourcode image blending to produce it?
thanks