Maksim Shabunin
4667e18831
Updated logistic regression example
...
- Extracted common operations to separate functions.
- Activated first parameters set.
- Some output formatting.
- Fixed loop break condition in mini_batch_gradient function.
10 years ago
Maksim Shabunin
3e26086f82
Reworked ML logistic regression implementation, initial version
10 years ago
Maksim Shabunin
71770eb790
Fixed ML module build after merge
10 years ago
Rahul Kavi
3cdd2b2761
updated logistic regression program with new api example
10 years ago
Rahul Kavi
b8ea21b2e5
updated logistic regression sample program
10 years ago
Rahul Kavi
7612e7af05
fixed trailing white-space in sample program for logistic regression
10 years ago
Rahul Kavi
3a6466d2e1
updated logistic regression sample program
10 years ago
Rahul Kavi
8355293306
added program to demonstrate use of logistic regression classifier
10 years ago
Rahul Kavi
62470d8a33
added sample data file to test logistic regression program
10 years ago
Vadim Pisarevsky
9a5aa4b23c
trying to solve compile problems; temporarily disabled some tests for just added optimization algo's
10 years ago
Vadim Pisarevsky
00b2124876
fixing more compile problems with Java bindings etc
10 years ago
Adil Ibragimov
8a4a1bb018
Several type of formal refactoring:
...
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
10 years ago
Vadim Pisarevsky
31df47b6ea
moved nonfree and a part of features2d to opencv_contrib/xfeatures2d
10 years ago
Vadim Pisarevsky
d0137b6d2d
moved part of video to contrib/{outflow, bgsegm}; moved matlab to contrib
10 years ago
Vadim Pisarevsky
68305703bd
modified farneback sample to use T-API
10 years ago
Alexander Alekhin
55188fe991
world fix
10 years ago
Vadim Pisarevsky
cb9b88e65b
fixed more compile warnings on Windows
10 years ago
Vadim Pisarevsky
c20ff6ce19
made everything compile and even run somehow
10 years ago
Vadim Pisarevsky
10b60f8d16
continuing refactoring ml samples; added "max vote" response to ANN_MLP. Probably, should make it in less hacky way
10 years ago
Vadim Pisarevsky
223cdcd0ee
fixed compilation of some samples; fixed ANN_MLP::predict
10 years ago
f-morozov
7f82960897
AKAZE fixes, tests and tutorial
10 years ago
siddharth
88d05a89d4
removed build error
...
Whitespaces removed
10 years ago
siddharth
14d0b763ec
changed demo tutorial path
10 years ago
Vadim Pisarevsky
1ad9827fc4
removed ERFilter (to be moved to opencv_contrib/modules/text) and lineMOD (to be moved to opencv_contrib/modules/rgbd)
10 years ago
Alexander Karsakov
b17bf031f6
Added DFT_SCALE for forward transforms
10 years ago
Alexander Karsakov
5dd9263848
Multi-radix with kernel generation
10 years ago
vbystricky
fd51c133df
Add depends from highgui to imgcodecs and videoio. And include header from imgcodecs and videoio to imgcodecs
10 years ago
Petr Glotov
7a77cf584a
added timelapse
10 years ago
vbystricky
d58f736935
Split highgui module to videoio and highgui
10 years ago
Marvin Smith
67e23ed972
Fixing double to uchar conversion warning.
11 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
Adi Shavit
7674f3ddbf
Added call to clone() to avoid unexpected change to external data.
...
- Fix both stitching_detailed.cpp sample and cv::Stitcher.
11 years ago
Marvin Smith
561703ca27
Fixed the compiler warnings for the demo program.
11 years ago
Marvin Smith
14548227ca
Adding support for GDAL raster images.
11 years ago
Vadim Pisarevsky
07c0d50edf
put the detection-based tracker back (to objdetect module), so that the Android face detection sample builds fine. The patch by Konstantin Matskevich that adds C++11 threads support has been merged in too. Also, fixed compile error in the doc builder.
11 years ago
Vadim Pisarevsky
3858f2291d
removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps.
...
some of the stuff will be moved to opencv_contrib module.
in order to make this PR pass buildbot, please, comment off opencv_legacy, opencv_contrib and opencv_softcascade test runs.
11 years ago
Neo Alienson
b6e25a9fc7
Fix typos
11 years ago
侯骥
055adc2302
Update MatchTemplate_Demo.cpp
11 years ago
Alexander Alekhin
15b6fd2ec4
android: allow to build & run examples without Android OpenCV Manager
11 years ago
Konstantin Matskevich
8d4a76925c
fixed binary compatibility
11 years ago
Vladislav Vinogradov
55a714c83b
fix cv::kmeans function
...
reshape input matrix, since the function works with data
as with [N x dims] matrix
11 years ago
Konstantin Matskevich
aa76ef9a98
fixes
11 years ago
Konstantin Matskevich
36afd4ef55
added additionalInfo in faceRecognition
11 years ago
KayKwon
84257b57d0
Fix for (Bug #2789 )
...
Add MatlabFormatter for matlab style output.
See http://code.opencv.org/issues/2789
11 years ago
Alexander Alekhin
c1ea6f3c42
TAPI: stitching: improve warpers
11 years ago
Alexander Alekhin
1d9808e5d5
TAPI: stitching, replaced Mat->UMat/_Array
11 years ago
Alexander Alekhin
03773cb117
remove ippasync samples from build without IPP-A
11 years ago
Elena Gvozdeva
f9c5289483
fixed
11 years ago
Elena Gvozdeva
037ac27ec8
Added SharedMatrix
11 years ago
Elena Gvozdeva
fa2d79a15b
Added IPP Async converters, doc and sample
11 years ago