Home
last modified time | relevance | path

Searched defs:Accumulator (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dfeatures2d.hpp764 struct CV_EXPORTS Accumulator struct
766 typedef T Type;
769 template<> struct Accumulator<unsigned char> { typedef float Type; }; struct
770 template<> struct Accumulator<unsigned short> { typedef float Type; }; argument
771 template<> struct Accumulator<char> { typedef float Type; }; struct
772 template<> struct Accumulator<short> { typedef float Type; }; argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dfeatures2d.hpp764 struct CV_EXPORTS Accumulator struct
766 typedef T Type;
769 template<> struct Accumulator<unsigned char> { typedef float Type; }; struct
770 template<> struct Accumulator<unsigned short> { typedef float Type; }; struct
771 template<> struct Accumulator<char> { typedef float Type; }; argument
772 template<> struct Accumulator<short> { typedef float Type; }; argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dfeatures2d.hpp764 struct CV_EXPORTS Accumulator struct
766 typedef T Type;
769 template<> struct Accumulator<unsigned char> { typedef float Type; }; struct
770 template<> struct Accumulator<unsigned short> { typedef float Type; }; argument
771 template<> struct Accumulator<char> { typedef float Type; }; argument
772 template<> struct Accumulator<short> { typedef float Type; }; struct
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Ddist.h70 struct Accumulator { typedef T Type; }; struct
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Datyfb_base.c1098 int horz_stretch_ratio = 0, Accumulator = 0; in aty_var_to_crtc() local