img1.getRGB(20, 20);
orimg2.GetPixel(20, 20);how we can get value of pixel??
how to get pixel of bitmap image in WP app
I'm using namespace System.Windows.Media.Imaging in Windows Phone app and i want to get value of particular pixel value but we can't retrive pixel value because there is no in build method in this namespace like,

Ramesh MaruthiPosted Jul 29, 2014, 11:30 AM
Nitin PatilPosted Jul 29, 2014, 11:29 AM
we can do many image operation using BItmapImage Class and WritableBitmap Class this two classes. Many image comparison methods are used for archiving high accuracy and for best result. We can use some simple functions of BitmapImage class and WritableBitmap class for archiving image comparison with less coding. For this simple technique we need two WritabaleBitmap images with having same size.
So here some sample code are available for Calculating
Image Differences in WP app.
#wpdev #wp8 #apps #developer
http://wpcsharp.blogspot.in/2014/07/calculate-difference-percentage-of-two-images.html
Nitin PatilPosted Jul 26, 2014, 1:55 AM
Code is useful for me but i want to calculate percentage of two images after comparison and that images are created by user free hand movements.
e.g.
i have two images img1 and img2 as shown below they are different in shape but has same pattern like 'O'. so i want high matching percentage ratio in this example.
img1 img2
Ramesh MaruthiPosted Jul 25, 2014, 4:29 PM
Otherwise do it in this way