User profile: mik2718

User info
User name:mik2718
History
Joined:
Number of posts:295
Latest posts:

distance from point to line
I make it something like this (not tested) [code] double Detection::distance_to_Line(cv::Point line...

How to have a class return an instance of it's-self.
There are two patterns which basically achieve the same thing: singleton and monostate I like the m...

Fast Fourier Transform ( FFT )
http://www.fftw.org/

Using a Struct in a Priority Queue
sorry , my typo [code] struct node { string typeItem; int sizes[9]; int d; int h; int c; ...

Using a Struct in a Priority Queue
use this to declare your queue [code] priority_queue<node> pQueue; [/code] add the operator<...

This user does not accept Private Messages

User: mik2718

  • Public profile