profile/ivi/opencv.git
2014-10-14 Adrien BAKrefactor poisson_solver
2014-10-14 Adrien BAKmove calls to ptr<>
2014-10-14 Adrien BAKanother useless include
2014-10-14 Adrien BAKat<> -> ptr<>
2014-10-14 Adrien BAK.size().width -> cols
2014-10-14 Adrien BAKremove useless include
2014-10-14 Adrien BAKchange numerical precision because of architecture...
2014-10-14 Adrien BAKnorm -> cvtest::norm
2014-10-14 Adrien BAKremove useless includes
2014-10-14 Adrien BAKfactor conditional save
2014-10-14 Adrien BAKcoding guidelines
2014-10-14 Adrien BAKremove debugging code
2014-10-14 Adrien BAKreplace implementation of dst
2014-10-14 Adrien BAKreplace double by float
2014-10-14 Adrien BAKsimplify a line
2014-10-14 Adrien BAKthis has been submitted to the daily wtf
2014-10-14 Adrien BAKreplace 8 loops by 2
2014-10-14 Adrien BAKreplace double* by vector<double>
2014-10-14 Adrien BAKremove logging
2014-10-14 Adrien BAKremove some more useless buffers and rename a bunch...
2014-10-14 Adrien BAKbackport bug fix
2014-10-14 Adrien BAKremove useless buffers
2014-10-14 Adrien BAKrename variables
2014-10-14 Adrien BAKrefactor array_product
2014-10-14 Adrien BAKrename stuff, adds logging and replace shitty else...
2014-10-14 Adrien BAKadds header guards + move impl to proper file
2014-10-14 Adrien BAKconstness
2014-10-14 Adrien BAKfix grayscale loading
2014-10-14 Adrien BAKfix regressiont ests npr
2014-10-14 Adrien BAKimprove decolor tests
2014-10-14 Adrien BAKimproved cloning test
2014-10-12 Vadim PisarevskyMerge pull request #3330 from vpisarev:fix_upnp_perf
2014-10-11 Vadim Pisarevskythis is trivial change; the main change is in opencv_ex...
2014-10-11 Vadim PisarevskyMerge pull request #3326 from ilya-lavrenov:neon_canny
2014-10-11 Vadim PisarevskyMerge pull request #3276 from asmorkalov:abidrk/pyStitching
2014-10-11 Vadim PisarevskyMerge pull request #3308 from edgarriba:master
2014-10-11 Vadim PisarevskyMerge pull request #3328 from ilya-lavrenov:warp_tests
2014-10-11 Vadim PisarevskyMerge pull request #3325 from a-wi:Dshow_capture_v3
2014-10-11 Ilya Lavrenovimrpoved output of warp test in case of failure
2014-10-10 edgarribaUpdating to c++ interfaces
2014-10-10 Ilya Lavrenovfixes for cv::accumulate**
2014-10-10 Artur WieczorekRefactored code responsible for printing debug messages...
2014-10-10 Vadim PisarevskyMerge pull request #3254 from ilya-lavrenov:neon_scale_add
2014-10-10 Ilya Lavrenovthe rest modes of cv::Mat::convertTo
2014-10-10 Vadim PisarevskyMerge pull request #3324 from akarsakov:fix_lpsolver_tests
2014-10-10 Artur WieczorekFixed getting CV_CAP_PROP_FOURCC property value
2014-10-10 Artur WieczorekFixed media type guid for I420 in DShow capture.
2014-10-10 Artur WieczorekFixed selecting media type in DShow video capture.
2014-10-09 Vadim PisarevskyMerge pull request #3283 from abak:fix-cloning-illumina...
2014-10-09 Vadim PisarevskyMerge pull request #3279 from akarsakov:ocl_houghlines
2014-10-09 Vadim PisarevskyMerge pull request #3245 from avdmitry:hello_opencv_sample
2014-10-09 Vadim PisarevskyMerge pull request #3299 from felixendres:orb_keypoint_...
2014-10-09 Vadim PisarevskyMerge pull request #3301 from MC-Escherichia:fix_gen_ja...
2014-10-09 Vadim PisarevskyMerge pull request #3302 from berak:doc_fix_constants_30
2014-10-09 Vadim PisarevskyMerge pull request #3320 from ElenaGvozdeva:gemm_doc
2014-10-09 Vadim PisarevskyMerge pull request #3321 from vbystricky:oclShowRunErrors
2014-10-09 Ilya Lavrenovfixes for cv::addWeighted and cv::Mat::dot
2014-10-09 vbystrickyAdd code for print errors of OpenCL kernels runing
2014-10-09 Alexander KarsakovUsed checking norm of results for LPSolver accuracy...
2014-10-09 ElenaGvozdevasmall change in description for Gemm
2014-10-08 Ilya Lavrenovcv::resize (INTER_LINEAR && INTER_CUBIC)
2014-10-08 Ilya Lavrenovcv::pyrUp
2014-10-08 Ilya Lavrenovcv::pyrDown
2014-10-08 Alexander AlekhinMerge pull request #3317 from akarsakov:ocl_cvtcolor_pe...
2014-10-08 Alexander KarsakovAdded OCL performance test for YUV2RGB_IYUV, YUV2GRAY_4...
2014-10-08 Vadim PisarevskyMerge pull request #3312 from berak:b_3945_30
2014-10-07 Ilya Lavrenovcv::cvtColor (RGB2Luv CV_8U)
2014-10-07 Ilya Lavrenovcv::cvtColor (Luv2RGB CV_8U)
2014-10-07 Ilya Lavrenovcv::cvtColor (Lab2BGR CV_8U)
2014-10-07 Ilya Lavrenovcv::cvtColor (HLS2RGB CV_8U)
2014-10-07 Ilya Lavrenovcv::cvtColor (RGB2HLS CV_8U)
2014-10-07 Ilya Lavrenovcv::cvtColor (HSV2RGB CV_8U)
2014-10-07 Ilya Lavrenovcv::cvtColor (Gray2RGB5x5)
2014-10-07 Alexander KarsakovOptimization for HoughLinesP
2014-10-07 berakbugfix #3945 pass idx,idx1 by reference instead of...
2014-10-07 Alexander AlekhinMerge pull request #3210 from akarsakov:ocl_gftt_opt
2014-10-07 Maksim ShabuninMerge pull request #3304 from eltermann:master
2014-10-07 edgarribaMerge branch 'master' of https://github.com/edgarriba...
2014-10-07 edgarribaRemoving windows compilation crashes
2014-10-07 edgarribaRemoving windows compilation crashes
2014-10-06 edgarribaMerge remote-tracking branch 'upstream/master'
2014-10-06 Ilya Lavrenovcv::cvtColor (RGB5x52Gray)
2014-10-06 Ilya Lavrenovcv::cvtColor (RGBRGB5x5)
2014-10-06 Ilya Lavrenovcv::cvtColor (RGB5x52RGB)
2014-10-06 Ilya Lavrenovcv::cvtColor (BGR[A]2RGB[A])
2014-10-06 edgarribaUpdating upnp sanity heck
2014-10-06 edgarribaUpdating sanity check
2014-10-06 edgarribaUpdating sanity check
2014-10-06 Maksim ShabuninMerge pull request #3293 from a-wi:MSMF_remove_ATL_depe...
2014-10-06 edgarribaUpdating sanity check
2014-10-06 edgarribaRemoving whitespaces
2014-10-06 Ilya Lavrenovcv::cvtColor
2014-10-06 edgarribaRemoving whitespaces
2014-10-06 edgarribaUpdating documentation
2014-10-06 edgarribaUpdating for N=2
2014-10-04 eltermannDocumentation fix on py_tutorials
2014-10-04 Matthew Conwayupdate gen_javadoc prints to python3 syntax fixed ...
2014-10-04 Dmitriy Anisimovopencv_version
2014-10-04 berakchange remaining c-api CV_ prefixes in constants
2014-10-03 Ilya Lavrenovneon
next