Home
last modified time | relevance | path

Searched refs:depth_in (Results 1 – 25 of 51) sorted by relevance

123

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/src/
H A Ddepth_cleaner.cpp78 switch (depth_in.depth()) in compute()
90 const Mat_<float> &depth(depth_in); in compute()
113 int rows = depth_in.rows; in computeImpl()
114 int cols = depth_in.cols; in computeImpl()
121 …sigma_z(y, x) = (float)(0.0012 + 0.0019 * (depth_in(y, x) * scale - 0.4) * (depth_in(y, x) * scale… in computeImpl()
139 if (depth_in(y, x) > depth_in(y + j, x + i)) in computeImpl()
140 delta_z = (float)(depth_in(y, x) - depth_in(y + j, x + i)); in computeImpl()
142 delta_z = (float)(depth_in(y + j, x + i) - depth_in(y, x)); in computeImpl()
259 Mat depth_in = depth_in_array.getMat(); in operator ()() local
260 CV_Assert(depth_in.dims == 2); in operator ()()
[all …]
H A Ddepth_to_3d.cpp155 …depthTo3dSparse(InputArray depth_in, InputArray K_in, InputArray points_in, OutputArray points3d_o… in depthTo3dSparse() argument
159 cv::Mat depth = depth_in.getMat(); in depthTo3dSparse()
197 depthTo3d(InputArray depth_in, InputArray K_in, OutputArray points3d_out, InputArray mask_in) in depthTo3d() argument
199 cv::Mat depth = depth_in.getMat(); in depthTo3d()
H A Dodometry.cpp978 Ptr<RgbdNormals> RgbdNormals::create(int rows_in, int cols_in, int depth_in, InputArray K_in, int w… in create() argument
979 return makePtr<RgbdNormals>(rows_in, cols_in, depth_in, K_in, window_size_in, method_in); in create()
982 Ptr<DepthCleaner> DepthCleaner::create(int depth_in, int window_size_in, int method_in) { in create() argument
983 return makePtr<DepthCleaner>(depth_in, window_size_in, method_in); in create()
989 RgbdFrame::RgbdFrame(const Mat& image_in, const Mat& depth_in, const Mat& mask_in, const Mat& norma… in RgbdFrame() argument
990 : ID(ID_in), image(image_in), depth(depth_in), mask(mask_in), normals(normals_in) in RgbdFrame()
996 Ptr<RgbdFrame> RgbdFrame::create(const Mat& image_in, const Mat& depth_in, const Mat& mask_in, cons… in create() argument
997 return makePtr<RgbdFrame>(image_in, depth_in, mask_in, normals_in, ID_in); in create()
1012 OdometryFrame::OdometryFrame(const Mat& image_in, const Mat& depth_in, const Mat& mask_in, const Ma… in OdometryFrame() argument
1013 : RgbdFrame(image_in, depth_in, mask_in, normals_in, ID_in) in OdometryFrame()
[all …]
H A Dnormal.cpp346 compute(const Mat& depth_in, Mat & normals) const in compute() argument
348 switch (depth_in.depth()) in compute()
352 const Mat_<unsigned short> &depth(depth_in); in compute()
358 const Mat_<float> &depth(depth_in); in compute()
364 const Mat_<double> &depth(depth_in); in compute()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/lowlevel/Classes/Utility/
H A DArrayBrowser.php166 …* @param string $depth_in Depth string - blank for first call (will build up during recursive call…
172 public function getSearchKeys($keyArr, $depth_in, $searchString, $keyArray) argument
174 if ($depth_in) {
175 $depth_in = $depth_in . '.';
178 $depth = $depth_in . $key;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/View/
H A DArrayBrowser.php138 …* @param string $depth_in Depth string - blank for first call (will build up during recursive call…
144 public function getSearchKeys($keyArr, $depth_in, $searchString, $keyArray) argument
146 if ($depth_in) {
147 $depth_in .= '.';
150 $depth = $depth_in . $key;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/View/
H A DArrayBrowser.php138 …* @param string $depth_in Depth string - blank for first call (will build up during recursive call…
144 public function getSearchKeys($keyArr, $depth_in, $searchString, $keyArray) argument
146 if ($depth_in) {
147 $depth_in .= '.';
150 $depth = $depth_in . $key;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/TypoScript/
H A DExtendedTemplateService.php315 * @param string $depth_in
347 if ($depth_in) {
348 $depth_in = $depth_in . '.';
351 $depth = $depth_in . $key;
469 * @param string $depth_in
475 public function ext_getSearchKeys($arr, $depth_in, $searchString, $keyArray) argument
484 if ($depth_in) {
485 $depth_in = $depth_in . '.';
496 $depth = $depth_in . $key;
507 if (preg_match($searchPattern, $depth_in)) {
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/TypoScript/
H A DExtendedTemplateService.php336 * @param string $depth_in
368 if ($depth_in) {
369 $depth_in = $depth_in . '.';
372 $depth = $depth_in . $key;
496 * @param string $depth_in
502 public function ext_getSearchKeys($arr, $depth_in, $searchString, $keyArray) argument
511 if ($depth_in) {
512 $depth_in = $depth_in . '.';
523 $depth = $depth_in . $key;
535 if (preg_match($searchPattern, $depth_in)) {
[all …]
/dports/games/vamos/vamos-0.7.1/geometry/
H A DContact_Info.h32 double depth_in, in Contact_Info()
36 depth (depth_in), in Contact_Info()
/dports/multimedia/handbrake/zimg-release-3.0.1/src/testapp/
H A Dframe.cpp432 unsigned depth_in, bool fullrange) in setup_write_graph() argument
441 if (type != spec.type || depth_in != zimg::pixel_depth(type)) { in setup_write_graph()
442 zimg::PixelFormat src_format{ type, depth_in }; in setup_write_graph()
471 void write_to_planar(const ImageFrame &frame, const PathSpecifier &spec, unsigned depth_in, bool fu… in write_to_planar() argument
473 …auto graph = setup_write_graph(spec, frame.width(), frame.height(), frame.pixel_type(), depth_in, … in write_to_planar()
480 void write_to_bmp(const ImageFrame &frame, const PathSpecifier &spec, unsigned depth_in, bool fullr… in write_to_bmp() argument
484 …auto graph = setup_write_graph(spec, frame.width(), frame.height(), frame.pixel_type(), depth_in, … in write_to_bmp()
523 void write_to_yuy2(const ImageFrame &frame, const PathSpecifier &spec, unsigned depth_in, bool full… in write_to_yuy2() argument
602 write_to_planar(frame, spec, depth_in, fullrange); in write()
605 write_to_bmp(frame, spec, depth_in, fullrange); in write()
[all …]
H A Dframe.h69 void write(const ImageFrame &frame, const char *pathspec, const char *assumed, unsigned depth_in, b…
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/testapp/
H A Dframe.cpp432 unsigned depth_in, bool fullrange) in setup_write_graph() argument
441 if (type != spec.type || depth_in != zimg::pixel_depth(type)) { in setup_write_graph()
442 zimg::PixelFormat src_format{ type, depth_in }; in setup_write_graph()
471 void write_to_planar(const ImageFrame &frame, const PathSpecifier &spec, unsigned depth_in, bool fu… in write_to_planar() argument
473 …auto graph = setup_write_graph(spec, frame.width(), frame.height(), frame.pixel_type(), depth_in, … in write_to_planar()
480 void write_to_bmp(const ImageFrame &frame, const PathSpecifier &spec, unsigned depth_in, bool fullr… in write_to_bmp() argument
484 …auto graph = setup_write_graph(spec, frame.width(), frame.height(), frame.pixel_type(), depth_in, … in write_to_bmp()
523 void write_to_yuy2(const ImageFrame &frame, const PathSpecifier &spec, unsigned depth_in, bool full… in write_to_yuy2() argument
602 write_to_planar(frame, spec, depth_in, fullrange); in write()
605 write_to_bmp(frame, spec, depth_in, fullrange); in write()
[all …]
H A Dframe.h69 void write(const ImageFrame &frame, const char *pathspec, const char *assumed, unsigned depth_in, b…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/TypoScript/
H A DExtendedTemplateService.php383 * @param string $depth_in
415 if ($depth_in) {
416 $depth_in = $depth_in . '.';
419 $depth = $depth_in . $key;
548 * @param string $depth_in
554 public function ext_getSearchKeys($arr, $depth_in, $searchString, $keyArray) argument
563 if ($depth_in) {
564 $depth_in = $depth_in . '.';
575 $depth = $depth_in . $key;
587 if (preg_match($searchPattern, $depth_in)) {
[all …]
/dports/games/taisei/taisei-1.3.2/src/util/
H A Dpixmap.c144 uint depth_in; member
172 static struct conversion_def* find_conversion(uint depth_in, uint depth_out) { in find_conversion() argument
174 if(cv->depth_in == depth_in && cv->depth_out == depth_out) { in find_conversion()
179 log_fatal("Pixmap conversion for %upbc -> %upbc undefined, please add", depth_in, depth_out); in find_conversion()
/dports/math/polymake/polymake-4.5/apps/topaz/include/
H A DCoveringTriangulationVisitor.h210 …er(graph::DoublyConnectedEdgeList& dcel, const Matrix<Rational>& first_halfedge_horo, Int depth_in) in CoveringBuilder() argument
212 , cur_depth(depth_in) in CoveringBuilder()
213 …ree, CoveringTriangulationVisitor(dual_tree, dcel, first_halfedge_horo, depth_in), nodes(dual_tree… in CoveringBuilder()
/dports/math/polymake/polymake-4.5/apps/topaz/src/
H A Dprojective_potato.cc253 …atoBuilder(DoublyConnectedEdgeList& dcel, const Matrix<Rational>& first_two_vertices, Int depth_in) in PotatoBuilder() argument
255 , cur_depth(depth_in) in PotatoBuilder()
256 …, bfs_it(dual_tree, PotatoVisitor(dual_tree, dcel, first_two_vertices, depth_in), nodes(dual_tree)… in PotatoBuilder()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A Dangletypes.h110 …nt width_in, int height_in, int depth_in) : x(x_in), y(y_in), z(z_in), width(width_in), height(hei… in Box()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cnn_3dobj/include/opencv2/
H A Dcnn_3dobj.hpp165 icoSphere(float radius_in, int depth_in);
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dangletypes.h124 …nt width_in, int height_in, int depth_in) : x(x_in), y(y_in), z(z_in), width(width_in), height(hei… in Box()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dangletypes.h124 …nt width_in, int height_in, int depth_in) : x(x_in), y(y_in), z(z_in), width(width_in), height(hei… in Box()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dangletypes.h124 …nt width_in, int height_in, int depth_in) : x(x_in), y(y_in), z(z_in), width(width_in), height(hei… in Box()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dangletypes.h124 …nt width_in, int height_in, int depth_in) : x(x_in), y(y_in), z(z_in), width(width_in), height(hei… in Box()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dangletypes.h124 …nt width_in, int height_in, int depth_in) : x(x_in), y(y_in), z(z_in), width(width_in), height(hei… in Box()

123