|
|
|
Re: arrays in C#
Started by Kristen at 03-09-2006 6:52 PM. Topic has 1 replies.
|
|
03-09-2006, 6:52 PM
|
Kristen
Joined on 03-09-2006
Posts 2
|
arrays in C#
|
|
|
|
|
Hi!!!
I was wondering if any1 know how to do an array of bits, I have to to a
program that can apply the Robert, Sobel and Prewitt operator an image
(those are edge detection algorithms), but I need to use a mask, one is
a 2*2 array and the other is a 3*3, and I need it to be an Byte array,
but don't know how to it.
Any suggestions?
Thanks
|
|
|
|
|
Report
|
|
|
|
03-10-2006, 11:44 AM
|
Kristen
Joined on 03-09-2006
Posts 2
|
|
|
Hi again!!!
Seems like I don't need tha array anymore, I just found another way to do the things, but now I'm having another problem
The thing is that once I apply the Roberts operator an image, this one
will only applie the conversion on part of the image, here is a image
of what I mean:
http://img101.imageshack.us/img101/884/roberts4vh.jpg
Here is the code that I'm using to make the roberts operator
http://chakoi.tripod.com/code.txt
I'm using the grayscale program as a guide, cuz it was the perfect yer easiest way to implement this
Thank!!!
|
|
|
|
|
Report
|
|
|
|
|
Codersource.Net » Programming » C# Programming » Re: arrays in C#
|
|
| |
|