HomeSort by relevance Sort by last modified time
    Searched defs:hscale (Results 1 - 8 of 8) sorted by null

  /external/opencv3/modules/highgui/include/opencv2/
highgui.hpp 558 float hscale, vscale; member in struct:cv::QtFont
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h 1126 float hscale, vscale; member in struct:CvFont
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp 658 const float hscale = hr * (1.f / 360.f); local
684 dst.x = h * hscale;
703 const float hscale = 6.f / hr; local
710 h *= hscale;
782 const float hscale = hr * (1.f \/ 360.f); local
    [all...]
  /external/opencv3/modules/highgui/src/
window_gtk.cpp 1435 GtkWidget* hscale = gtk_hscale_new_with_range( 0, count, 1 ); local
1443 gtk_box_pack_start( GTK_BOX(hscale_box), hscale, TRUE, TRUE, 5 ); local
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 1388 float hscale, vscale; member in struct:CvFont
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 2203 int hscale, vscale, default_shear, italic_shear; local
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp 1016 const float hscale = hr * (1.f \/ 360.f); local
1109 const float hscale = 6.f \/ hr; local
1249 const float hscale = hr * (1.f \/ 360.f); local
1382 const float hscale = 6.0f \/ hr; local
    [all...]
  /external/opencv3/modules/imgproc/src/
drawing.cpp 2100 int hscale = cvRound(fontScale*XY_ONE), vscale = hscale; local
    [all...]

Completed in 582 milliseconds