OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICV_LINEAR_TAB_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
_cvimgproc.h
94
#define
ICV_LINEAR_TAB_SIZE
(ICV_WARP_MASK+1)
95
extern float icvLinearCoeffs[(
ICV_LINEAR_TAB_SIZE
+1)*2];
cvimgwarp.cpp
60
float icvLinearCoeffs[(
ICV_LINEAR_TAB_SIZE
+1)*2];
67
for( int i = 0; i <=
ICV_LINEAR_TAB_SIZE
; i++ )
69
float x = (float)i/
ICV_LINEAR_TAB_SIZE
;
[
all
...]
Completed in 48 milliseconds