Home
last modified time | relevance | path

Searched defs:col_filter (Results 1 – 11 of 11) sorted by relevance

/dports/science/py-dlib/dlib-19.22/dlib/image_keypoint/
H A Dbuild_separable_poly_filters.h111 matrix<double,0,1> row_filter, col_filter; in build_separable_poly_filters() local
/dports/science/dlib-cpp/dlib-19.22/dlib/image_keypoint/
H A Dbuild_separable_poly_filters.h111 matrix<double,0,1> row_filter, col_filter; in build_separable_poly_filters() local
/dports/science/py-dlib/dlib-19.22/tools/python/src/
H A Dimage4.cpp594 const py::array_t<T>& col_filter in py_spatially_filter_image_separable()
/dports/science/dlib-cpp/dlib-19.22/tools/python/src/
H A Dimage4.cpp594 const py::array_t<T>& col_filter in py_spatially_filter_image_separable()
/dports/science/py-dlib/dlib-19.22/dlib/image_transforms/
H A Dspatial_filtering.h899 const matrix_exp<EXP2>& col_filter in spatially_filter_image_separable()
1044 const matrix_exp<EXP2>& col_filter in spatially_filter_image_separable_down()
/dports/science/dlib-cpp/dlib-19.22/dlib/image_transforms/
H A Dspatial_filtering.h899 const matrix_exp<EXP2>& col_filter in spatially_filter_image_separable()
1044 const matrix_exp<EXP2>& col_filter in spatially_filter_image_separable_down()
/dports/science/py-dlib/dlib-19.22/dlib/test/
H A Dimage.cpp897 matrix<int,1,3> col_filter; in test_filtering() local
1353 const matrix_exp<EXP2>& col_filter, in test_spatially_filter_image_separable_down_simple()
1395 matrix<int,0,1> col_filter(col_filt_size); in test_downsampled_filtering_helper() local
/dports/science/dlib-cpp/dlib-19.22/dlib/test/
H A Dimage.cpp897 matrix<int,1,3> col_filter; in test_filtering() local
1353 const matrix_exp<EXP2>& col_filter, in test_spatially_filter_image_separable_down_simple()
1395 matrix<int,0,1> col_filter(col_filt_size); in test_downsampled_filtering_helper() local
/dports/deskutils/egroupware/egroupware/api/js/etemplate/
H A Det2_extension_nextmatch.ts4186 const col_filter = {}; constant
4392 const col_filter = {}; constant
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/src/mongoc/
H A Dmongoc-database.c891 const char *col_filter; in _mongoc_database_find_collections_legacy() local
/dports/misc/orange3/orange3-3.29.1/Orange/data/
H A Dtable.py1484 def col_filter(col_idx): function