OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:edge_size
(Results
1 - 7
of
7
) sorted by null
/external/opencv3/modules/core/test/
test_ds.cpp
169
int
edge_size
;
member in struct:CvTsSimpleGraph
179
memset( graph->matrix, 0, max_vtx_count * max_vtx_count * graph->
edge_size
);
184
int
edge_size
, int oriented )
188
assert( max_vtx_count > 1 && vtx_size >= 0 &&
edge_size
>= 0 );
190
max_vtx_count * max_vtx_count * (
edge_size
+ 1));
192
graph->
edge_size
=
edge_size
+ 1;
220
int
edge_size
= graph->
edge_size
;
local
226
graph->matrix[(i*max_vtx_count + index)*
edge_size
]
290
int
edge_size
= graph->
edge_size
;
local
[
all
...]
/external/opencv/cxcore/src/
cxdatastructs.cpp
3690
int vtx_size,
edge_size
;
local
[
all
...]
cxpersistence.cpp
4641
int vtx_size = sizeof(CvGraphVtx),
edge_size
, header_size = sizeof(CvGraph);
local
[
all
...]
/external/opencv3/modules/core/src/
datastructs.cpp
3253
int vtx_size,
edge_size
;
local
[
all
...]
persistence.cpp
4569
int vtx_size = sizeof(CvGraphVtx),
edge_size
, header_size = sizeof(CvGraph);
local
[
all
...]
/external/opencv/cxcore/include/
cxcore.h
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
core_c.h
[
all
...]
Completed in 809 milliseconds