OpenCV 4.5.3(日本語機械翻訳)
Toggle main menu visibility
総合概要
諸情報
モジュール
名前空間
名前空間一覧
名前空間メンバ
全て
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
関数
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
型定義
列挙型
a
b
c
d
f
g
h
i
k
l
m
n
q
r
s
t
u
v
w
列挙値
a
b
c
d
e
f
g
h
i
k
l
m
n
q
r
s
t
u
v
w
クラス
クラス一覧
クラス索引
クラス階層
クラスメンバ
全て
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
関数
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
変数
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
型定義
列挙型
列挙値
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
u
w
関連関数
a
c
e
i
l
p
s
t
ファイル
ファイル一覧
各種例
•
全て
クラス
名前空間
ファイル
関数
変数
型定義
列挙型
列挙値
フレンド
グループ
ページ
opencv2
ximgproc
brightedges.hpp
1
/*M///////////////////////////////////////////////////////////////////////////////////////
2
//
3
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
4
//
5
// By downloading, copying, installing or using the software you agree to this license.
6
// If you do not agree to this license, do not download, install,
7
// copy or use the software.
8
//
9
//
10
// License Agreement
11
// For Open Source Computer Vision Library
12
//
13
// Copyright (C) 2017, IBM Corporation, all rights reserved.
14
// Third party copyrights are property of their respective owners.
15
//
16
// @Authors
17
// Marc Fiammante marc.fiammante@fr.ibm.com
18
//
19
// Redistribution and use in source and binary forms, with or without modification,
20
// are permitted provided that the following conditions are met:
21
//
22
// * Redistribution's of source code must retain the above copyright notice,
23
// this list of conditions and the following disclaimer.
24
//
25
// * Redistribution's in binary form must reproduce the above copyright notice,
26
// this list of conditions and the following disclaimer in the documentation
27
// and/or other materials provided with the distribution.
28
//
29
// * The name of OpenCV Foundation or contributors may not be used to endorse or promote products
30
// derived from this software without specific prior written permission.
31
//
32
// This software is provided by the copyright holders and contributors "as is" and
33
// any express or implied warranties, including, but not limited to, the implied
34
// warranties of merchantability and fitness for a particular purpose are disclaimed.
35
// In no event shall the OpenCV Foundation or contributors be liable for any direct,
36
// indirect, incidental, special, exemplary, or consequential damages
37
// (including, but not limited to, procurement of substitute goods or services;
38
// loss of use, data, or profits; or business interruption) however caused
39
// and on any theory of liability, whether in contract, strict liability,
40
// or tort (including negligence or otherwise) arising in any way out of
41
// the use of this software, even if advised of the possibility of such damage.
42
//
43
//M*/
44
#include "opencv2/core.hpp"
45
namespace
cv
46
{
47
namespace
ximgproc {
48
CV_EXPORTS_W
void
BrightEdges(Mat &_original, Mat &_edgeview,
int
contrast = 1,
int
shortrange = 3,
int
longrange = 9);
49
}
50
}
cv
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75
構築:
1.9.2