Home
last modified time | relevance | path

Searched refs:cell_size_ (Results 1 – 25 of 35) sorted by relevance

12

/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/tile/
H A Dtile.cc76 cell_size_ = 0; in Tile()
91 , cell_size_(cell_size) in Tile()
108 , cell_size_(cell_size) in Tile()
168 return size() / cell_size_; in cell_num()
178 cell_size_ = cell_size; in init_unfiltered()
203 cell_size_ = cell_size; in init_filtered()
226 clone.cell_size_ = cell_size_; in clone()
251 return cell_size_; in cell_size()
379 const uint64_t cell_num = tile_size / cell_size_; in zip_coordinates()
394 ptr += cell_size_; in zip_coordinates()
[all …]
H A Dtile.h318 uint64_t cell_size_; variable
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/segmentation/include/pcl/segmentation/impl/
H A Dapproximate_progressive_morphological_filter.hpp57 cell_size_ (1.0f), in ApproximateProgressiveMorphologicalFilter()
96 …ial_distance_) : (slope_ * (window_size - window_sizes[iteration-1]) * cell_size_ + initial_distan… in extract()
116 int rows = static_cast<int> (std::floor (yextent / cell_size_) + 1); in extract()
117 int cols = static_cast<int> (std::floor (xextent / cell_size_) + 1); in extract()
136 int row = std::floor((p.y - global_min.y ()) / cell_size_); in extract()
137 int col = std::floor((p.x - global_min.x ()) / cell_size_); in extract()
236 int erow = static_cast<int> (std::floor ((p.y - global_min.y ()) / cell_size_)); in extract()
237 int ecol = static_cast<int> (std::floor ((p.x - global_min.x ()) / cell_size_)); in extract()
H A Dprogressive_morphological_filter.hpp56 cell_size_ (1.0f), in ProgressiveMorphologicalFilter()
90 window_size = cell_size_ * (2.0f * std::pow (base_, iteration) + 1.0f); in extract()
92 window_size = cell_size_ * (2.0f * (iteration+1) * base_ + 1.0f); in extract()
98 …height_threshold = slope_ * (window_size - window_sizes[iteration-1]) * cell_size_ + initial_dista… in extract()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/io/
H A Dboxm2_stream_cache.hxx28 int cnt = int(numBytes/(float)h->cell_size_); in open_streams()
116 char * cell = stream->get_cell(h->current_index_, h->cell_size_, h->current_block_); in get_next()
118 stream->index_ = stream->index_ + stream->num_cells(h->cell_size_); in get_next()
121 cell = stream->get_cell(h->current_index_, h->cell_size_, h->current_block_); in get_next()
165 stream->ifs_.seekg(index*h->cell_size_); in get_random_i()
168 char * cell = stream->get_cell(h->current_index_, h->cell_size_, h->current_block_); in get_random_i()
H A Dboxm2_stream_cache.cxx66 h->cell_size_ = boxm2_data_info::datasize(data_type); in boxm2_stream_cache()
78 tot_size += (unsigned long)data_type.second->cell_size_; in boxm2_stream_cache()
85 it->second->buf_size_ = (unsigned long)it->second->cell_size_*k; in boxm2_stream_cache()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/segmentation/include/pcl/segmentation/
H A Dprogressive_morphological_filter.h108 getCellSize () const { return (cell_size_); } in getCellSize()
112 setCellSize (float cell_size) { cell_size_ = cell_size; } in setCellSize()
152 float cell_size_; variable
H A Dapproximate_progressive_morphological_filter.h109 getCellSize () const { return (cell_size_); } in getCellSize()
113 setCellSize (float cell_size) { cell_size_ = cell_size; } in setCellSize()
159 float cell_size_; variable
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/delaunay/
H A Ddelaunay.h187 return cell_size_; in cell_size()
737 cell_size_ = index_t(dim) + 1; in set_dimension()
738 cell_v_stride_ = cell_size_; in set_dimension()
739 cell_neigh_stride_ = cell_size_; in set_dimension()
744 index_t cell_size_; variable
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_ave_euler.cpp293 cell_size_[dim] = cell_size_lamda_[dim]*domain->h[dim]; in setup_bins()
301 cell_size_[dim] = (hi_[dim]-lo_[dim])/static_cast<double>(ncells_dim_[dim]); in setup_bins()
307 cell_size_inv_[dim] = 1./cell_size_[dim]; in setup_bins()
314 cell_volume_ = cell_size_[0]*cell_size_[1]*cell_size_[2]; in setup_bins()
347 center_[ibin][0] = lo_[0] + (static_cast<double>(ix)+0.5) * cell_size_[0]; in setup_bins()
348 center_[ibin][1] = lo_[1] + (static_cast<double>(iy)+0.5) * cell_size_[1]; in setup_bins()
349 center_[ibin][2] = lo_[2] + (static_cast<double>(iz)+0.5) * cell_size_[2]; in setup_bins()
H A Dfix_ave_euler.h128 double cell_size_[3];
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaobjdetect/src/
H A Dhog.cpp200 Size cell_size_; member in __anon006ad4910111::HOG_Impl
232 cell_size_(cell_size), in HOG_Impl()
360 cell_size_.width, cells_per_block_.width, in detect()
387 cell_size_.width, cells_per_block_.width, in detect()
511 cell_size_.width, cells_per_block_.width, in compute()
521 cell_size_.width, cells_per_block_.width, in compute()
577 cell_size_.width, cell_size_.height, in computeBlockHistograms()
586 cell_size_.width, cell_size_.height, in computeBlockHistograms()
/dports/science/py-dlib/dlib-19.22/dlib/image_keypoint/
H A Dfine_hog_image_abstract.h14 unsigned long cell_size_,
58 const static unsigned long cell_size = cell_size_;
H A Dhog_abstract.h24 unsigned long cell_size_,
113 const static unsigned long cell_size = cell_size_;
H A Dfine_hog_image.h15 unsigned long cell_size_,
23 COMPILE_TIME_ASSERT(cell_size_ > 1);
34 const static unsigned long cell_size = cell_size_;
H A Dhog.h25 unsigned long cell_size_,
34 COMPILE_TIME_ASSERT(cell_size_ > 1);
49 const static unsigned long cell_size = cell_size_;
/dports/science/dlib-cpp/dlib-19.22/dlib/image_keypoint/
H A Dfine_hog_image_abstract.h14 unsigned long cell_size_,
58 const static unsigned long cell_size = cell_size_;
H A Dhog_abstract.h24 unsigned long cell_size_,
113 const static unsigned long cell_size = cell_size_;
H A Dfine_hog_image.h15 unsigned long cell_size_,
23 COMPILE_TIME_ASSERT(cell_size_ > 1);
34 const static unsigned long cell_size = cell_size_;
H A Dhog.h25 unsigned long cell_size_,
34 COMPILE_TIME_ASSERT(cell_size_ > 1);
49 const static unsigned long cell_size = cell_size_;
/dports/math/fcl/fcl-0.7.0/include/fcl/broadphase/detail/
H A Dspatial_hash-inl.h52 SpatialHash<S>::SpatialHash(const AABB<S>& scene_limit_, S cell_size_)
53 : cell_size(cell_size_), scene_limit(scene_limit_)
H A Dspatial_hash.h55 SpatialHash(const AABB<S>& scene_limit_, S cell_size_);
/dports/math/fcl05/fcl-0.5.0/include/fcl/broadphase/
H A Dbroadphase_spatialhash.h53 SpatialHash(const AABB& scene_limit_, FCL_REAL cell_size_) : cell_size(cell_size_), in SpatialHash()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DMesh_criteria_3.h52 BOOST_PARAMETER_NAME( (cell_size, tag) cell_size_ )
199 (cell_size_,*)
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/geometry/
H A DGrid.h150 Vec3r ray_org_, ray_dir_, cell_size_; variable
162 cell_size_(cell_size), in firstIntersectionGridVisitor()

12