cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

ducwichip
Journeyman III

load image

hi all,

i want to load and display an image but i don't understand what i must do

help me.

i use ati hd 4550

thanks!!

0 Likes
6 Replies
nou
Exemplar

if you want load image from file then use tons of libraries which you can find on internet.

but you cant use image in OpenCL as it is not supported on 4xxx cards.

0 Likes
ducwichip
Journeyman III

thanks Nou!!

i want to detect an object by color but i haven't understood how i can begin??

 

0 Likes

load image from file with some external library SDL image for example. then pass this data into kernel.

0 Likes

thanks !

Which card can I use image in OpenCL? (5570/5670/5750)

thanks again

0 Likes

you can work with image data without image support in OpenCL. but you can not use samplers and read all image stuff in OpenCL. read OpenCL specification.

all 5xxx should support images with new version of SDK. current SDK have only beta support of images.

0 Likes

thanks so much!!

0 Likes