eshibusawa / JBF-Stereo

GPU implementation of disparity refinement filter
BSD 2-Clause "Simplified" License
14 stars 0 forks source link

Publications about this repository #2

Open sjg918 opened 7 months ago

sjg918 commented 7 months ago

HI. I would like to cite your work, but I can't find any publications named "JBF-Stereo" anywhere. I also searched for "Eijiro SHIBUSAWA stereo matching" but I got no results. And I was able to find a paper titled "Double-direction fisheye plane sweep stereo for road surface 3D reconstruction", but I could not download the pdf. I would appreciate it if you could provide me with a pdf or name of your publication.

eshibusawa commented 7 months ago

Hi,

Thank you for contacting me. This repository is for understanding how to implement stereo matching on GPU, so there are no related publications. Therefore, please use "unpublished" when citing this work:

@unpublished{jbf_stereo,
author = "Eijiro SHIBUSAWA",
title = " {JBF-Stereo}",
note = "Unpublished; Online; accessed 14-Feb-2024",
year = 2023,
url = "https://github.com/eshibusawa/JBF-Stereo"
}

I sent the paper "Double-direction fisheye plane sweep stereo for road surface 3D reconstruction" to your gmail. However, that work focuses on stereo matching using large FoV fisheye cameras and is therefore not directly relevant to this repository.