1.0.1 • Published 1 year ago

recognize-floor-plan v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Recognize Floor Plan

Recognize Floor Plan is a Javascript library for detecting if an image is a floor plan or an image.

Usage

var isImageAnFloorPlan = require("./floorPlan")

// returns 'true/false or error'
isImageAnFloorPlan(img).then((data)=>{
    console.log(data);
}).catch((err)=> {
    console.log(err);
})

Disclaimer

It's not getting 100% correct results but it's not far from it. Play with the threshold to fine-tune the results.

License

MIT