Top "2d" questions

2D computer graphics is the computer-based generation of digital images—mostly from two-dimensional models.

One dimensional edge detection

Instead of edge detection of a 2D image, I would like to detect edges on every single row (i.g. …

image image-processing 2d computer-vision edge-detection
Two Dimensional Array in Javascript Object

I want to create an Object that contains one or more two dimensional arrays in Javascript. I tried it the …

javascript arrays 2d dimensional
Loading an image with FreeImage

I'm trying to follow an OpenGL tutorial but the tutorial uses SOIL (which doesn't work for me) and I use …

opengl 2d freeimage