Ask Your Question

DanyAlejandro's profile - activity

2018-09-16 17:40:08 -0600 received badge  Student (source)
2018-09-16 14:52:56 -0600 received badge  Editor (source)
2018-09-16 14:52:56 -0600 edited question Is reading / writing a pixel slower than simple CPU operations (like addition)?

Is reading / writing a pixel slower than simple CPU operations (like addition)? I'm trying to do complexity analysis on

2018-09-16 14:50:54 -0600 asked a question Is reading / writing a pixel slower than simple CPU operations (like addition)?

Is reading / writing a pixel slower than simple CPU operations (like addition)? I'm trying to do complexity analysis on

2018-08-05 12:58:10 -0600 commented question Is there a better straight-line drawing function?

Yes, I already wrote a simple function that at least respects thickness, but it's so simple Im sure someone smarter alre

2018-08-04 23:29:00 -0600 asked a question Is there a better straight-line drawing function?

Is there a better straight-line drawing function? Hi! I need to draw a line between 2 points. The cv::line() function t