ejegg / piwigo-stereo

Stereoscopic image viewer plugin for the Piwigo gallery
GNU General Public License v2.0
2 stars 3 forks source link

Automatically align images #8

Open ejegg opened 7 years ago

ejegg commented 7 years ago

Stereo photo alignment should be a simpler case of general image alignment.

Here's an open source cpp library: https://github.com/cheind/image-align And here are instructions on how to make a php extension to use cpp code: https://devzone.zend.com/1435/wrapping-c-classes-in-a-php-extension/