recognize-floor-plan

1.0.1 • Public • Published

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

/recognize-floor-plan/

    Package Sidebar

    Install

    npm i recognize-floor-plan

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    310 kB

    Total Files

    10

    Last publish

    Collaborators

    • djakus