OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stheta
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvhough.cpp
219
float srho,
stheta
;
local
250
stheta
= theta / stn;
252
istheta = 1 /
stheta
;
267
sinTable[index] = (float)cos(
stheta
* index * 0.2f );
381
/*phi +=
stheta
*/ )
404
vi.theta = index % stn *
stheta
+ ti * theta - halfPi;
[
all
...]
Completed in 84 milliseconds