Forum: C# Apr 8th, 2006 |
| Replies: 2 Views: 5,125 re hi
any suggestion to convert the bitmap from 32 bit depth pixel to 24 bit (removing alpha)??
reply if you have an idea :o |
Forum: C# Apr 7th, 2006 |
| Replies: 2 Views: 5,125 note:
when i add the bold statement, the result shown is a black image!, what i have to do?? |
Forum: C# Apr 7th, 2006 |
| Replies: 2 Views: 5,125 hi
i finished writing c# algorithm that is applied on a '24 bit depth' bitmap image that i called from file, and it was success; but when i apply the algorithm on a 32 bit depth image a break while... |
Forum: C# Apr 1st, 2006 |
| Replies: 12 Views: 6,569 ok
if we suggest that the result is an integer; Is the code above "the message box" have the ability to display it? |
Forum: C# Apr 1st, 2006 |
| Replies: 12 Views: 6,569 hi
at last i have an int result and i want to display it in the form
the label deal with charachter only so i want to use MsgBox like this:
corr = sss/(System.Math.Sqrt(((s*s)+(ss*ss))));... |
Forum: C# Apr 1st, 2006 |
| Replies: 12 Views: 6,569 thanks
the error is at the last pixel of the image!!! |
Forum: C# Apr 1st, 2006 |
| Replies: 12 Views: 6,569 its happen when runtime " a break" |
Forum: C# Apr 1st, 2006 |
| Replies: 12 Views: 6,569 hi
thanks for your reply;
i deal with two black and white images(binary images); and want to make correlation method calculations on them to find correlation coefficient.
so the pixel value is... |
Forum: C# Mar 31st, 2006 |
| Replies: 12 Views: 6,569 hi
i want to find the correlation coefficient between two images, so i have to apply mathmatical equations on them.
i want to ask how can i convert the image to a form that can deal with maths'... |
Forum: C# Dec 19th, 2005 |
| Replies: 7 Views: 5,857 hi
i find something called correlation method for image processing and i dont know if its useful to search a known shape in an image and catch the hole shape using it. because its my first time to... |
Forum: C# Dec 19th, 2005 |
| Replies: 7 Views: 5,857 |
Forum: C# Dec 14th, 2005 |
| Replies: 7 Views: 5,857 we have detected the horizental lines in the image but how can we detect the whole arrow?or any other shapes such as circules or rectangles.
from here i think to divide the image into parts and... |
Forum: C# Dec 13th, 2005 |
| Replies: 7 Views: 5,857 my idea is; after taking the image from the camera, i make edge detection filtering to view the edges then divide it into parts "arrays" and start to compare each part to the arrow,is that right?... |
Forum: C# Dec 12th, 2005 |
| Replies: 7 Views: 5,857 hi
i want to search for a specific shape in an image; the shape is an arrow and its stored in the database.
the images taken from a moving camera.
any comment may be helpful
thanks |