I want to cite OpenMV usage/ firmware in a research work. Is there any paper concerned with it?
I’d do a Google search for folks who’ve used it in a paper.
Hey, I couldn’t find a citing OpenMV firmware properly(though people have used it, but didn’t cite it), but I found paper authored by @iabdalkader. I think it focused on presenting a new research prototype, the first OpenMVcams
Therefore, I thought of the following BibTex Format. Please confirm if this is alright
I list two citations in my research paper:
@misc{abdelkader2017openmv,
title={Openmv: A Python powered, extensible machine vision camera},
author={Ibrahim Abdelkader and Yasser El-Sonbaty and Mohamed El-Habrouk},
year={2017},
eprint={1711.10464},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
@Unpublished{openmvopensource,
author = {Ibrahim Abdelkader and Kwabena W. Agyeman},
title = {{OpenMV}: Open-Source Machine Vision Project},
url = {https://openmv.io/}
}
Also, I think it would be good to add a citation subsection in the README of the project.
Hi, yes it’s mine, I wrote it for my degree a long time ago, so it’s a little bit outdated, but you can still use it if you want though. Thanks.