CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: alanrorr1@yahoo.com

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    2,812

    Re: To Use Delegates or ??

    Perfect and thanks! I will use it. Before I start, wondering if I use the dll's to add cameras to an already installed application, any ideas on how can I determine new camera classes published ...
  2. Replies
    2
    Views
    2,812

    To Use Delegates or ??

    Hi,
    I am new to C# from Visual C++ so any answers as well as being explicit are very much appreciated.

    I am wondering what is the best way to selectively switch between groups of the same named...
  3. Replies
    17
    Views
    20,996

    Re: Quick Array Copy

    Peter,

    Perfect solution. It executes in 0.02 seconds in release mode (without debugging) on an i5 processor. I am very excited about your solution not only for this but in other areas.

    Thank...
  4. Replies
    17
    Views
    20,996

    Re: Quick Array Copy

    Thanks for the feedback. Ultimately, transfer and display of the image needs to be a couple seconds (or less). At least that is the goal. I will keep working on it. Thanks again.
  5. Replies
    17
    Views
    20,996

    Re: Quick Array Copy

    It turns out much greater than 90 seconds. 4 minutes, 7 seconds in release non-debug mode. The array size is 2016x3040. Thanks! - Alan
  6. Replies
    17
    Views
    20,996

    Re: Quick Array Copy

    UInt16 is used since I know it works in the Bitmapsource derived object for display within an image control (WPF). The very prototype code is as follows. This is very rough just wanted to get...
  7. Replies
    17
    Views
    20,996

    Re: Quick Array Copy

    Thanks for the replies. This is in C# so slightly preferred in that language/.NET, but open to anything that works. The copy is doing it pixel value by pixel value for a camera and is taking over 90...
  8. Replies
    17
    Views
    20,996

    Quick Array Copy

    Hi,

    What would be a quick way to transfer the contents from an array of int[,] to UInt16[]?

    I am loading up the UInt16[] array for use in a BitmapSource object. The BitmapSource object is then...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured