HomeSort by relevance Sort by last modified time
    Searched refs:m_cost_histogram (Results 1 - 2 of 2) sorted by null

  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 57 m_cost_histogram = NULL;
113 delete [] m_cost_histogram;
144 m_cost_histogram = NULL;
238 m_cost_histogram = new int [m_nr_bins];
635 m_cost_histogram[b] = 0;
642 m_cost_histogram[bin]++;
644 m_cost_histogram[m_nr_bins-1]++;
649 std::cout << m_cost_histogram[i] << " ";
661 if ( last > m_cost_histogram[i] )
663 last = m_cost_histogram[i]
    [all...]
dbreg.h 380 int *m_cost_histogram; member in class:db_FrameToReferenceRegistration

Completed in 1673 milliseconds