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

  /external/opencv/cv/src/
cvsurf.cpp 386 float bestx = 0, besty = 0, descriptor_mod = 0; local
400 if( temp_mod > descriptor_mod )
402 descriptor_mod = temp_mod;
  /external/protobuf/python/google/protobuf/
reflection.py 67 from google.protobuf import descriptor as descriptor_mod namespace
71 _FieldDescriptor = descriptor_mod.FieldDescriptor
    [all...]

Completed in 893 milliseconds