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

.NET (Core and Framework)

 
GeneralRe: Array handling Pin
DavidNohejl28-May-05 6:32
DavidNohejl28-May-05 6:32 
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 
So you are now relatively close to your goal...

You say you are working on images. Where does the data come from? Do you convert a Bitmap into a matrix, do your calculations and then recreate the image? If yes you could instead work directly (unsafe) on the bitmap data with the LockBits function from the Bitmap. Its a bit complicated (I don't like pointer handling) but its worth the try.
GeneralRe: Array handling Pin
sarabjs30-May-05 10:18
sarabjs30-May-05 10:18 
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 

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.