OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numNeighbors
(Results
1 - 3
of
3
) sorted by null
/development/perftests/panorama/feature_mos/src/mosaic/
CSite.h
43
int
numNeighbors
;
52
inline int getNumNeighbors() { return
numNeighbors
; }
57
inline void incrNumNeighbors() {
numNeighbors
++; }
58
inline void setNumNeighbors(int num) {
numNeighbors
= num; }
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
CSite.h
43
int
numNeighbors
;
52
inline int getNumNeighbors() { return
numNeighbors
; }
57
inline void incrNumNeighbors() {
numNeighbors
++; }
58
inline void setNumNeighbors(int num) {
numNeighbors
= num; }
/external/opencv3/modules/cudalegacy/test/
TestHypothesesFilter.cpp
120
Ncv32u
numNeighbors
= this->minNeighbors + 1 + (Ncv32u)(((1.0 * h_random32u.ptr()[i]) * (this->minNeighbors + 1)) / 0xFFFFFFFF);
121
numNeighbors
= (
numNeighbors
> srcSlotSize) ? srcSlotSize :
numNeighbors
;
124
for (Ncv32u j=0; j<
numNeighbors
; j++)
139
for (Ncv32u j=
numNeighbors
; j<srcSlotSize; j++)
Completed in 91 milliseconds