This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2024-11-29 13:47:32 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3165b526f2
opencv
/
modules
/
objdetect
History
lluis
ad94628038
Using cv::magnitude instead of custom loop and Mat<float> instead of Mat<double> to compute gradient magnitude channel.
2013-09-09 18:37:55 +02:00
..
doc
Merge commit '43aec5ad' into merge-2.4
2013-08-27 13:26:44 +04:00
include
/opencv2
added computeNMChannels helper function to compute the diferent channels to be processed independently in the N&M algorithm.
2013-09-09 11:37:58 +02:00
perf
War on Whitespace, master edition: file endings.
2013-08-27 14:23:26 +04:00
src
Using cv::magnitude instead of custom loop and Mat<float> instead of Mat<double> to compute gradient magnitude channel.
2013-09-09 18:37:55 +02:00
test
Boring changes - objdetect.
2013-09-05 19:02:58 +04:00
CMakeLists.txt
Class-specific Extremal Region Filter algorithm as proposed in :
2013-07-20 01:10:05 +02:00