recognize-floor-plan
v1.0.1
Published
Library used to check if an image is a floor plan image.
Downloads
7
Maintainers
Readme
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.