OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:theta_it
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvhough.cpp
294
float
theta_it
; /* Value of theta for iterating */
local
312
theta_it
= rho / r;
313
theta_it
=
theta_it
< theta ?
theta_it
: theta;
314
scale_factor =
theta_it
* itheta;
315
halftn = cvFloor( Pi /
theta_it
);
316
for( ti1 = 1, phi =
theta_it
- halfPi, phi1 = (
theta_it
+ t) * itheta;
317
ti1 < halftn; ti1++, phi +=
theta_it
, phi1 += scale_factor
[
all
...]
Completed in 35 milliseconds