opencv/modules/optim
Alex Leontiev af74ec6044 Minor fixes
In response to the pull request comments by Vadim Pisarevsky. In
particular, the following was done:
    *)cv::reduce use instead of custom code for calculating
per-coordinate sum
    *) naming style of private methods is made consisted with overall --
mixed-case style
    *) irrelevant create()'s were removed -- I did not know that copyTo()
method itself calls create
2013-08-30 21:37:27 +08:00
..
doc Fixed .rst indentation 2013-08-30 21:37:27 +08:00
include/opencv2 Removed trailing spaces 2013-08-30 21:35:47 +08:00
src Minor fixes 2013-08-30 21:37:27 +08:00
test Removed trailing spaces 2013-08-30 21:35:47 +08:00
CMakeLists.txt Created skeleton for simplex method. 2013-06-24 20:27:11 +03:00