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

Search:

Type: Posts; User: vis781

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,575

    Re: Bilinear Resampling Probelm

    Apologies, I meant to say that it can upsample a 32x32 image to 240x240 100 times in 0.08 secs. :)
  2. Replies
    4
    Views
    1,575

    Re: Bilinear Resampling Probelm

    Hey again, all finished with a bit of time spent. I think the result is quite acceptable given that it's all integer arithmetic. I'm not an asm programmer but I had some fun trying to port it to MMX....
  3. Replies
    4
    Views
    1,575

    Bilinear Resampling Probelm

    Hi all, I hope that somone here can help me out as I'm racking my brain over this and something is telling me that should be a realtively simple problem to solve but I just can't see the wood for the...
  4. Replies
    4
    Views
    4,962

    Threading Question.

    Hello, I am fairly new to the concept of threading in C++ but I am giving it a go and trying to create a thread class. Creating a thread is easy enough with _beginthreadex. But I have hit a wall. So...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured