User profile: TheCreator

User info
User name:TheCreator
History
Joined:
Number of posts:68
Latest posts:

Video Editing?
I am using OpenCV and trying to apply a Gaussian Blur to an incoming video stream. I basically use c...

OpenCV
Anyone how the the member function ptr works? Its supposed to return a pointer to the first uchar i...

Simple Question
I have been trying to add 3rd Party libraries to code blocks on a mac for the last 3 hours, but i ha...

Question on a cool and unique topic?
Anyone familiar with openCV? I searched everywhere but couldn't find any tutorials. Could someone re...

Recursive Reverse Void Function
[code] void str_reverse_r (const char *str[], char str2[]) { int max=strlen (*str); ...