-
…nabled in CMakeLists)
-
…n order to accomplish this. added copy constructors and additional necessary methods.
-
…ious. Since using openCV uses it's own mechanics internally, memcpy does not create a copy correctly and hence when loading multiple images with 1 in memory at a time, the previously loaded image data is never released leading to OOM errors
-
…sing a general Laplassian of Gaussians algorithm (the algorithm invers the image atm), fixed a minor bug with the dynamic network creation
-
… just attach spider and run trace()
-
…atement, this commit is still using ivote due to instability with the LaG version
-
…stability changes. STABLE- PRECYLINDER WORK
-
…r algorithms. Now using ~400 position and ~100 size templates.
-
…There is a bug where the point where we split the end-hit fiber is not added merged in properly
-
…and not glObj. glObj is still there for redundancy
-
…f call to branch detection as well as well as branching points added in the border regions (where the branch outpoint is outside of the search space)
-
…r's Bind and Unbind methods have been made public to lower the number of times they are called
-
…features (will probably be implemented in another class). Has not been tested. Renamed all instances of mathvec.h with vector.h
-
…, and setMatrix. Added a -scalar method to the mathvec.h class that fixed a segfault
-
…allow the new vector to function. Added general convenience push methods to the mathvec class, as well as changed a convenience constructor to a size constructor, many small fixes