OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itheta
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvhough.cpp
218
float
itheta
;
local
248
itheta
= 1 / theta;
255
tn = cvFloor( 2 * Pi *
itheta
);
308
ti0 = cvFloor( (t + Pi / 2) *
itheta
);
314
scale_factor = theta_it *
itheta
;
316
for( ti1 = 1, phi = theta_it - halfPi, phi1 = (theta_it + t) *
itheta
;
[
all
...]
cvcalibration.cpp
572
double
itheta
= theta ? 1./theta : 0.;
local
574
rx *=
itheta
; ry *=
itheta
; rz *=
itheta
;
599
double a0 = -s*ri, a1 = (s - 2*c1*
itheta
)*ri, a2 = c1*
itheta
;
600
double a3 = (c - s*
itheta
)*ri, a4 = s*
itheta
;
[
all
...]
Completed in 60 milliseconds