Vitaliy Lyudvichenko
6f8a73bdf0
Replaced CMake if() condition for standalone build.
10 years ago
Vitaliy Lyudvichenko
cfdf060ff5
Fixed more warnings. Updated glog_emulator.hpp:
10 years ago
Vitaliy Lyudvichenko
d1179832f7
Deleted trailing whitespaces
10 years ago
Vitaliy Lyudvichenko
2717765841
Fixed some warnings
10 years ago
Vitaliy Lyudvichenko
0f7907dc5f
updated example
10 years ago
Vitaliy Lyudvichenko
99b8dac9d6
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
10 years ago
Vitaliy Lyudvichenko
49b5e5e39d
Merge branch 'master' of github.com:ludv1x/opencv_contrib
10 years ago
Vitaliy Lyudvichenko
13edaaacc3
Added group param to convolution_layer.cpp
10 years ago
Maksim Shabunin
8a05bdbcc9
Merge pull request #134 from PhilLab/patch-2
...
SurfaceMatching: OpenMP indices
10 years ago
Anatoly Baksheev
0cd5459eb0
added incdes to project so that it could be visible in some IDEs (ex. qtcreator)
10 years ago
Anatoly Baksheev
d80c272f7d
fixed stand alone link errors
10 years ago
Vitaliy Lyudvichenko
66fa1e10f6
Random changes in matlab/* module was reverted
10 years ago
Philipp Hasper
1d7f80b0c5
SurfaceMatching: OpenMP indices
...
Fixes compiler error: "index variable in OpenMP 'for' statement must have signed integral type"
10 years ago
Vitaliy Lyudvichenko
9cddccf0ef
Added AlexNet sample. Removed big .caffemodel files from repo.
10 years ago
Vitaliy Lyudvichenko
22272e8147
Many fixes.
10 years ago
Vadim Pisarevsky
91bb20da0c
Merge pull request #268 from berak/patch-2
...
change round to cvRound
10 years ago
Vitaliy Lyudvichenko
eef4d1dda9
Added LRN and SoftMax layers, some fixes
10 years ago
Vitaliy Lyudvichenko
09ffc43ce6
Fixed CMake and CPP build errors
10 years ago
Vitaliy Lyudvichenko
48ab440f8e
Changed default parameter
10 years ago
Vitaliy Lyudvichenko
29966ee92c
added HAVE_PROTOBUF macro
10 years ago
Maksim Shabunin
b6029dab73
Merge pull request #274 from berak/patch-4
...
fix for issue #195
10 years ago
berak
4dcf02d631
fix for issue #195
...
avoid overflow in histogram access
10 years ago
Vitaliy Lyudvichenko
2c501f33e4
Replace CMake WARNING onto STATUS
10 years ago
Vitaliy Lyudvichenko
383715d330
libprotobuf is optional dependency now
10 years ago
Vadim Pisarevsky
af63b7ab51
Merge pull request #251 from MMp131316/stereoBranch
...
Stereo branch
10 years ago
Vadim Pisarevsky
77e2226121
Merge pull request #269 from berak/patch-3
...
remove floor call
10 years ago
Vitaliy Lyudvichenko
eba62d5068
Layers implementations divided onto separated files.
10 years ago
Muresan Mircea Paul
2c86cf23e7
removed the filterSpecleImpl
10 years ago
Muresan Mircea Paul
83fc038cc9
removed the c api
10 years ago
Muresan Mircea Paul
ba1fb0adfb
repaired the unsuccesfull builds
10 years ago
Muresan Mircea Paul
6614fab031
removed the filterSpeckles, getValidDisparityROI, validateDisparities functions and added the calib3d module in the dependency
10 years ago
berak
01293e0e23
remove floor call
...
vs2010 does not know, ceil, floor, round and friends.
also, those are plain integer divisions, that do not need floor at all.
10 years ago
berak
8247a7a0f5
change round to cvRound
...
vs2010 breaks
10 years ago
Vadim Pisarevsky
03870af365
Merge pull request #255 from swook/autowbGrayworld
...
Basic HAL-accelerated autowbGrayworld
10 years ago
Vitaliy Lyudvichenko
2638433849
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
10 years ago
Vitaliy Lyudvichenko
51df95d45f
Added GSTRB test data.
10 years ago
Vitaliy Lyudvichenko
ed1c5691f4
[Bomb commit] Implemented 4 main layers. Changes in API. Added worked classification example from GTSRB into tests.
10 years ago
Vadim Pisarevsky
2a199bc94e
Merge pull request #259 from Jiaolong/dataset_inria
...
added INRIA pedestrian dataset
10 years ago
Muresan Mircea Paul
cd81b92806
Module temporarily created without python and java wrapers
10 years ago
Muresan Mircea Paul
9b55c04e75
I have put all the modules in the stereo namespace
...
changed the ptr<StereBinaryBM> to ptr<cv::stereo::StereoBinaryBM>
modified the documentation
modified documentation for the stereo_c
documentation
doc
fixed two issues
modfified the precomp.hpp header by explicitly adding the cvdef header from core
modified comments for documentation for stereo and removed some headers
added a header and modified some function definition
test
test 2
changed exports_w to exports
removed the correct matches module
10 years ago
MMp131316
0d1fd8de50
Update README.md
...
made some extra changes to the modules so I receive no warnings
moved the opencv2/core/private.hpp from stereo_binary_sgbm.cpp to precomp.hpp
10 years ago
Muresan Mircea Paul
3ac150bce0
changed the pragmas to be compatible with build bot
...
Update README.md
10 years ago
Vitaliy Lyudvichenko
194271df50
Implemented allocation of DAG and it's forward pass.
...
Added wrappers for basic layers.
10 years ago
Seon-Wook Park
58cecb8cf4
Use cvRound to suppress Windows warnings
10 years ago
Seon-Wook Park
964cb360de
Remove dangling N_good++
10 years ago
Seon-Wook Park
4c4331975a
Be more correct with int types
10 years ago
jiaolong_x220
f7a5bab785
added INRIA pedestrian dataset
10 years ago
Seon-Wook Park
ba0b4023c2
Apply fixes suggested by Vadim
10 years ago
Vadim Pisarevsky
11f538856e
Merge pull request #253 from lluisgomez/master
...
Fix for Bug 4074. This seems to be just a typo-error.
10 years ago
Seon-Wook Park
508092ac23
Suppress uchar conv related warning on Windows
10 years ago