Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
d95127c2
Commit
d95127c2
authored
Mar 11, 2012
by
Alexander Shishkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1672
updated some more links
parent
cc881e63
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
opencv_cheatsheet.pdf
doc/opencv_cheatsheet.pdf
+0
-0
opencv_cheatsheet.tex
doc/opencv_cheatsheet.tex
+4
-2
test.py
modules/python/test/test.py
+1
-1
No files found.
doc/opencv_cheatsheet.pdf
View file @
d95127c2
No preview for this file type
doc/opencv_cheatsheet.tex
View file @
d95127c2
...
...
@@ -278,11 +278,13 @@ other matrix operations, such as
\begin{itemize}
\item
\texttt
{
\href
{
http://opencv.itseez.com/modules/core/doc/operations
_
on
_
arrays.html
\#
add
}{
add()
}}
,
\texttt
{
\href
{
http://opencv.willowgarage.com/documentation/cpp/core
_
operations
_
on
_
arrays.html
\#
cv-subtract
}{
subtract()
}}
,
\texttt
{
\href
{
http://opencv.itseez.com/modules/core/doc/operations
_
on
_
arrays.html
\#
add
}{
add()
}}
,
\texttt
{
\href
{
http://opencv.itseez.com/modules/core/doc/operations
_
on
_
arrays.html
\#
subtract
}{
subtract()
}}
,
\texttt
{
\href
{
http://opencv.itseez.com/modules/core/doc/operations
_
on
_
arrays.html
\#
multiply
}{
multiply()
}}
,
\texttt
{
\href
{
http://opencv.itseez.com/modules/core/doc/operations
_
on
_
arrays.html
\#
divide
}{
divide()
}}
,
\texttt
{
\href
{
http://opencv.itseez.com/modules/core/doc/operations
_
on
_
arrays.html
\#
absdiff
}{
absdiff()
}}
,
\texttt
{
\href
{
http://opencv.itseez.com/modules/core/doc/operations
_
on
_
arrays.html
\#
bitwise-and
}{
bitwise
\_
and()
}}
,
\texttt
{
\href
{
http://opencv.willowgarage.com/documentation/cpp/core
_
operations
_
on
_
arrays.html
\#
bitwise-or
}{
bitwise
\_
or()
}}
,
\texttt
{
\href
{
http://opencv.itseez.com/modules/core/doc/operations
_
on
_
arrays.html
\#
bitwise-and
}{
bitwise
\_
and()
}}
,
\texttt
{
\href
{
http://opencv.itseez.com/modules/core/doc/operations
_
on
_
arrays.html
\#
bitwise-or
}{
bitwise
\_
or()
}}
,
\texttt
{
\href
{
http://opencv.itseez.com/modules/core/doc/operations
_
on
_
arrays.html
\#
bitwise-xor
}{
bitwise
\_
xor()
}}
,
\texttt
{
\href
{
http://opencv.itseez.com/modules/core/doc/operations
_
on
_
arrays.html
\#
max
}{
max()
}}
,
\texttt
{
\href
{
http://opencv.itseez.com/modules/core/doc/operations
_
on
_
arrays.html
\#
min
}{
min()
}}
,
...
...
modules/python/test/test.py
View file @
d95127c2
...
...
@@ -1583,7 +1583,7 @@ class AreaTests(OpenCVTests):
cv
.
SetData
(
imagefiledata
,
filedata
,
len
(
filedata
))
return
cv
.
DecodeImageM
(
imagefiledata
)
urllib
.
urlretrieve
(
"http://
pr.willowgarage.com/data/camera_calibration
/camera_calibration.tar.gz"
,
"camera_calibration.tar.gz"
)
urllib
.
urlretrieve
(
"http://
opencv.itseez.com/data
/camera_calibration.tar.gz"
,
"camera_calibration.tar.gz"
)
tf
=
tarfile
.
open
(
"camera_calibration.tar.gz"
)
num_x_ints
=
8
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment