This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Releases
Wiki
Activity
7ab7322915
opencv
/
modules
/
imgproc
History
Scott Graybill
3d2c0ed97f
Removed check on limits. A common use of HoughLines would be to restrict theta to be between a small negative number and a small positive number, e.g. -pi/16 to pi/16. This wasn't possible with the previous checks.
2015-03-13 17:04:13 -07:00
..
doc
Removed Sphinx documentation files
2014-12-26 19:12:19 +03:00
include
/opencv2
Added doxygen comments for sqrBoxFilter() method
2015-03-06 03:50:51 +05:30
misc/java
/test
Modified java wrapping mechanism
2015-03-02 18:12:30 +03:00
perf
cvtColor Luv 2 RGB u8
2015-01-12 10:59:30 +03:00
src
Removed check on limits. A common use of HoughLines would be to restrict theta to be between a small negative number and a small positive number, e.g. -pi/16 to pi/16. This wasn't possible with the previous checks.
2015-03-13 17:04:13 -07:00
test
Merge pull request
#3784
from ilya-lavrenov:nvidia_android
2015-03-05 06:43:03 +00:00
CMakeLists.txt
Python support
2015-03-02 18:13:00 +03:00