Tagged Questions

0
votes
2answers
125 views

GPU programming for image processing

I'm working on a project aimed to control a bipad humanoid robot. Unfortunately we have a very limited set of hardware resources (a RB110 board and its mini PCI graphic card). I'm planning to port ...
0
votes
1answer
121 views

Different image block sizes using the GPU

I wish to apply filter motion for certain number of iteration on different images, each image will be divided into different block size. For example, if the image size is 1024*870,,How to divide ...
2
votes
3answers
251 views

What's the speed of texture upload?

I would like to upload two images to the GPU memory, and I'm interested how fast I can do this? In fact - will it be faster to compare two bitmaps in RAM with CPU, or upload them to GPU and use GPU ...
0
votes
4answers
477 views

Image processing on GPU

I have a prospect project for Image processing on GPU, I know some C&C++ but i never spend time on image processing and GPU programming. Is it a hard project for a 3 months?