projects
/
platform
/
upstream
/
opencv.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/opencv.git
2014-05-13
Ievgen Khvedchenia
Fix "WARNING: Block quote ends without a blank line"
commit
|
commitdiff
|
tree
|
snapshot
2014-05-10
Ievgen Khvedchenia
FixFix documentation warnings
commit
|
commitdiff
|
tree
|
snapshot
2014-05-10
Ievgen Khvedchenia
Remove GSURF descriptor from KAZE algorithm
commit
|
commitdiff
|
tree
|
snapshot
2014-05-09
Ievgen Khvedchenia
Fix "Title underline too short" warning
commit
|
commitdiff
|
tree
|
snapshot
2014-05-09
Ievgen Khvedchenia
Fix documentation warnings
commit
|
commitdiff
|
tree
|
snapshot
2014-05-09
Ievgen Khvedchenia
Fix documentation warnings
commit
|
commitdiff
|
tree
|
snapshot
2014-05-09
Ievgen Khvedchenia
Initial commit of the KAZE & AKAZE docs
commit
|
commitdiff
|
tree
|
snapshot
2014-05-09
Ievgen Khvedchenia
Temporary remove of CV_WRAP
commit
|
commitdiff
|
tree
|
snapshot
2014-05-09
Ievgen Khvedchenia
Refactor of KAZE and AKAZE:
commit
|
commitdiff
|
tree
|
snapshot
2014-05-05
Ievgen Khvedchenia
Clean-up from the dead code
commit
|
commitdiff
|
tree
|
snapshot
2014-05-02
Ievgen Khvedchenia
Enabled parallel processing of the nld_step_scalar...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-01
Ievgen Khvedchenia
Merged nldiffusion functions into one module with remov...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-01
Ievgen Khvedchenia
Prepare to merge KAZE and AKAZE nldiffusion_functions...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-01
Ievgen Khvedchenia
Replace runtime checks with assertions
commit
|
commitdiff
|
tree
|
snapshot
2014-05-01
Ievgen Khvedchenia
Removed Feature_Suppression_Distance function that...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-29
Ievgen Khvedchenia
Rename file config.h to KAZEConfig.h
commit
|
commitdiff
|
tree
|
snapshot
2014-04-29
Ievgen Khvedchenia
Clean-up of getters/setters that are not needed by...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-29
Ievgen Khvedchenia
Clean-up from dead code.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Ievgen Khvedchenia
Fix wrong checking of returned descriptor type
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Ievgen Khvedchenia
Wrapped nldiffusion functions with details::kaze or...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Ievgen Khvedchenia
Fix size_t to int conversion
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Ievgen Khvedchenia
Fix "conditional expression constant" warning
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Ievgen Khvedchenia
Fix size_t to int conversion
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Ievgen Khvedchenia
Rename KAZE to KAZEFeatures to fix MSVS x64 compiler...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Ievgen Khvedchenia
Fix size_t to int conversion
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Ievgen Khvedchenia
Fix "conditional expression constant" warning
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Ievgen Khvedchenia
Remove AKAZEFeatures desctructor
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Ievgen Khvedchenia
Bugfix: wrong variable name
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Ievgen Khvedchenia
Fix Fix casting from/to int/float that caused lot of...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Ievgen Khvedchenia
Added copyright headers for KAZE and AKAZE wrappers
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Ievgen Khvedchenia
Fix casting from/to int/float that caused lot of compil...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Ievgen Khvedchenia
Fix line ending at EOF
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Ievgen Khvedchenia
Fix initialisation order of parallel loop classes for...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Ievgen Khvedchenia
Fix parenthesis in assert statements
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Ievgen Khvedchenia
Fix shadowed variable warnings
commit
|
commitdiff
|
tree
|
snapshot
2014-04-27
Ievgen Khvedchenia
Fix mutable compilation error
commit
|
commitdiff
|
tree
|
snapshot
2014-04-27
Ievgen Khvedchenia
Fix shadowed i variable warning
commit
|
commitdiff
|
tree
|
snapshot
2014-04-27
Ievgen Khvedchenia
Enable multithreaded extraction of features using cv...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Ievgen Khvedchenia
Clean-up of the iostream manipulator in AKAZEConfig.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-26
Ievgen Khvedchenia
Fix return value of descriptorType()
commit
|
commitdiff
|
tree
|
snapshot
2014-04-24
Ievgen Khvedchenia
Replace swap with clear (more efficient)
commit
|
commitdiff
|
tree
|
snapshot
2014-04-24
Ievgen Khvedchenia
Bugfix: clear input vector of key points for detection...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-24
Ievgen Khvedchenia
Added missing operator()
commit
|
commitdiff
|
tree
|
snapshot
2014-04-24
Ievgen Khvedchenia
Added missing operator()
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Ievgen Khvedchenia
Merge KAZE and AKAZE features with most recent version
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Ievgen Khvedchenia
Replace config with AKAZEConfig.h
commit
|
commitdiff
|
tree
|
snapshot
2014-04-05
Ievgen Khvedchenia
Clean-up from unused utils.h/utils/cpp
commit
|
commitdiff
|
tree
|
snapshot
2014-04-05
Ievgen Khvedchenia
Added unit-tests for KAZE and AKAZE features
commit
|
commitdiff
|
tree
|
snapshot
2014-04-05
Ievgen Khvedchenia
Added KAZE and AKAZE wrappers
commit
|
commitdiff
|
tree
|
snapshot
2014-04-05
Ievgen Khvedchenia
Prepare KAZE and AKAZE sources for integration
commit
|
commitdiff
|
tree
|
snapshot
2014-04-04
Ievgen Khvedchenia
KAZE and AKAZE integration initial commit
commit
|
commitdiff
|
tree
|
snapshot
2014-04-04
Andrey Pavlenko
Merge pull request #2562 from akarsakov:gftt_fix
commit
|
commitdiff
|
tree
|
snapshot
2014-04-03
Andrey Pavlenko
Merge pull request #2567 from apavlenko:fix_compare_scalar
commit
|
commitdiff
|
tree
|
snapshot
2014-04-03
Andrey Pavlenko
Merge pull request #2556 from DeanF:master
commit
|
commitdiff
|
tree
|
snapshot
2014-04-03
Andrey Pavlenko
fixing OCL run condition (build program failure for...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-03
Alexander Karsakov
Fixed error in case corners not found
commit
|
commitdiff
|
tree
|
snapshot
2014-04-02
Andrey Pavlenko
Merge pull request #2557 from ilya-lavrenov:tapi_fnlm_fix
commit
|
commitdiff
|
tree
|
snapshot
2014-04-02
Roman Donchenko
Merge pull request #2550 from SpecLad:merge-2.4
commit
|
commitdiff
|
tree
|
snapshot
2014-04-01
Ilya Lavrenov
fixed condition in cv::FNLM
commit
|
commitdiff
|
tree
|
snapshot
2014-04-01
DeanF
Fixed trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
2014-04-01
DeanF
Fixed problem with compilation without HAVE_OPENCL
commit
|
commitdiff
|
tree
|
snapshot
2014-04-01
Andrey Pavlenko
Merge pull request #2536 from ilya-lavrenov:tapi_resize...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-31
Andrey Pavlenko
Merge pull request #2552 from ilya-lavrenov:tapi_compare
commit
|
commitdiff
|
tree
|
snapshot
2014-03-31
Ilya Lavrenov
integer cv::resize (INTER_LINEAR && CV_8UC(cn))
commit
|
commitdiff
|
tree
|
snapshot
2014-03-31
Andrey Pavlenko
Merge pull request #2549 from ilya-lavrenov:tapi_laplacian
commit
|
commitdiff
|
tree
|
snapshot
2014-03-31
Andrey Pavlenko
Merge pull request #2487 from ilya-lavrenov:tapi_perf_orb
commit
|
commitdiff
|
tree
|
snapshot
2014-03-31
Ilya Lavrenov
compare with scalar (cn > 1)
commit
|
commitdiff
|
tree
|
snapshot
2014-03-31
Ilya Lavrenov
performance tests for FAST
commit
|
commitdiff
|
tree
|
snapshot
2014-03-31
Roman Donchenko
Merge remote-tracking branch 'origin/2.4' into merge-2.4
commit
|
commitdiff
|
tree
|
snapshot
2014-03-31
Ilya Lavrenov
added support of ksize >= 5 to cv::Laplacian
commit
|
commitdiff
|
tree
|
snapshot
2014-03-28
Andrey Pavlenko
Merge pull request #2543 from apavlenko:24_haar_revert
commit
|
commitdiff
|
tree
|
snapshot
2014-03-28
Roman Donchenko
Merge pull request #2534 from asmorkalov:opencv_config_...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-28
Alexander Smorkalov
OpenCVConfig.cmake fix after cutting absolute CUDA...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-28
Andrey Pavlenko
Revert pull request #1929 from @alalek "ocl: added...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-28
Andrey Pavlenko
- fix test
commit
|
commitdiff
|
tree
|
snapshot
2014-03-28
Andrey Pavlenko
Revert "Merge pull request #1779 from perping:integral_2.4"
commit
|
commitdiff
|
tree
|
snapshot
2014-03-28
Roman Donchenko
Merge pull request #2542 from asmorkalov:android_javaca...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-28
Roman Donchenko
Merge pull request #2476 from minkless:3.0-bugfix-core...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-28
Roman Donchenko
Merge pull request #2403 from hbristow:issue-3451
commit
|
commitdiff
|
tree
|
snapshot
2014-03-28
Roman Donchenko
Merge pull request #2379 from ngryman:optimize_jpeg
commit
|
commitdiff
|
tree
|
snapshot
2014-03-28
Roman Donchenko
Merge pull request #2533 from kenaniah:master
commit
|
commitdiff
|
tree
|
snapshot
2014-03-28
Roman Donchenko
Merge pull request #2539 from mjul:fixtypos
commit
|
commitdiff
|
tree
|
snapshot
2014-03-28
Roman Donchenko
Merge pull request #2540 from mjul:fixtypos_2.4
commit
|
commitdiff
|
tree
|
snapshot
2014-03-28
Koji Miyazato
corrected some style errors found by review.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-28
Alexander Smorkalov
Bug #3553 JavaCameraView frame format and cvtColor...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Nicolas Gryman
added jpeg with optimized coding support.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Roman Donchenko
Merge pull request #2537 from ilya-lavrenov:doc_fix
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Martin Jul
Fixed typo in BFMatcher in docs.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Ilya Lavrenov
doc fix
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Martin Jul
Merge branch '2.4' into fixtypos
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Andrey Pavlenko
Merge pull request #2535 from akarsakov:stereobm_fix
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Alexander Karsakov
Fixed incorrect calculation of best_disp
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Andrey Pavlenko
Merge pull request #2286 from alalek:umat_unmap_issue
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Kenaniah Cerny
Fixed type gPython -> Python
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Kenaniah Cerny
Added link to main GitHub repo
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Kenaniah Cerny
Grammar
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Hilton Bristow
removed experimental slots
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Hilton Bristow
Improved standalone importing behaviour and creation...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Hilton Bristow
Generalized todict implementation
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Hilton Bristow
More generic todict
commit
|
commitdiff
|
tree
|
snapshot
next