HomeSort by relevance Sort by last modified time
    Searched full:tprop (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/viz/src/
shapes.cpp 558 vtkSmartPointer<vtkTextProperty> tprop = actor->GetTextProperty(); local
559 tprop->SetFontSize(font_size);
560 tprop->SetFontFamilyToCourier();
561 tprop->SetJustificationToLeft();
562 tprop->BoldOn();
565 tprop->SetColor(c.val);
    [all...]

Completed in 599 milliseconds