Home
last modified time | relevance | path

Searched defs:image_idx (Results 1 – 25 of 130) sorted by relevance

123456

/dports/graphics/colmap/colmap-3.6/src/mvs/
H A Dworkspace.cc86 const Bitmap& Workspace::GetBitmap(const int image_idx) { in GetBitmap()
101 const DepthMap& Workspace::GetDepthMap(const int image_idx) { in GetDepthMap()
116 const NormalMap& Workspace::GetNormalMap(const int image_idx) { in GetNormalMap()
196 const int image_idx = std::stoull(elems[i]); in ImportPMVSWorkspace() local
203 for (const auto image_idx : image_idxs) { in ImportPMVSWorkspace() local
226 for (const int image_idx : overlapping_images[i]) { in ImportPMVSWorkspace() local
H A Dfusion.cc64 for (const auto image_idx : overlapping_images.at(prev_image_idx)) { in FindNextImage() local
72 for (size_t image_idx = 0; image_idx < fused_images.size(); ++image_idx) { in FindNextImage() local
191 const int image_idx = model.GetImageIdx(image_name); in Run() local
239 for (int image_idx = 0; image_idx >= 0; in Run() local
314 const int image_idx = data.image_idx; in Fuse() local
485 for (const auto& image_idx : visibility) { in WritePointsVisibility() local
H A Dmodel.cc131 for (size_t image_idx = 0; image_idx < images.size(); ++image_idx) { in GetMaxOverlappingImages() local
180 for (const auto& image_idx : point.track) { in ComputeDepthRanges() local
192 for (size_t image_idx = 0; image_idx < depth_ranges.size(); ++image_idx) { in ComputeDepthRanges() local
238 for (size_t image_idx = 0; image_idx < images.size(); ++image_idx) { in ComputeTriangulationAngles() local
264 for (size_t image_idx = 0; image_idx < all_triangulation_angles.size(); in ComputeTriangulationAngles() local
294 for (int image_idx = 0; image_idx < num_images; ++image_idx) { in ReadFromBundlerPMVS() local
360 for (int image_idx = 0;; ++image_idx) { in ReadFromRawPMVS() local
422 int image_idx; in ReadFromRawPMVS() local
H A Dpatch_match.cc121 for (const int image_idx : unique_image_idxs) { in Check() local
317 for (const int image_idx : ref_image_idxs) { in ReadProblems() local
485 for (const auto image_idx : used_image_idxs) { in ProcessProblem() local
H A Dpatch_match_cuda.cu234 const int image_idx, in ComputeViewingAngles()
259 __device__ inline void ComposeHomography(const int image_idx, const int row, in ComposeHomography()
454 const int image_idx, in ComputeGeomConsistencyCost()
795 for (int image_idx = 0; image_idx < cost_map.GetDepth(); ++image_idx) { in ComputeInitialCost() local
857 for (int image_idx = 0; image_idx < cost_map.GetDepth(); ++image_idx) { in SweepFromTopToBottom() local
946 for (int image_idx = 0; image_idx < cost_map.GetDepth(); ++image_idx) { in SweepFromTopToBottom() local
1000 for (int image_idx = 0; image_idx < cost_map.GetDepth(); ++image_idx) { in SweepFromTopToBottom() local
1046 for (int image_idx = 0; image_idx < cost_map.GetDepth(); ++image_idx) { in SweepFromTopToBottom() local
1078 for (int image_idx = 0; image_idx < cost_map.GetDepth(); ++image_idx) { in SweepFromTopToBottom() local
1422 for (const auto image_idx : problem_.src_image_idxs) { in InitSourceImages() local
[all …]
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_geom_win.erl802 image_idx(object) -> 0; function
803 image_idx(sel) -> 1; function
804 image_idx(eye) -> 2; function
805 image_idx(closed) -> 3; function
806 image_idx(unlocked) -> 4; function
807 image_idx(locked) -> 5; function
808 image_idx(light) -> 6; function
809 image_idx(sel_light) -> 7; function
810 image_idx(wire) -> 8. function
/dports/graphics/wings/wings-8d019ebe48/plugins_src/commands/
H A Dwpc_sel_win.erl373 image_idx(vertex) -> 0; function
374 image_idx(edge) -> 1; function
375 image_idx(face) -> 2; function
376 image_idx(body) -> 3. function
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/freedreno/ir3/
H A Dir3_image.c69 int image_idx = nir_src_as_uint(src); in ir3_image_to_ibo() local
72 struct ir3_instruction *image_idx = ir3_get_src(ctx, &src)[0]; in ir3_image_to_ibo() local
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/qt/
H A Dqimage_wrapper.cpp85 static QImage* reorient_with_exif( producer_qimage self, int image_idx, QImage *qimage ) in reorient_with_exif()
163 …int image_idx = ( int )floor( ( double )position / mlt_properties_get_int( producer_props, "ttl" )… in refresh_qimage() local
239 int image_idx = refresh_qimage( self, frame, enable_caching ); in refresh_image() local
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/qt/
H A Dqimage_wrapper.cpp87 static QImage* reorient_with_exif( producer_qimage self, int image_idx, QImage *qimage ) in reorient_with_exif()
165 …int image_idx = ( int )floor( ( double )position / mlt_properties_get_int( producer_props, "ttl" )… in refresh_qimage() local
241 int image_idx = refresh_qimage( self, frame, enable_caching ); in refresh_image() local
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/qt/
H A Dqimage_wrapper.cpp87 static QImage* reorient_with_exif( producer_qimage self, int image_idx, QImage *qimage ) in reorient_with_exif()
165 …int image_idx = ( int )floor( ( double )position / mlt_properties_get_int( producer_props, "ttl" )… in refresh_qimage() local
241 int image_idx = refresh_qimage( self, frame, enable_caching ); in refresh_image() local
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/qt/
H A Dqimage_wrapper.cpp85 static QImage* reorient_with_exif( producer_qimage self, int image_idx, QImage *qimage ) in reorient_with_exif()
163 …int image_idx = ( int )floor( ( double )position / mlt_properties_get_int( producer_props, "ttl" )… in refresh_qimage() local
239 int image_idx = refresh_qimage( self, frame, enable_caching ); in refresh_image() local
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/qt/
H A Dqimage_wrapper.cpp87 static QImage* reorient_with_exif( producer_qimage self, int image_idx, QImage *qimage ) in reorient_with_exif()
165 …int image_idx = ( int )floor( ( double )position / mlt_properties_get_int( producer_props, "ttl" )… in refresh_qimage() local
241 int image_idx = refresh_qimage( self, frame, enable_caching ); in refresh_image() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/examples/
H A Dlightfield_decoder.c42 int image_idx; member
162 int image_idx = tile_list[n][i].image_idx; in main() local
H A Dlightfield_bitstream_parsing.c65 int image_idx; member
274 int image_idx = tile_list[n][i].image_idx; in main() local
/dports/www/firefox/firefox-99.0/third_party/aom/examples/
H A Dlightfield_decoder.c42 int image_idx; member
162 int image_idx = tile_list[n][i].image_idx; in main() local
H A Dlightfield_bitstream_parsing.c65 int image_idx; member
274 int image_idx = tile_list[n][i].image_idx; in main() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/examples/
H A Dlightfield_decoder.c42 int image_idx; member
162 int image_idx = tile_list[n][i].image_idx; in main() local
H A Dlightfield_bitstream_parsing.c65 int image_idx; member
274 int image_idx = tile_list[n][i].image_idx; in main() local
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/examples/
H A Dlightfield_decoder.c42 int image_idx; member
162 int image_idx = tile_list[n][i].image_idx; in main() local
H A Dlightfield_bitstream_parsing.c65 int image_idx; member
274 int image_idx = tile_list[n][i].image_idx; in main() local
/dports/science/py-dlib/dlib-19.22/tools/python/src/
H A Dconversion.h29 …for (unsigned long image_idx = 0; image_it != pyimages.end() && params_it != pyparams.end(); ++ima… in images_and_nested_params_to_dlib() local
/dports/science/dlib-cpp/dlib-19.22/tools/python/src/
H A Dconversion.h29 …for (unsigned long image_idx = 0; image_it != pyimages.end() && params_it != pyparams.end(); ++ima… in images_and_nested_params_to_dlib() local
/dports/editors/madedit/madedit-0.2.9/src/
H A DMadCommand.h22 int image_idx; member
/dports/math/topcom/topcom-0.17.8/src/
H A Dhypersimplex.cc86 const size_type image_idx = col_index[image_vec]; in main() local

123456