Can i have some help in debugging linemod with an RGBD camera intel real sense SR300
Hello steven , i am doing an internship in computer vision at CESI in Rouen.I am dealing with some issues in debugging linemod with an SR300 so could you help me please. Can i also have please your version of linemod, the one you rewritted in c++ ?Since the version i am working on it is partly written i C.
Best regards , Amadou
@StevenPuttemans It is tagged question for you
thanks @LBerger for helping me :) if you can help in the original question please , dont hesitate ;)
Where is opencv problem in your question?
the opencv problem is the version of linemod that i am working on ,use cv::mat to display both rgb and depth images .Meanwhile intel uses other structures so i have to make a conversion .After converting the image in order to display it i cannot plug the mouse anymore , it seems like it doesn't take into account the depth parameter. PS:i am using a version of linemod integrated by opencv .
Hi there .. bad news here ... the adaptations I made were from the time I was transferring all samples to C++. However since I had no camera available, I never was able to get that sample merged into OpenCV3.x ... I do not have the version around anymore, so I guess starting from the 2.4 version is your best way to go...
hi there , thanks for the answer , i am in fact working with opencv 2.4 . at least could you check the code i've written, i amtrying to use the sensor with the 2 modalities(depth,color) but it does not even create a template ...
Actually I do not have any experience with depth :) so not sure if I am the right guy for the job ...
what a pity snif, thanks for the answers .If i have any good result i will let you know.
Thanks for all