Computer Vision Website Image Slideshow help
Posted
by msandbot
on Stack Overflow
See other posts from Stack Overflow
or by msandbot
Published on 2010-05-21T19:56:56Z
Indexed on
2010/05/21
20:00 UTC
Read the original article
Hit count: 251
Hi, I'm making an online display of the output of a computer vision algorithm. After running the algorithm I am left with a folder of about 1000 16 bit .tiff files. I need to put those on the website in a list for so that the researchers can click through and find the list. Also there needs to be an image frame with an "animated gif" feel that can be started stopped and played in reverse. Any ideas on the best way to do this? What language to use? I made a simple website in Ruby on Rails but I don't know if it has the capabilities to do what I require.
© Stack Overflow or respective owner