OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CostType
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/calib3d/src/
stereosgbm.cpp
60
typedef short
CostType
;
123
int minD, int maxD,
CostType
* cost,
248
cost[x*D + d] = (
CostType
)(cost[x*D+d] + (std::min(c0, c1) >> diff_scale));
281
cost[x*D + d] = (
CostType
)(cost[x*D + d] + (
CostType
)std::abs(u - v));
333
const
CostType
MAX_COST = SHRT_MAX;
380
size_t totalBufSize = (LrSize + minLrSize)*NLR*sizeof(
CostType
) + // minLr[] and Lr[]
381
costBufSize*(hsumBufNRows + 1)*sizeof(
CostType
) + // hsumBuf, pixdiff
382
CSBufSize*2*sizeof(
CostType
) + // C, S
384
width*(sizeof(
CostType
) + sizeof(DispType)) + 1024; // disp2cost + disp
[
all
...]
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp
231
enum
CostType
{ COST_COLOR, COST_COLOR_GRAD };
Completed in 125 milliseconds