Ask Your Question

Pelli's profile - activity

2018-11-21 01:31:14 -0600 received badge  Notable Question (source)
2017-07-26 10:30:28 -0600 received badge  Popular Question (source)
2013-12-04 16:37:40 -0600 received badge  Student (source)
2013-12-03 08:59:47 -0600 commented question Extend a segment, knowing two points

Thank you for the link. It works!

2013-12-03 05:50:49 -0600 asked a question Installing CUDA + Opencv on Ubuntu 12.10

Hi everyone!

Again, sorry for my bad English ^^

I wanted to use the gpu library in OpenCV so I've tried to install CUDA on Ubuntu 12.10

I've followed this guide http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-linux/index.html but at the end, when I've restarted the SO, it was all fucked up: no title bar and application bar.

Is there a way to avoid all of this for future installations?

Thank you very much!

2013-12-03 05:45:14 -0600 asked a question Extend a segment, knowing two points

Hi everyone!

First of all, sorry for my bad English.

I have this problem: I have two Point2f which identify a segment. I would like to extend the dimension of the segment while standing on the same line.

Is there any quick way to do it?

Thank you very much!