arrayfire / forge

High Performance Visualization
222 stars 48 forks source link

The quality of rendering #148

Closed deism closed 7 years ago

deism commented 7 years ago

What issue(memory leak, slow renders, docs fix etc.) did you face? Low quality of rendering and jagged edges comparing with Opencv opengl's rendering. The image size is 1024x1024, I am not sure if this issue is something about the way of interpolation/resampling such as linear, bicubic, or lanczos, any clues?

Please check if the issue fulfills these requirements

Forge Rendering 1

Opencv OpenGL Rendering 2

Other information:

9prady9 commented 7 years ago

@deism It is likely a interpolation/re-sampling issue. Can you please share the code you used to render the image and any resources(images) used by the program. Thank you.

9prady9 commented 7 years ago

@deism Closing the issue for now. If you can provide the some code stub and image you used to investigate this further, we can look into it.