1713 Commits (9d9c0f33b378416b4ebf2d558507cfed33d87224)

Author SHA1 Message Date
Vladimir 9d9c0f33b3 Added GOTURN tracker implementation and ALOV300++ dataset support 8 years ago
Pavel Rojtberg d07e70a48d aruco: use Mat().copyTo idiom instead of for loops 8 years ago
Jinhan Lee 4836a496c0 Add a group ximgproc_fast_line_detector 8 years ago
Jinhan Lee a7dada153e Fast line detector described in @Lee14. 8 years ago
Pavel Vlasanek e1f0f0c072 Fuzzy module optimization. 8 years ago
Eugene Mamin 8f04976f48 TLD accelerated with parallel_for_ helper 8 years ago
catree 4820eff512 Add default value for LUCID feature. Add note about color image requirement. 8 years ago
Vladislav Sovrasov 98f305e462 Fix codestyle in structured_edge_detection sample 8 years ago
Vladislav Sovrasov 50489dc0c8 Fix rounding in StructuredEdgeDetection 8 years ago
Pavel Rojtberg a7ad78b9be cnn_3dobj: use ocv_add_testdata 8 years ago
Pavel Rojtberg ba1973d2fe update README 8 years ago
Pavel Rojtberg eaee613af2 drop superficial demo_ prefix from sample filenames 8 years ago
Pavel Rojtberg 94552d9601 update test to actually available testdata. 8 years ago
Pavel Rojtberg 7157e67497 drop cnn_3dobj_config.hpp. the HAVE_CAFFE check was pointless. 8 years ago
Pavel Rojtberg cbd26a659d cnn_3dobj: fix demo_sphereview_data 8 years ago
Pavel Rojtberg 4939973403 cnn_3dobj: fix include and allow compilation of samples 8 years ago
Alexander Alekhin 7cdf2191d0 win32 warnings 8 years ago
StevenPuttemans fb0cb3d3c4 added multiple thinning algorithms 8 years ago
Alexander Alekhin e1f01bafa0 text: add simple test 8 years ago
Alexander Alekhin b5d9ca9be7 text: update cmake 8 years ago
Alexander Alekhin 31d1137890 text: minor refactoring in C++ sample 8 years ago
Alexander Alekhin 1dc84e81e5 text: refactor floodfill + findContours code patterns 8 years ago
Alexander Alekhin d632079783 text: update detectRegions() 8 years ago
Alexander Alekhin 590dc2986d text: fix valgrind errors, minor changes 8 years ago
Vladislav Sovrasov be70e0b788 Add test for maxValue bug in SimpleWB 8 years ago
lukaszi89 cb126467ee balanceWhite fixed maxValue bin search 8 years ago
mshabunin 72488907ca tracking benchmark tool changes: 8 years ago
mshabunin 1fcfdc558d Updated tracking benchmark script 8 years ago
berak e2c4574f73 tracking: make datasets dependancy optional 8 years ago
Aleksandr Rybnikov 327aa89c37 Added TensorFlow models loading 8 years ago
Vladislav Sovrasov 36f64dd17f Remove duplicated code in UnscentedKalmanFilter 8 years ago
Pavel Rojtberg 84ec6341af cnn_3dobj: add call to ocv_module_disable so documentation is generated 8 years ago
Vladislav Sovrasov 0cd4ff44ba Fix coordinates overflow in binary line descriptor 8 years ago
Alexander Alekhin 7084cc5c9e MSVS 2015u3 warning 8 years ago
Alexander Alekhin 0ff319cb6c build: eliminate hdf5 warnings 8 years ago
Vladislav Sovrasov c67c56100d Fix memory leak in MIL tracker 8 years ago
Alexander Alekhin b7ce1ec369 dnn: rebuild caffe.proto with protobuf 3.1.0 8 years ago
Alexander Alekhin 57d63db9c3 3rdparty: libprotobuf v3.1.0 8 years ago
Alexander Alekhin f2af57c6d7 3rdparty: remove protobuf sources 8 years ago
Vladislav Sovrasov a10a827c55 Fix memory leak in line descriptor matcher 8 years ago
Vladislav Sovrasov bedd1f763c Replace a dummy pointer with the smart in ERStat 8 years ago
Vladislav Sovrasov d7427cc6b3 Replace std::runtime_error with CV_Error 8 years ago
Vladislav Sovrasov 862e03c43b Fix segFault when no lines found in BinaryDescriptor 8 years ago
andrewk-mccann d353fe1507 Added size_t conversion for class Bridge. Need when compiling extra modules into matlab. 8 years ago
Vladislav Sovrasov c15051611e Fix ERFilterNM fails on some images 8 years ago
Alexander Alekhin 214843df72 doc: remove UML diagrams in tracking module 8 years ago
Gregor Kovalcik a476ec1c7e Implementation of PCT signature extractor (position-color-texture) and evaluation of their Signature Quadratic Form Distance (SQFD). 8 years ago
Thomas Schulz 4791d8f0af face: Fix error message on failed loading attempt 8 years ago
AmbroiseMoreau e439f26d37 first commit. Interface for sinusoidal pattern profilometry has been added along with stubs functions in the implementation class. The new interface inherits from StructuredLightPattern 9 years ago
MambaWong e320d7ddca Accelerating convolution by changing the way of memory access. 9 years ago