willSapgreen / stereo-vision

A multiple computer vision and machine learning algorithms development/integration
GNU General Public License v3.0
133 stars 63 forks source link

Could you please write a detailed description on how to use the project? #7

Open Gaochao-hit opened 3 years ago

Gaochao-hit commented 3 years ago

I have build the projects successfully.And also download and unzip the files in the corresponding folder, but there are nothing in the window Screenshot from 2020-09-15 18-16-58

xutianq999 commented 3 years ago

i have missed the same question with u ,do you solve the problem now ?

dorioliu commented 2 years ago

@Gaochao-hit @xutianq999, hello, I run the program under windows, and met the same question too, anybody solves the problem no 微信截图_20211018202051 w?

xutianq999 commented 2 years ago

Thats reallt a long time after i asking the question.I nearly solve the question...but there are still some questions . Im sorry that im not working on it  . all i did is that i found the code of the 3d reconstruction is redundant. I first meet the question bucecause of the data inputing.  em..im trying to recall the detil. There is a starting  with out ending. Delete that  . then it will work . but it will falsh fruently .i dont know why 

------------------ 原始邮件 ------------------ 发件人: "willSapgreen/stereo-vision" @.>; 发送时间: 2021年10月18日(星期一) 晚上8:23 @.>; @.**@.>; 主题: Re: [willSapgreen/stereo-vision] Could you please write a detailed description on how to use the project? (#7)

@Gaochao-hit @xutianq999, hello, I run the program under windows, and met the same question too, anybody solves the problem no

w?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

dorioliu commented 2 years ago

@xutianq999 Many thanks, I have solved those problems for several days so that it can run in my windows VS2019. The biggest problem was solved by comment "Makecurrent()" and "doneCurrent()" in view2d.cpp and view3d.cpp, after that, the project successfully work, but some rendering issues occured, like the following image: 微信截图_20211027230016 I think the rendering code for 2d images should be rechecked.