[opencv](http://opencv.org/) samples:stitching_detailed module for [Node](http://nodejs.org/).
npm install stitching-detailed
npm install stitching-detailed
`
`javascript
var stitchingDetailed = require("stitching-detailed")
// options is optional
stitchingDetailed.combine({
img_path: 'images'
}, function (result){
console.log(result.status + ":" +result.message);
})
`
API
$3
Convenience function for combining images, modelled on top of stitch.
The options argument have the following default values:
``javascript