how to modify a box-algorithms

Making & changing box plugins and external apps
Post Reply
dennis
Posts: 14
Joined: Sun Mar 30, 2014 8:42 am

how to modify a box-algorithms

Post by dennis »

hi,
I want to change the "csp spatial filter trainer" into a new algorithm named "strcspspatial filter trainer" from source code.
But there are always something wrong with my code.

So,i want to know that everytime i want to check my code,if i should execute the"win32-install_dependencies" or just
execute the "win32-build"?

jtlindgren
Posts: 775
Joined: Tue Dec 04, 2012 3:53 pm
Location: INRIA Rennes, FRANCE

Re: how to modify a box-algorithms

Post by jtlindgren »

Hi Dennis, the build script is enough. Dependencies need to be installed only once.

You'll usually get faster builds if you build in the IDE (via win32-launch-vc, see build instructions).


Best,
Jussi

Post Reply