OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:e_blocks
(Results
1 - 10
of
10
) sorted by null
/external/ceres-solver/internal/ceres/
detect_structure.h
40
//
e_blocks
, we are interested in detecting if the size of the row
41
// blocks,
e_blocks
and the f_blocks remain constant. If they do, then
51
// For more details about
e_blocks
and f_blocks, see
visibility.h
50
//
e_blocks
"visible" to each f_block. If an e_block co-occurs with an
52
// first num_eliminate_blocks columns blocks are
e_blocks
and the rest
55
// In a structure from motion problem,
e_blocks
correspond to 3D
69
// matrix/Schur complement matrix obtained by eliminating the
e_blocks
schur_eliminator_impl.h
255
// Compute the outer product of the
e_blocks
with themselves (ete
256
// = E'E). Compute the product of the
e_blocks
with the
293
// For rows with no
e_blocks
, the schur complement update reduces to
547
// For rows with no
e_blocks
, the schur complement update reduces to S
576
// A row r of A, which has no
e_blocks
gets added to the Schur
583
//
e_blocks
. This is becase rows without
e_blocks
are rare and
586
// rows with
e_blocks
. Including them in the static structure
588
// dynamic. Since the number of rows without
e_blocks
is small, the
visibility.cc
78
// Compute the number of
e_blocks
/point blocks. Since the visibility
79
// set for each e_block/camera contains the set of
e_blocks
/points
parameter_block_ordering.h
49
// the independent set or the number of
e_blocks
(see
schur_ordering.h
51
// the independent set or the number of
e_blocks
(see
detect_structure.cc
53
// not contain
e_blocks
.
visibility_based_preconditioner.cc
161
// edges are the number of 3D points/
e_blocks
visible in both the
182
//
e_blocks
/3D points in the scene that are seen by it.
239
// matrix is assumed to be sorted in order of the
e_blocks
/point
290
// The remaining rows which do not contain any
e_blocks
.
solver_impl.cc
933
const set<double*>&
e_blocks
=
local
[
all
...]
partitioned_matrix_view.cc
60
//
e_blocks
. For a definition of what an e_block is, please see
Completed in 80 milliseconds