Re: How to create a smooth image from data?
Implement "on fly" blur. Try to take visible area of the image (i.e. zoomed in/out) and apply blur filter on this area only. Depending on the filter (gaussian, linear etc.) speed can vary.
You can also use pixel shader to speed up process (but that will require hw ps support).
As for blur filter implementation just type c++ blur filter in google and there will be more then enough examples.
And QRadient is not for this task.
In the near future - corporate networks reach out to the stars. Electrons and light flow throughout the universe.
The advance of computerization however, has not yet wiped out nations and ethnic groups.
Bookmarks