OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:obsx
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvhmm1d.cpp
587
int*
obsx
= ((int*)(hmm->obsProb)) - 1;
590
assert( /*(*obsy > 0) &&*/ (*
obsx
> 0) );
593
if ( (obs_info->obs_x > (*
obsx
) ) /* || (obs_info->obs_y > (*obsy) ) */ )
[
all
...]
cvhmm.cpp
654
int*
obsx
= ((int*)(hmm->obsProb)) - 1;
local
657
assert( (*
obsx
> 0) && (*obsy > 0) );
660
if ( (obs_info->obs_x > (*
obsx
) ) || (obs_info->obs_y > (*obsy) ) )
[
all
...]
Completed in 212 milliseconds