Minor fixes
authorAlex Leontiev <alozz1991@gmail.com>
Sat, 31 Aug 2013 17:02:06 +0000 (01:02 +0800)
committerAlex Leontiev <alozz1991@gmail.com>
Tue, 10 Sep 2013 05:53:26 +0000 (13:53 +0800)
commit11fa0651c6603a1c562a00bbab802f69fcdcbc78
treed60018bcc5dc4d514d754c660df004a65867a0c8
parentccc71ac190b3a23f0b8837001c1f142beb3975ae
Minor fixes

As the opencv's build-bot did not want to compile this revision, I had
to do some changes. In particular,
1) Removed unsigned int vs int comparisons, that were treated as errors
2) Removed unused variables and functions
3) Removed functions without previous declaration
4) Fixed whitespaces
modules/optim/doc/primal_dual_algorithm.rst
modules/optim/src/denoise_tvl1.cpp
modules/optim/test/test_denoise_tvl1.cpp