1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 17:24:28 +08:00
Commit Graph

53 Commits

Author SHA1 Message Date
WU Jia
2f69f9ec2b Merge pull request #3820 from kaingwade:rename_features2d
Rename features2d to features #3820

This PR renames the module _features2d_ to _features_. 
Main PR: opencv/opencv: [#26405](https://github.com/opencv/opencv/pull/26405)
2024-11-12 11:50:30 +03:00
Maksim Shabunin
ab8f50a9a4 Cleanup C-API usage (imgproc, highgui) 2022-11-10 23:29:16 +03:00
Alexander Alekhin
fe4221e9b5 Merge branch 4.x 2021-10-15 22:11:02 +00:00
Stephen McDowell
ed199a3498 remove executable bit for various files 2021-08-23 16:57:33 -06:00
Alexander Alekhin
ed9e79da00 Merge branch 4.x 2021-06-04 11:41:40 +00:00
Alexander Alekhin
0b721cdc04 cmake: completelly disable cnn_3dobj
- used FindGlog.cmake has buggy implementation
2021-04-14 16:27:48 +00:00
Vadim Pisarevsky
18f0bd2fa1 calib3d module in opencv is split into 3 modules: 3d, calib and stereo.
stereo module in opencv_contrib is renamed to xstereo
2020-12-01 21:06:22 +03:00
Pavel Grunt
ba08dbbef8 s/seperate/separate/g in comments 2019-10-30 22:03:18 +01:00
Suleyman TURKMEN
2074cc48e5 minor changes 2018-11-10 10:56:17 +03:00
Maksim Shabunin
ef6cefb3c2 Fixed cnn_3dobj module build 2018-09-13 12:53:33 +03:00
Alexander Alekhin
edfdf12c31 tests: refactor test files 2018-02-02 19:15:28 +03:00
Alexander Alekhin
bdf51c3a2b contrib: fix protobuf usage 2017-10-18 12:01:05 +03:00
jasjuang
21d4a6ff73 fix cmake configuration error 2017-08-21 22:07:10 -07:00
Pavel Rojtberg
a7ad78b9be cnn_3dobj: use ocv_add_testdata 2016-12-02 16:36:17 +01:00
Pavel Rojtberg
ba1973d2fe update README 2016-12-02 13:53:04 +01:00
Pavel Rojtberg
eaee613af2 drop superficial demo_ prefix from sample filenames 2016-12-02 13:53:04 +01:00
Pavel Rojtberg
94552d9601 update test to actually available testdata.
note that reference was merely regenerated, not verified.
2016-12-02 13:53:04 +01:00
Pavel Rojtberg
7157e67497 drop cnn_3dobj_config.hpp. the HAVE_CAFFE check was pointless. 2016-12-02 13:53:04 +01:00
Pavel Rojtberg
cbd26a659d cnn_3dobj: fix demo_sphereview_data 2016-12-02 13:53:04 +01:00
Pavel Rojtberg
4939973403 cnn_3dobj: fix include and allow compilation of samples
caffe/vision_layers.hpp is gone. also fix some warnings.
2016-12-02 12:24:47 +01:00
Pavel Rojtberg
84ec6341af cnn_3dobj: add call to ocv_module_disable so documentation is generated
also fix some minor doxygen issues
2016-11-22 17:29:35 +01:00
StevenPuttemans
dd33354fd5 fix the CMAKE order for issue #630
ensure that the double pass through CMakeLists.txt files do not generate double output
2016-04-18 12:34:13 +02:00
Vadim Pisarevsky
6507d9eee0 Merge pull request #597 from garybradski:patch-3 2016-03-27 07:57:39 +00:00
Gary Bradski
535245d604 Edited the english translation
Smoother, more grammatical description.
2016-03-26 17:54:35 -07:00
Gary Bradski
23837f1658 Minor grammar edit
On analysis
2016-03-26 17:04:58 -07:00
Wangyida
44663a2439 modify background images and a backward view 2015-11-04 16:47:53 +08:00
Wangyida
b51d0df48b adjust pose of particular obj 2015-11-04 16:04:04 +08:00
Wangyida
dd50d5bc93 modify samples for feature storing option 2015-11-04 16:04:04 +08:00
Wangyida
a81322a8bd add background and semishpere to training images 2015-11-04 16:04:04 +08:00
Wangyida
73b5d3ebbb training data generation from PASCAL3D
add light
2015-11-04 16:04:04 +08:00
Wangyida
d712740ea1 remove redundancy opencv libs in samples 2015-11-04 16:04:04 +08:00
Wangyida
9852e8096e add libs hint on OS X in for cmake 2015-11-04 16:04:04 +08:00
Wangyida
97d49a8834 add C++ tutorial samples about data generation and classifier 2015-11-04 16:04:04 +08:00
Wangyida
197fba68f4 modify the test of module cnn_3dobj 2015-11-04 16:04:04 +08:00
Wangyida
cabd5d4041 add RGB as an option for data generation for triplet training 2015-11-04 16:04:04 +08:00
Wangyida
a0d5630117 add test for feature extraction using CNN 2015-11-04 16:04:04 +08:00
Wangyida
ba770cd524 modify the mean file of images using 2015-11-04 16:04:04 +08:00
Wangyida
736638710e add error solving tips and information about model in README 2015-11-04 16:04:04 +08:00
Wangyida
e4e374e217 add FindCaffe cmake file for necessary dependency 2015-11-04 16:04:04 +08:00
Wangyida
4483d00c26 add feature blob option for feature extraction 2015-11-04 16:04:04 +08:00
Wangyida
b831fc3bad remove leveldb dependency, using Input/OutputArray for feature extraction, add the newest model, format fix for OpenCV 2015-11-04 16:04:04 +08:00
Wangyida
4fe5498a45 add pose information to binary files of label for caffe training 2015-11-04 16:04:04 +08:00
Wangyida
6f38d89160 add classifier Class and a demo on classification on 3D data 2015-11-04 16:04:04 +08:00
Wangyida
d6cb8889b4 add feature extraction demo in samples folder 2015-11-04 16:04:04 +08:00
Wangyida
5072cc690f Add feature extraction codes using Caffe in Class DataTrans 2015-11-04 16:04:04 +08:00
Wangyida
db396b9fb9 add data transmission functions in DataTrans Class 2015-11-04 16:04:04 +08:00
Wangyida
391596a1b2 add feature extraction 2015-11-04 16:04:04 +08:00
Wangyida
9fdc78a302 adjust the view radius automatically and fix the focal point and y direction of camera 2015-11-04 16:04:04 +08:00
Wangyida
8aa47cac7e add training shell script in cnn_3dobj/samples/build 2015-11-04 16:04:04 +08:00
Wangyida
109da10f4f Binary data and label generation for Caffe training 2015-11-04 16:04:04 +08:00