marina.kolpakova
6c3eeb7d7c
removed division
2012-07-24 13:35:04 +04:00
marina.kolpakova
8fb1f4093b
removed unused code
2012-07-24 13:26:53 +04:00
Marina Kolpakova
e63ab8dec5
LBP: multiscale approach; refactored atomics usage
2012-07-17 08:27:34 +00:00
Marina Kolpakova
336dcbcff7
fixed brocken tests by classifier loger from r9027
2012-07-15 04:11:46 +00:00
Anatoly Baksheev
a2430afcac
minor LBP for GPU
2012-07-14 16:23:56 +00:00
Marina Kolpakova
b9e53ec8ea
fixed build after r9027
2012-07-14 15:50:49 +00:00
Anatoly Baksheev
bfe6e2c4b1
minor in LBP for GPU
2012-07-14 15:36:25 +00:00
Anatoly Baksheev
9706079ace
a bit refactoring in LBP face detection on GPU
2012-07-13 15:47:09 +00:00
Marina Kolpakova
58c67ccfea
improved LBP indexing
2012-07-12 08:50:41 +00:00
Marina Kolpakova
965109228d
added delobal memory version
2012-07-12 08:50:36 +00:00
Marina Kolpakova
2aacff4c39
swithed to the fixed size thread block
2012-07-12 07:11:26 +00:00
Marina Kolpakova
3c2691ef96
LBP: minor changes
2012-07-11 12:22:28 +00:00
Marina Kolpakova
ed1b293d34
refactored GPU LBP cascade. Added support for big images. Fixed bug in connected components function
2012-07-11 12:22:22 +00:00
Marina Kolpakova
86d785622b
LBP: switched to texture implementation
2012-07-10 11:58:15 +00:00
Marina Kolpakova
bc83011736
removed unnecessary memory allocation in LBP classifier
2012-07-04 16:03:48 +00:00
Marina Kolpakova
e496345d33
added lbp cascade test, fixed race conditions problems
2012-07-04 12:11:16 +00:00
Marina Kolpakova
248f39e13e
added performance test for LBP classifier.
2012-07-04 12:11:07 +00:00
Marina Kolpakova
4128d5782f
added hipotesis filtration
2012-07-04 04:51:09 +00:00
Marina Kolpakova
a53f0f397e
LBP classifier: tracking of count of detected objects was moved in cascadeclassifier.cpp
2012-07-04 04:51:00 +00:00
Marina Kolpakova
76354287aa
fixed build without CUDA
2012-07-02 10:54:05 +00:00
Marina Kolpakova
319c20c797
result storing: atomic based
2012-07-02 08:08:17 +00:00
Marina Kolpakova
a9f2f522e7
LBP classifier was refactored, added parameter for max size of detected object
2012-07-02 08:08:11 +00:00
Marina Kolpakova
e7f5978768
classifier loading has been improved
2012-07-02 08:07:46 +00:00
Andrey Kamaev
afe11f69fb
Fixed Windows build warnings and configuration problem.
2012-06-30 20:45:01 +00:00
Marina Kolpakova
bd500ff0f7
fixed LBP loader test
2012-06-26 12:44:27 +00:00
Marina Kolpakova
a743eca076
LBP features: GPU representation
2012-06-26 12:15:19 +00:00
Marina Kolpakova
915c81febf
fixed build without CUDA
2012-06-25 16:52:54 +00:00
Marina Kolpakova
6801f475ad
LBP: implemented first version of device side part
2012-06-25 16:39:50 +00:00
Marina Kolpakova
71f94e12fb
LBP: implemented image data preparing
2012-06-25 16:39:45 +00:00
Marina Kolpakova
91ba48c5f9
added lbp related CUDA files
2012-06-25 16:39:40 +00:00
Marina Kolpakova
e637168e44
completed test: load LBP classifier
2012-06-25 16:39:34 +00:00
Marina Kolpakova
143c57064b
LBP classifier represintation in GPU memory
2012-06-25 16:39:29 +00:00
Marina Kolpakova
5f6bbcc89a
added test for GPU LBP cascade: load cascade
2012-06-25 08:46:34 +00:00
Marina Kolpakova
1365e28a54
initial support of GPU LBP classifier: added new style xml format loading
2012-06-22 15:00:36 +00:00
Vladislav Vinogradov
fcfa72081e
moved GpuMat and DevMem2D to core module, some code refactoring
2011-11-09 13:13:52 +00:00
Anton Obukhov
5afb445283
[+] Pixel types via templates
...
[+] Color conversions stub via pixel types
[+] Pyramid calculation (required for mipmaps in CUDA 4.1)
[~] Changed C strings to C++ throughout NCV
[~] Fixed a couple of bugs in NCV
2011-10-27 10:13:28 +00:00
Vladislav Vinogradov
40ee754e28
added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts
...
fixed gpu module error reporting
added asynchronous version of some functions
2011-10-19 09:53:22 +00:00
Vladislav Vinogradov
42ced17c2c
fixed some warnings under win64
2011-08-08 11:28:14 +00:00
Anton Obukhov
07d19c2c6f
[~] Refactored, cleaned up, and consolidated the code of GPU examples (cascadeclassifier and cascadeclassifier_nvidia_api)
2011-04-07 12:59:01 +00:00
Anton Obukhov
58476b64a6
[*] Fixed #974 ("GPU CascadeClassifier fails with some training files"): Moved IsNodeLeaf bit from NodeDescriptor to FeatureDescriptor for both left and right nodes, therefore from now on max number of rects in a feature is 31
2011-04-04 11:47:21 +00:00
Alexey Spizhevoy
a6aff1856b
removed check disabling GPU face detection under Linux, i've checked -- it works
2011-02-10 13:01:36 +00:00
Anatoly Baksheev
7539b7de65
fixed build under ubuntu, but FS is still disabled
2011-02-07 13:47:10 +00:00
Anatoly Baksheev
0747f2d863
1) NPP_staging as sources. Binaries removed.
...
2) NVidia tests for GPU
3) FD sample that uses NVidia's interface.
2011-02-04 15:15:25 +00:00
Anatoly Baksheev
e3f3de84db
warning fixed
2011-01-21 09:00:19 +00:00
Anatoly Baksheev
cb63046dcf
gpu face detetcion:
...
1) fixed bug with error codes (enum NppStStatus) shift.
2) added some asserts
2011-01-17 11:32:38 +00:00
Anatoly Baksheev
1a94186195
First version of CascadeClassifier_GPU.
...
Only for VS2008 now.
Sample for it.
new NPP_staging for VS2008 only
2011-01-13 13:04:00 +00:00
Anatoly Baksheev
9dd4a22a5e
temporary added NPP_staging, functionality from the library will be moved to NPP with next release.
2010-12-17 15:41:26 +00:00