Click here to Skip to main content
15,890,512 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Array handling Pin
sarabjs30-May-05 7:54
sarabjs30-May-05 7:54 
GeneralRe: Array handling Pin
Robert Rohde27-May-05 5:41
Robert Rohde27-May-05 5:41 
GeneralRe: Array handling Pin
sarabjs27-May-05 9:26
sarabjs27-May-05 9:26 
GeneralRe: Array handling Pin
sarabjs27-May-05 9:48
sarabjs27-May-05 9:48 
GeneralRe: Array handling Pin
Robert Rohde28-May-05 0:40
Robert Rohde28-May-05 0:40 
GeneralRe: Array handling Pin
sarabjs30-May-05 7:44
sarabjs30-May-05 7:44 
GeneralRe: Array handling Pin
Robert Rohde30-May-05 8:31
Robert Rohde30-May-05 8:31 
GeneralRe: Array handling Pin
sarabjs30-May-05 10:18
sarabjs30-May-05 10:18 
I pick the data from the image using the BitmapData object, copy all pixel values to the 2-dimensional array, process this array and finally copy the values back to the memory recreating the image.

I don't have much experience with pointers either Sigh | :sigh: , and am avoiding using them extensively 'cause the using the bitmap data directly seems more complicated since the pixels are placed linearly in the memory - whereas I need to analyze 2-dimensional windows (hence the more suitable pixel map).

Besides, I'm not even sure whether using unsafe code and pointers will provide a major breakthrough (although even a not so major breakthrough is acceptable for my case), since most of my processing comprises simple mathematical operations.
GeneralRe: Array handling Pin
Robert Rohde30-May-05 18:53
Robert Rohde30-May-05 18:53 
GeneralRe: Array handling Pin
sarabjs31-May-05 5:12
sarabjs31-May-05 5:12 
GeneralRe: Array handling Pin
Robert Rohde31-May-05 8:07
Robert Rohde31-May-05 8:07 
GeneralRe: Array handling Pin
sarabjs31-May-05 9:55
sarabjs31-May-05 9:55 
GeneralRe: Array handling Pin
DavidNohejl28-May-05 6:21
DavidNohejl28-May-05 6:21 
GeneralRe: Array handling Pin
Robert Rohde28-May-05 6:37
Robert Rohde28-May-05 6:37 
GeneralRe: Array handling Pin
DavidNohejl28-May-05 6:57
DavidNohejl28-May-05 6:57 
GeneralRe: Array handling Pin
Robert Rohde28-May-05 9:46
Robert Rohde28-May-05 9:46 
GeneralRe: Array handling Pin
DavidNohejl28-May-05 9:51
DavidNohejl28-May-05 9:51 
GeneralRe: Array handling Pin
sarabjs30-May-05 7:57
sarabjs30-May-05 7:57 
GeneralWhen to use sockets and when to use remoting Pin
G.Ringbom25-May-05 0:58
G.Ringbom25-May-05 0:58 
GeneralRe: When to use sockets and when to use remoting Pin
Nish Nishant25-May-05 1:31
sitebuilderNish Nishant25-May-05 1:31 
GeneralDetermine if .NET Framework is installed Pin
LiamD25-May-05 0:31
LiamD25-May-05 0:31 
GeneralRe: Determine if .NET Framework is installed Pin
Nish Nishant25-May-05 1:29
sitebuilderNish Nishant25-May-05 1:29 
GeneralRe: Determine if .NET Framework is installed Pin
LiamD25-May-05 1:57
LiamD25-May-05 1:57 
GeneralRe: Determine if .NET Framework is installed Pin
DavidNohejl25-May-05 2:49
DavidNohejl25-May-05 2:49 
GeneralRe: Determine if .NET Framework is installed Pin
John Arlen127-May-05 15:04
John Arlen127-May-05 15:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.