You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, I have made some developments on this repo for using it on basic computer vision tasks.
My project includes python, numpy1.8, opencv3 and mountable USB mass storage. I add another MTD partition on the system, to be able to mount this partition to Linux local filesystem and as well as you can mount this partition to mass storage gadget.
Thus, you can upload your images files from your host device to Linux card and apply your image processing, undistorting, stitching, camera calibrating etc (Rest is your imagination) with OpenCV. Finally, you can fetch your result images from USB mass storage.
See details in my repo: https://github.com/kbuyukburc/businesscard-linux-CV
The text was updated successfully, but these errors were encountered:
Hi everyone, I have made some developments on this repo for using it on basic computer vision tasks.
My project includes python, numpy1.8, opencv3 and mountable USB mass storage. I add another MTD partition on the system, to be able to mount this partition to Linux local filesystem and as well as you can mount this partition to mass storage gadget.
Thus, you can upload your images files from your host device to Linux card and apply your image processing, undistorting, stitching, camera calibrating etc (Rest is your imagination) with OpenCV. Finally, you can fetch your result images from USB mass storage.
See details in my repo:
https://github.com/kbuyukburc/businesscard-linux-CV
The text was updated successfully, but these errors were encountered: