Tagged Questions
0
votes
0answers
54 views
Image Reconstruction using OpenCL
I am trying to implement an algorithm using OpenCL. It can be described as :
Opening or Closing
Reconstruction or Deconstruction
Contrast Image
Thresholding
I was looking for samples related to ...
0
votes
2answers
331 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 ...
1
vote
1answer
142 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
327 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
507 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?