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

  /development/perftests/panorama/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];
636 m_cost_histogram[b] = 0;
643 m_cost_histogram[bin]++;
645 m_cost_histogram[m_nr_bins-1]++;
650 std::cout << m_cost_histogram[i] << " ";
662 if ( last > m_cost_histogram[i] )
664 last = m_cost_histogram[i]
    [all...]
dbreg.h 380 int *m_cost_histogram; member in class:db_FrameToReferenceRegistration

Completed in 46 milliseconds