Hi all!
I’m using OpenCV to run a project where I’m using a floor plan to recognize the rooms in the plan, get the measurement and then save the measures in a csv file.
I’ve implemented the OpenCV libraries and ran the script which successfully measured the object.
What I’m trying to do now is save the measures automatically in a csv file.
HI @crackwitz
I was actually able to measure objects in a image using OpenCV , what I’m trying to do now is to somehow export the measurements from the image to an excel file so I can save the data.
makes sense?