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
Alexander Alekhin
31f96a1705
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2021-10-04 20:41:00 +00:00
Suleyman TURKMEN
6d40472356
Revert "line_descriptor: remove code with conflict license"
...
This reverts commit e990caef8d
.
2021-10-02 16:41:48 +03:00
Brian Wignall
078c45633d
Fix typos
...
backport commit 8c09249352
2019-12-04 19:22:08 +03:00
Brian Wignall
8c09249352
Fix typos
2019-12-02 07:23:05 -05:00
Alexander Alekhin
e990caef8d
line_descriptor: remove code with conflict license
2019-03-01 18:56:35 +00:00
iindovina
287a5e529a
Merge pull request #1994 from iindovina:expose_line_descriptor_python
...
Expose line descriptor python (#1994 )
* Created wrappers for other line_descriptor functions/classes
* Changes to expose LSD and EDLines params in Python and make line descriptor available in Python
2019-02-13 19:15:51 +03:00
dianlujitao
e396a67038
Add python binding and sample for LSD
2018-07-23 16:05:55 +08:00
Alexander Alekhin
4352e1eaf3
line_descriptor: apply CV_OVERRIDE/CV_FINAL
2018-03-28 16:49:59 +03:00
Vladislav Sovrasov
b4c67e8bb9
Fix gcc7 warnings
2017-09-14 16:54:15 +03:00
Vladislav Sovrasov
1537cbb9d8
Get rid of exit() calls in algorithms and tests
2017-06-21 12:15:17 +03:00
Maksim Shabunin
f8807f18cd
Reduced modules dependencies:
...
- made some of dependencies explicit
- removed dependencies to highgui and some other modules where possible
- modified some samples to build without modules
2017-03-15 18:00:21 +03:00
Vladislav Sovrasov
a10a827c55
Fix memory leak in line descriptor matcher
2016-11-21 14:46:09 +03:00
Jan S. (Milania1)
e57a81d2ea
Added getters to the points of the KeyLine class
2015-10-19 22:41:55 +02:00
Dikay900
9bc8514fd9
fix issue for visual studio versions which arent standarized for the c99
...
standard
2015-03-24 21:39:12 +01:00
Vadim Pisarevsky
ec2b3ed662
Merge pull request #185 from mshabunin/remove-docs
...
Removed sphinx documentation
2015-03-16 13:07:31 +03:00
Maksim Shabunin
61f36de542
Doxygen tutorials support
2015-02-17 12:49:37 +03:00
Maksim Shabunin
34131405df
Removed some methods from cv::Algorithm and changed ml module interfaces
2015-02-17 11:45:57 +03:00
Maksim Shabunin
a20c5c8dd9
Doxygen documentation for all modules
2014-12-01 15:54:42 +03:00
Shuda Li
2eddf48dd2
comment off #include "opencv2/core/private.hpp". It prevent the project from being referenced from outside the opencv library.
2014-11-08 19:42:50 +00:00
biagio montesano
c28417c8ff
Array32 class removal.
2014-08-26 18:46:46 +02:00
biagio montesano
9a52f4626b
Created nested classes. Removed some useless headers.
2014-08-21 17:43:25 +02:00
biagio montesano
e39065bf77
Created nested namespace. Modified interface classes.
2014-08-20 19:16:12 +02:00
biagio montesano
30ed727767
Added LSD sample. Removed python macros.
2014-08-12 16:17:24 +02:00
biagio montesano
9e47cb7d6f
Added window's pragma warning
2014-08-10 12:43:36 +02:00
biagio montesano
f37f2c0fad
Corrected windows warning
2014-08-10 11:38:37 +02:00
biagio montesano
1c246d476b
Detection test, smoothed removal, setter modified, samples corrected
2014-08-09 18:34:40 +02:00
biagio montesano
97854e2b0c
Corrected problem of descriptors computation using LSD lines
2014-08-07 11:14:58 +02:00
biagio montesano
ca0f70b23f
Corrected errors on matching
2014-08-06 18:19:05 +02:00
biagio montesano
53fc0861c4
Deteted warning on hashing code
2014-08-04 17:29:20 +02:00
biagio montesano
0ca3e31d0b
Removed some asserts
2014-08-02 17:03:28 +02:00
biagio montesano
df38bca305
Correction of some warnings
2014-08-01 16:12:49 +02:00
biagio montesano
2760246780
Added time library
2014-08-01 13:04:55 +02:00
biagio montesano
1b17429607
Changed some headers' positions in BinaryDescriptor
2014-08-01 11:39:01 +02:00
biagio montesano
07f9d444c6
Popcount corrections
2014-07-31 17:17:20 +02:00
biagio montesano
35b1e1eb40
Changed win ifdef
2014-07-31 16:59:01 +02:00
biagio montesano
20b8bb4a2c
Windows ifdef
2014-07-31 16:08:49 +02:00
biagio montesano
bd48f38685
Modified structs' macros
2014-07-31 12:07:39 +02:00
biagio montesano
d1265a9d94
Converted KeyLine from class to struct
2014-07-31 11:56:58 +02:00
biagio montesano
5318dba44d
initModule_line_descriptor added
2014-07-30 15:31:16 +02:00
biagio montesano
719022fedd
Deleted unsigned int from numPixels
2014-07-30 15:13:22 +02:00
biagio montesano
29d7e471ef
Added python macros
2014-07-30 13:31:40 +02:00
biagio montesano
12036fd632
Error on Mac corrected
2014-07-29 17:25:37 +02:00
biagio montesano
43f3eb9ffc
New warnings corrected
2014-07-29 16:51:25 +02:00
biagio montesano
f3b4dd1fb4
EDLine porting completed
2014-07-25 17:24:54 +02:00
biagio montesano
b2484cfd94
Added edline header
2014-07-21 16:11:43 +02:00
biagio montesano
2d96430a1e
Added possibility to return float descriptors
2014-07-18 12:38:43 +02:00
biagio montesano
6ef866222a
Useless files deleted.
2014-07-15 17:43:03 +02:00
biagio montesano
eb9bb7d516
Reformatting and deletion of useless files. Part of documentation updated
2014-07-15 17:22:34 +02:00
biagio montesano
79b8b2342f
File names changed
2014-07-11 18:13:13 +02:00