Help with clustering algorithm called NeuralGas

asked 2013-07-24 12:04:49 -0600

updated 2013-11-22 06:02:19 -0600

Together with @berak I have successfully added patch #559 which contained code for the NeuralGas clustering algorithm. It is completely tranfered towards C++ interfacing.

I am looking for people who have used this kind of algorithm before to test the code and who might succeed in creating some sample. Also people who can create regression tests, feel free to help out. Same goes for documentation, altough I can do this myself.

Easiest way to help out is to fork my repository! If anyone has any recommendations, feel free to add them!

More info:

Some information about the algorithm

EDIT: still looking for help here :)

EDIT2: we have created a seperate repository, since people cannot fork the openCV repository twice due to name conflict. Feel free to fork and help looking for solutions.

edit retag flag offensive close merge delete

Comments

btw, where did you find the original code ?

berak gravatar imageberak ( 2013-09-04 07:10:22 -0600 )edit
1

nvm, found it

berak gravatar imageberak ( 2013-09-04 08:20:52 -0600 )edit

I found it at the patch itself :) The code is doing what it supposed to do now, we should only refractor it to the new style. However, I am running into deadlines, project proposals, and so on for the moment, so I do not have the time...

StevenPuttemans gravatar imageStevenPuttemans ( 2013-09-04 09:24:20 -0600 )edit

was just playing with it again. btw, feeding other ppl's gravatar urls into TinEye or such is quite helpful to locate them ;)

berak gravatar imageberak ( 2013-09-04 09:44:23 -0600 )edit
1

Thank you for the work! Actually in a seminar (partially supervised by me), a student should deal with this algorithm, maybe he can use the existing work.

Guanta gravatar imageGuanta ( 2013-11-21 08:00:53 -0600 )edit

Would be great if he could use these basics and provide samples and documentation as part of his work. Maybe ask him if he is interested in this?

StevenPuttemans gravatar imageStevenPuttemans ( 2013-11-21 08:22:32 -0600 )edit

sorry, i can't fork it (already got an opencv fork).

could you enable 'issues' for your opencv fork ? would make it easy to comment /discuss stuff online.

(it's in 'settings', below the pull requests / pulse / graph stuff)

berak gravatar imageberak ( 2013-11-22 04:40:02 -0600 )edit

I am going to check if I can do that!

StevenPuttemans gravatar imageStevenPuttemans ( 2013-11-22 04:46:18 -0600 )edit

I have done it :) So basically someone cannot place a fork on my repository if it has the same name as an existing one? Hmmm kinda stupid...

StevenPuttemans gravatar imageStevenPuttemans ( 2013-11-22 04:47:54 -0600 )edit

@Guanta, I am trying to clean up and close my questions. Did your student eventually succeeded in getting it to work? If so could we use his code?

StevenPuttemans gravatar imageStevenPuttemans ( 2016-02-04 07:29:17 -0600 )edit