1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 19:44:14 +08:00
Commit Graph

49 Commits

Author SHA1 Message Date
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
biagio montesano
d191729b46 Matcher functionalities' tests completed 2014-07-09 17:49:42 +02:00
biagio montesano
3b207a77f8 First part of documentation completed 2014-06-29 16:20:09 +02:00
biagio montesano
db189cd3db Matcher ported, first page od documentation written. 2014-06-28 18:42:29 +02:00
biagio montesano
96183dd09b Lines extraction and descriptors testing completed 2014-06-25 16:10:46 +02:00
biagio montesano
fc72a71b33 Inheritage completed. Functions with KeyLine objects added. 2014-06-16 18:59:24 +02:00
biagio montesano
8f9bcb77f6 Derivation from Feature2D completed. Warnings corrected. 2014-06-12 15:07:45 +02:00
biagio montesano
a0237c317a computeImpl method designed, Gaussian pyramids in a separate function 2014-06-09 20:05:41 +02:00
biagio montesano
9b8b088bd7 Errors on derivation corrected 2014-06-08 17:35:23 +02:00
biagio montesano
fba71a8ecf Added methods for derivation from FeatureDetector 2014-06-08 17:34:02 +02:00
biagio montesano
0863960c75 Reinsertion of OctaveKeyLines 2014-06-04 16:16:59 +02:00
biagio montesano
d5eeb91dbc New line extraction method and OpenCV standards accomplished 2014-05-30 09:57:44 +02:00
biagio montesano
d79ae76a52 Some compilation-time problems corrected 2014-05-25 10:26:51 +02:00
biagio montesano
f293765280 Original code + comments 2014-05-21 15:44:31 +02:00