Wangyida
d6cb8889b4
add feature extraction demo in samples folder
9 years ago
Wangyida
5072cc690f
Add feature extraction codes using Caffe in Class DataTrans
9 years ago
Wangyida
db396b9fb9
add data transmission functions in DataTrans Class
9 years ago
Wangyida
391596a1b2
add feature extraction
9 years ago
Wangyida
9fdc78a302
adjust the view radius automatically and fix the focal point and y direction of camera
9 years ago
Wangyida
8aa47cac7e
add training shell script in cnn_3dobj/samples/build
9 years ago
Wangyida
109da10f4f
Binary data and label generation for Caffe training
9 years ago
Wangyida
2b9122cb47
set focal point to the center of model
9 years ago
Wangyida
97d835ec93
CommandLineParser modified
...
CommandLineParser modified
9 years ago
Wangyida
2563390a25
sphere view generator
9 years ago
Wangyida
195755ec80
Image generator for 3D model with different poses
9 years ago
Kurnianggoro
84cbffc718
added tutorials for KCF tracker
9 years ago
Clint Pells
06eb62c630
use better cast
9 years ago
berak
ee0be7ad4e
Update xfeatures2d.hpp
9 years ago
Jan S. (Milania1)
e57a81d2ea
Added getters to the points of the KeyLine class
9 years ago
Maksim Shabunin
d15d490a83
Fix OpenCL warning VS 2015
9 years ago
Maksim Shabunin
a60811f6d9
Fixed surf type conversions
9 years ago
Maksim Shabunin
3bd8f27f17
DNN module 3rdparty VS 2015 warnings disabled
9 years ago
Pavel Rojtberg
ee61cba9f9
aruco: use densely packed array for pose computation
...
allows using Mat and vector<Vec3d> as argument for rvecs, tvecs that are
allocated at once.
9 years ago
StevenPuttemans
f0121eba28
fixing matlab bindings - removing dependency on parser
9 years ago
Muresan Mircea Paul
12b530c6b1
modified stereo for better results
9 years ago
berak
dc30a2057f
remove datasetstools
9 years ago
Rok Mandeljc
fcedee0abb
opencv_dnn: replaced static LayerFactory::impl member with a static function that constructs the object on the first use (fix for bug #383 )
...
This way, we are certain not to depend on the order of static
variable initialization (LayerFactory::impl in dnn.cpp, vs. init
in init.cpp), which is causing bug #383 .
9 years ago
Pavel Rojtberg
7ead8dd1b9
aruco: create dictionary from Mat instead of raw pointer
...
also avoids manual memcpy: the predefined dictionary data is not
duplicated any more.
9 years ago
Jan S. (Milania1)
34cf8f7021
Draw keylines in random color by default as documentation depicts
9 years ago
Alexander Alekhin
9862a8bac5
fix invalid String usage
9 years ago
Muresan Mircea Paul
1ae4d2a874
Modified the names for bm and sgm methods
9 years ago
Muresan Mircea Paul
c83e49a714
modify sample by adding the checks in the parse function
...
some extra conditions added to the sample
changed scale
fixed some issues regarding the matching and the sample
modified expression for hamming lut
condition in confidence check
changed the name : bm to sgm for sample
9 years ago
Muresan Mircea Paul
e7ab49ebb3
changed the speckle vectors to mats and added comments
9 years ago
Muresan Mircea Paul
a102eeb1e7
added the SGBM and asserts in bm
...
removed warnings
clip tab warning fixed
fixed tab size warning
added a new sample
the new sample
fixed spacing problem
added a testing for the penalties
fixed sample warning
fixed last warnings
added tests and modified a bit the sources
added the tests
fixed warning
removed redundant samples
Rename Sample3.cpp to sample.cpp
renamed from Sample3 to sample
refactored sample
repaired descriptor test
added test data
usless info erased from test block matching
added last tests
did some modifications to the files
whitespace removal
did some modifications to the testing files
fixed test descriptor issue
Revert "whitespace removal"
This reverts commit 76d4aa530fee8f7444de6c80ecb4fc9c80ec0677.
corrected part of the comments
made modifications so the sources build successfully
fixed some issue for sub pixel
refactored sample
fixed small issue at testing
added some performance files
performance tests and other corrections
corrected the paths and added some images
fixed a bug
Delete imgKitty.bmp
Delete imgKittyl.bmp
performance tests again....
added larger images
fixed issues
did some last changes
added the copyright notice
fixed some linux errors
9 years ago
Muresan Mircea Paul
707beb3ff6
modified matching class such that parameters are added at runtime
...
Removed the matching cpp file as it is no longer usefull
removed warnings
header for some used functions
fixed the popcnt issue
changes according to comments
9 years ago
Muresan Mircea Paul
df859520fe
made modifications in accordance to the comments
...
fixed that unused variable warning
fixed windows warnings
Added 2 samples just to show how to access functionality
fixed issues
added the up to date version of sbm
modified samples to be warning free
9 years ago
Muresan Mircea Paul
54d41251ce
aded singe kernel matchings
...
fixed warnings and error
replaced colls with strides
fixed warnings
replaced colls with strides everywhere
the number of images is estabished at run time
fixed braket warnings
replaced all enums with a single enum
removed whitespaces
fixed last issues
the matching class
this class contains the most important functions used in stereo correspondence
(StereoBM and StereoSGBM) call methods from these classes
fixed shadowing warning problems
included intrin.h header for popcnt instruction
replaced __popcnt with _mm_popcnt_u32() equivalent
fixed some warnings
fixed index warning
9 years ago
Dikay900
1a93ebf54a
Pull Request 4219 from main opencv repo
9 years ago
Pavel Rojtberg
35b935c9ca
aruco: simplify Dictionary by not interleaving the marker rotations
...
store marker internally as
"r0_b0, r0_b1, .. , r0_bn, r2_b0, .." instead of
"r0_b0, r1_b0, .. , rn_b0, r1_b0, .."
i.e. the same as in predefined_dictionaries.cpp.
This makes loading a dictionary a simple memcpy and also allows to get
rid of the custom hammingDistance implementation in favor of
hal::normHamming.
9 years ago
sbokov
831523ce02
Sparse-to-dense OF algorithm is added
...
* Sparse match interpolator interface and EdgeAwareInterpolator were
added to the ximgproc module
* New optical flow algorithm, based on PyrLK sparse OF and sparse match
interpolation, is added to the optflow module
9 years ago
S. Garrido
c5d618f7e1
fix several important bugs in aruco module
9 years ago
Alexander Alekhin
ac8dd366e4
ocl: fix "off" mode
9 years ago
Maksim Shabunin
c1f27e9a69
Fixed some mingw-w64 compilation issues
9 years ago
Maksim Shabunin
94e777ba45
Trying to fix some tests
9 years ago
sbokov
4ed940cc9f
Uninitialized memory access fix
9 years ago
Vitaliy Lyudvichenko
6ec22eee11
GSOC 2015: dnn module
...
Author: Vitaliy Lyudvichenko
Mentor: Anatoly Baksheev
Squashed commits are:
commit 2f6d743
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Sun May 31 00:05:31 2015 +0300
Added dnn module with draft interface.
commit cfb9cfa
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Jun 3 17:54:13 2015 +0300
Added libprotobuf to CMake. Added some Caffe files.
commit a6963b4
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Jun 3 22:28:12 2015 +0300
Updated CMakeLists.txt to support protobuf Messages auto generation.
commit 6e23d93
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Sat Jun 6 19:08:12 2015 +0300
Added simple .prototxt Caffe importer.
commit 77321e3
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Mon Jun 8 16:59:27 2015 +0300
Added binary .caffemodel import support.
Some changes in API.
Caffe source files was cleared from unnecessary code.
commit 24a9eff
Merge: 77321e3
844c30e
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Mon Jun 8 17:01:54 2015 +0300
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
commit 62feeec
Author: Anatoly Baksheev <no@email>
Date: Mon Jun 8 19:41:11 2015 +0300
fixed compilation witn C++11 compiler
commit 42b36fb
Author: Anatoly Baksheev <no@email>
Date: Mon Jun 8 19:48:32 2015 +0300
more compilation
commit 10c3a13
Author: Anatoly Baksheev <no@email>
Date: Mon Jun 8 20:00:37 2015 +0300
umbrealla header
commit eb95846
Author: Anatoly Baksheev <no@email>
Date: Mon Jun 8 20:26:47 2015 +0300
some warnings disabled
commit 1fd9304
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Jun 9 13:58:35 2015 +0300
Dnn API changes (removed NetConfiguration, added LayerRegister, improved Blob).
commit cae0bd4
Merge: 1fd9304
eb95846
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Jun 9 14:25:35 2015 +0300
Merge branch 'master' of github.com:ludv1x/opencv_contrib
Conflicts:
modules/dnn/include/opencv2/dnn.hpp
commit ee837c1
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Jun 9 21:36:18 2015 +0300
Updated CMakeLists.txt
commit 194271d
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Sun Jun 14 22:20:01 2015 +0300
Implemented allocation of DAG and it's forward pass.
Added wrappers for basic layers.
commit ed1c569
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Jun 16 19:31:15 2015 +0300
[Bomb commit] Implemented 4 main layers. Changes in API. Added worked classification example from GTSRB into tests.
commit 51df95d
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Jun 16 19:31:38 2015 +0300
Added GSTRB test data.
commit 2638433
Merge: 51df95d
2a199bc
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Jun 16 22:55:35 2015 +0300
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
commit eba62d5
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Jun 18 16:58:57 2015 +0300
Layers implementations divided onto separated files.
commit 383715d
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Jun 18 23:55:16 2015 +0300
libprotobuf is optional dependency now
commit 2c501f3
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Fri Jun 19 00:01:53 2015 +0300
Replace CMake WARNING onto STATUS
commit 29966ee
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Fri Jun 19 16:50:25 2015 +0300
added HAVE_PROTOBUF macro
commit 48ab440
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Sat Jun 20 01:59:56 2015 +0300
Changed default parameter
commit 09ffc43
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Sat Jun 20 11:58:56 2015 +0300
Fixed CMake and CPP build errors
commit eef4d1d
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Mon Jun 22 23:49:54 2015 +0300
Added LRN and SoftMax layers, some fixes
commit 22272e8
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Jun 23 14:27:30 2015 +0300
Many fixes.
commit 9cddccf
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Jun 23 14:29:42 2015 +0300
Added AlexNet sample. Removed big .caffemodel files from repo.
commit 66fa1e1
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Jun 23 17:33:48 2015 +0300
Random changes in matlab/* module was reverted
commit d80c272
Author: Anatoly Baksheev <no@email>
Date: Wed Jun 24 11:48:44 2015 +0300
fixed stand alone link errors
commit 0cd5459
Author: Anatoly Baksheev <no@email>
Date: Wed Jun 24 12:25:19 2015 +0300
added incdes to project so that it could be visible in some IDEs (ex. qtcreator)
commit 13edaaa
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Jun 24 18:25:34 2015 +0300
Added group param to convolution_layer.cpp
commit 49b5e5e
Merge: 13edaaa
0cd5459
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Jun 24 18:25:50 2015 +0300
Merge branch 'master' of github.com:ludv1x/opencv_contrib
commit 99b8dac
Merge: 49b5e5e
8a05bdb
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Jun 24 18:26:10 2015 +0300
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
commit 0f7907d
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Jun 24 19:28:55 2015 +0300
updated example
commit 2717765
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Jun 24 20:02:31 2015 +0300
Fixed some warnings
commit d117983
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Jun 24 22:18:05 2015 +0300
Deleted trailing whitespaces
commit cfdf060
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Jun 25 12:16:11 2015 +0300
Fixed more warnings. Updated glog_emulator.hpp:
commit 761b037
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Fri Jun 26 17:57:55 2015 +0300
Fixed critical bug in dnn::Dict. Fixed LRN layer implementation. Added layers test.
commit 6fd67d4
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Jul 1 12:12:49 2015 +0300
Updated test. Added and successfuly passed AlexNet reproducibility test. Small fixes.
commit 9838234
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Jul 2 12:25:30 2015 +0300
Some layer fixes. Added concat layer and avg. pooling to sucesfully run GoogLeNet.
Added concat layer, implemented average pooling to run GoogLeNet.
Fixed transpose error in FullyConnected layer (hotfix in softmax layer).
Added GoogleNet test and updated AlexNet test (both nets now work fine).
commit 6f8a73b
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Jul 2 12:31:48 2015 +0300
Replaced CMake if() condition for standalone build.
commit 0ebe30a
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Sat Jul 4 22:41:55 2015 +0300
Blob class was significantly refactored
commit d02bced
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Sun Jul 5 22:52:34 2015 +0300
More refactoring over Blob.
More refactoring over Blob.
Fix warnings and eliminated zlib dependency in cnpy.h
commit 85ad43d
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Mon Jul 6 14:51:10 2015 +0300
Generalized Blob constructor and added vector of images support.
AlexNet and GoogLeNet tests updated.
commit 75e09fd
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Jul 8 19:05:36 2015 +0300
Implement ambiguous blobs naming scheme like: "layerName[.OutputName]".
Old Caffe-like blob naming scheme was deleted.
commit b9e85ed
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Jul 8 19:15:51 2015 +0300
fixed sign type mismatch warnings in cnpy
commit 9783bba
Merge: b9e85ed
6f8a73b
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Jul 9 18:26:08 2015 +0300
Merge branch 'master' into work
commit de4d800
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Sun Jul 12 23:19:07 2015 +0300
Added .caffemodel files downloader for tests on post-build step.
commit ec74678
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Jul 16 20:24:12 2015 +0300
Added element-wise layers. Fixed downloader and ConcatLayer.
commit 0362da9
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Fri Jul 17 17:24:59 2015 +0300
Added array support for Dict.
commit 3aa37d2
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Sat Jul 18 01:12:08 2015 +0300
Array of parmaters support into caffe_importer.cpp
commit 172419e
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Sun Jul 19 21:31:22 2015 +0300
Added Reshape layer and altered importer to correctly handle its params.
commit 71cfae4
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Mon Jul 20 23:29:42 2015 +0300
Added Split and Slice layer.
commit 527fa65
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Jul 21 16:10:29 2015 +0300
Rewrited concat_layer.cpp in OpenCV-style. Fixed slice layer, added test for slice, split and reshape layers.
commit 9b1e28e
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Jul 23 00:09:15 2015 +0300
Refactored ConvolutionLayer, added Deconvolution.
commit ff45c22
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Jul 23 21:19:25 2015 +0300
Fixed gcc build errors.
commit 6548839
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Sat Jul 25 12:24:54 2015 +0300
Added testdata images. Fixed Dict copy constructor.
commit db4ff21
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Sat Jul 25 22:26:29 2015 +0300
Updated classification example
commit 4da1046
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Jul 28 16:00:07 2015 +0300
Implemented draft Torch importer
commit 7d795af
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Jul 30 15:43:47 2015 +0300
Fixed Torch parser
commit 5e5cc96
Merge: 6f8a73b
f9d4288
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Mon Aug 3 20:18:01 2015 +0300
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
commit dd15521
Merge: 5e5cc96
db4ff21
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Mon Aug 3 20:18:28 2015 +0300
Merge branch 'master' of github.com:ludv1x/opencv_contrib
commit c1f4410
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Mon Aug 3 20:20:00 2015 +0300
cnpy warns fix
commit 2905c03
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Aug 4 19:16:34 2015 +0300
Multiple layers support added into Torch importer.
Also DictValue was refactored.
commit 8df8936
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Aug 5 13:14:52 2015 +0300
Added Torch blob reader and torch convolution test.
commit 1c220cf
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Aug 6 13:29:45 2015 +0300
Added simple tests for Torch importer, fixed some importing issues.
commit 436d929
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Aug 6 14:37:56 2015 +0300
Resolve reference counting problem in Torch importer.
commit b2f4ba3
Merge: c1f4410
172fdb3
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Fri Aug 7 13:27:45 2015 +0300
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
commit 5b08053
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Mon Aug 10 12:53:44 2015 +0300
Added ability to remove singleton dimensions in Reshape layer.
Updated torch importer
commit d0875b1
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Aug 11 01:49:27 2015 +0300
Fixed average pooling error
commit f8119ea
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Aug 11 22:12:48 2015 +0300
Fixed Deconvolution layer. Added more wide layers test coverage.
commit df5eec6
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Aug 12 16:54:44 2015 +0300
Added MVN layer. Renamed layer test data.
commit f28effb
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Aug 12 19:49:54 2015 +0300
Cleaned caffe dependencies
commit b3dcc39
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Aug 12 20:04:23 2015 +0300
Moved caffe.proto
commit 7d2e745
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Aug 13 00:53:50 2015 +0300
Minor test changes
commit c65d032
Merge: 7d2e745
b2f4ba3
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Aug 13 01:25:00 2015 +0300
Merge branch 'master' of https://github.com/ludv1x/opencv_contrib
commit 160d864
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Aug 13 11:45:40 2015 +0300
Fixed small warn and example error
commit 06f949a
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Aug 13 17:52:46 2015 +0300
Added initModule() procedure to explicitly init builtin layers
commit 23d3ede
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Mon Aug 17 15:10:04 2015 +0300
Added OpenCL im2col
commit 7acfda2
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Aug 18 01:40:41 2015 +0300
Fixed im2col_ocl bug caused non-zero UMat offset
commit 9d932af
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Aug 18 01:55:05 2015 +0300
Add new method to Net
commit 0903d79
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Aug 19 01:28:44 2015 +0300
Added libprotobuf 2.5 as thridparty library
commit 4929177
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Aug 19 01:32:51 2015 +0300
Add compiled caffe protobuf files
commit fc9795b
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Aug 19 18:57:12 2015 +0300
libprotobuf is a separate 3rdparty lib now
commit 93a372f
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Aug 19 19:53:52 2015 +0300
Try fix msvc error and cmake error on android
commit 44e52a0
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Aug 20 01:34:05 2015 +0300
Try fix msvc warnings
commit 519167e
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Aug 20 18:51:44 2015 +0300
Refactored cmake and disabled AlexNet test
commit e644b5a
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Aug 20 21:52:41 2015 +0300
Changed Blob::ptr and Blob::offset methods
commit f07c564
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Aug 20 22:53:02 2015 +0300
Add test data for layers
commit fb66acb
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Fri Aug 21 01:59:17 2015 +0300
API refactoring
renamed learnedParams blobs field
added new fields: name and type for Layer
commit f8715f3
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Sat Aug 22 18:31:53 2015 +0300
Added licence headers
commit 945094b
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Sun Aug 23 03:06:24 2015 +0300
Update doc, small changes in Blob methods
commit c681508
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Mon Aug 24 01:45:32 2015 +0300
Add more docs
commit bd242d1
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Mon Aug 24 20:44:34 2015 +0300
Add docs for remaning functions
commit eced23c
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Mon Aug 24 20:44:56 2015 +0300
Updated dnn example
commit 57a2194
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Aug 25 15:18:21 2015 +0300
Add tutorial_dnn_build
commit efde664
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Aug 25 17:09:00 2015 +0300
Move binary testdata from opencv_contrib to opencv_extra
commit e52a7ee
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Tue Aug 25 19:01:05 2015 +0300
Add bvlc_googlenet.prototxt to samples
commit 3154fc0
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Aug 26 01:43:53 2015 +0300
Add googlenet tutorial
commit 467cd96
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Aug 26 13:32:27 2015 +0300
Updated dnn build tutorial
commit 83e39a9
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Wed Aug 26 19:56:36 2015 +0300
Fix typos
commit 0a64a9d
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Aug 27 02:30:20 2015 +0300
Changed Caffe googlenet tutorial
commit d2b6011
Author: Vitaliy Lyudvichenko <ludv1x@yandex.ru>
Date: Thu Aug 27 14:01:40 2015 +0300
Fix documentation warning
commit 248577a
Author: Anatoly Baksheev <no@email>
Date: Thu Sep 3 18:33:26 2015 +0300
fixed signed/unsigned cast warning
9 years ago
DirtyMaster
9382f0ed39
Parallelize edges detection
9 years ago
berak
565bcab249
remove viz/vk dependancy
9 years ago
Pavel Rojtberg
1fec6079d1
aruco: the nScales == 1 case is already handled inside parallel_for_
9 years ago
Vladimir
1db7b6e67c
Delete unused sample
9 years ago
Vladimir
941ecd52f3
Merge Fixes #1
9 years ago
Vladimir
cbf79333bd
Fixed headers, messages and *protected:*
9 years ago
Vladimir
5b982fb637
Fixed warnings for iOS build
9 years ago
Vladimir
13870922ec
Untabify VOT dataset code
9 years ago