Home
last modified time | relevance | path

Searched refs:footprints (Results 1 – 25 of 947) sorted by relevance

12345678910>>...38

/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/morphology/tests/
H A Dtest_footprints.py11 from skimage.morphology import footprints
19 actual_mask = footprints.square(k)
27 actual_mask = footprints.rectangle(i, j)
34 actual_mask = footprints.cube(k)
81 footprints.octahedron)
97 actual_mask1 = footprints.octagon(5, 3)
101 actual_mask2 = footprints.octagon(1, 1)
114 actual_mask1 = footprints.ellipse(5, 3)
118 actual_mask2 = footprints.ellipse(1, 1)
140 actual_mask1 = footprints.star(4)
[all …]
H A Dtest_gray.py26 footprints_2D = (footprints.square, footprints.diamond,
27 footprints.disk, footprints.star)
52 self.footprints = [footprints.square(2), footprints.rectangle(2, 2),
57 for s in self.footprints:
63 for s in self.footprints:
68 for s in self.footprints:
73 for s in self.footprints:
77 for s in self.footprints:
81 for s in self.footprints:
86 for s in self.footprints:
[all …]
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/
H A Dfp-lib-table2 …cad)(uri ${KICAD6_FOOTPRINT_DIR}/Audio_Module.pretty)(options "")(descr "Audio Module footprints"))
3 …${KICAD6_FOOTPRINT_DIR}/Battery.pretty)(options "")(descr "Battery and battery holder footprints"))
19 …d)(uri ${KICAD6_FOOTPRINT_DIR}/Connector_DIN.pretty)(options "")(descr "DIN connector footprints"))
25 …d)(uri ${KICAD6_FOOTPRINT_DIR}/Connector_IDC.pretty)(options "")(descr "IDC connector footprints"))
26 …d)(uri ${KICAD6_FOOTPRINT_DIR}/Connector_JAE.pretty)(options "")(descr "JAE connector footprints"))
57 …l)(type KiCad)(uri ${KICAD6_FOOTPRINT_DIR}/Crystal.pretty)(options "")(descr "Crystal footprints"))
59 …(uri ${KICAD6_FOOTPRINT_DIR}/Diode_THT.pretty)(options "")(descr "Diode footprints, through hole"))
64 …ter)(type KiCad)(uri ${KICAD6_FOOTPRINT_DIR}/Filter.pretty)(options "")(descr "Filter footprints"))
65 …Cad)(uri ${KICAD6_FOOTPRINT_DIR}/Fuse.pretty)(options "")(descr "Fuse and fuse holder footprints"))
102 …F_GPS)(type KiCad)(uri ${KICAD6_FOOTPRINT_DIR}/RF_GPS.pretty)(options "")(descr "GNSS footprints"))
[all …]
/dports/cad/iverilog/verilog-11.0/tgt-pcb/
H A Dfootprint.cc30 map<string,fp_element_t> footprints; variable
58 footprints[cur_footprint] = cur_elem; in callback_fp_element()
70 map<string,fp_element_t>::iterator match = footprints.find(elem->footprint); in check_footprint()
71 if (match != footprints.end()) in check_footprint()
83 match = footprints.find(elem->footprint); in check_footprint()
84 if (match == footprints.end()) { in check_footprint()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/autorouter/
H A Dautoplace_tool.cpp105 std::vector<FOOTPRINT*> footprints; in autoplaceSelected() local
110 footprints.push_back( static_cast<FOOTPRINT*>( item ) ); in autoplaceSelected()
113 return autoplace( footprints, false ); in autoplaceSelected()
119 std::vector<FOOTPRINT*> footprints; in autoplaceOffboard() local
121 return autoplace( footprints, true ); in autoplaceOffboard()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dfp_tree_synchronizing_adapter.cpp116 std::vector<LIB_TREE_ITEM*> footprints = getFootprints( aLibNode.m_Name ); in updateLibrary() local
124 auto footprintIt = std::lower_bound( footprints.begin(), footprints.end(), &dummy, in updateLibrary()
130 if( footprintIt != footprints.end() && dummy.GetName() == (*footprintIt)->GetName() ) in updateLibrary()
135 footprints.erase( footprintIt ); in updateLibrary()
146 for( auto footprint : footprints ) in updateLibrary()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/
H A Dvolm_satellite_resources.h84 const std::vector<vgl_polygon<double> >& footprints, float downsample_factor=1.0);
86 …void convert_to_global_footprints(std::vector<vgl_polygon<double> >& footprints, const vpgl_lvcs_s…
91 const std::vector<vgl_polygon<double> >& footprints);
93 …void query_resources(std::vector<vgl_polygon<double> >& footprints, std::vector<unsigned>& footpri…
99 …ources(std::vector<unsigned>& overlapping_ids, const std::vector<vgl_polygon<double> >& footprints,
106 const std::vector<vgl_polygon<double> >& footprints, unsigned k=3, unsigned l=5);
H A Dvolm_satellite_resources.cxx532 footprints = lvcs_footprints; in convert_to_global_footprints()
535 for(auto & footprint : footprints) { in convert_to_global_footprints()
544 for(auto & footprint : footprints) { in convert_to_global_footprints()
569 for(const auto & footprint : footprints) { in convert_to_local_footprints()
583 for(const auto & footprint : footprints) { in convert_to_local_footprints()
613 …if(footprints.size() > 0 && footprints[0].num_vertices() > 0) { // not the most ideal way to initi… in compute_footprints_heatmap()
622 for(const auto & footprint : footprints) { in compute_footprints_heatmap()
643 for(const auto & footprint : footprints) { in compute_footprints_heatmap()
712 std::vector<vgl_polygon<double> > footprints; in highly_overlapping_resources() local
1080 std::vector<vgl_polygon<double> > footprints; in highly_intersecting_resources() local
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/project/
H A Dboard_project_settings.h43 bool footprints; ///< Allow selecting entire footprints member
57 footprints = true; in SELECTION_FILTER_OPTIONS()
74 return ( footprints || text || tracks || vias || pads || graphics || zones in Any()
83 return ( footprints && text && tracks && vias && pads && graphics && zones in All()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/tests/
H A Dtest_find_overlapping.cxx246 std::vector<vgl_polygon<double> > footprints; in test_compute_intersection() local
254 footprints.push_back(footprint); in test_compute_intersection()
263 footprints.push_back(footprint); in test_compute_intersection()
272 footprints.push_back(footprint); in test_compute_intersection()
281 footprints.push_back(footprint); in test_compute_intersection()
290 footprints.push_back(footprint); in test_compute_intersection()
299 footprints.push_back(footprint); in test_compute_intersection()
308 footprints.push_back(footprint); in test_compute_intersection()
317 footprints.push_back(footprint); in test_compute_intersection()
326 footprints.push_back(footprint); in test_compute_intersection()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/demos/stickhub/
H A Dfp-lib-table2 (lib (name "footprints")(type "KiCad")(uri "${KIPRJMOD}/footprints.pretty")(options "")(descr ""))
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/pup_data/
H A Dpup_data_unittest.cc76 const PUPData::StaticDiskFootprint* footprints, in ExpectStaticDiskFootprint() argument
78 ASSERT_NE(nullptr, footprints); in ExpectStaticDiskFootprint()
79 for (size_t i = 0; footprints[i].path; ++i) { in ExpectStaticDiskFootprint()
80 if (footprint.csidl == footprints[i].csidl && in ExpectStaticDiskFootprint()
92 const PUPData::StaticRegistryFootprint* footprints, in ExpectStaticRegistryFootprint() argument
94 ASSERT_NE(nullptr, footprints); in ExpectStaticRegistryFootprint()
95 for (size_t i = 0; footprints[i].key_path; ++i) { in ExpectStaticRegistryFootprint()
96 if (RegistryFootprintMatch(footprints[i], footprint)) in ExpectStaticRegistryFootprint()
191 for (; footprints[i].path; ++i) { in DiskFootprintsSize()
198 const PUPData::StaticRegistryFootprint* footprints) { in RegistryFootprintsSize() argument
[all …]
/dports/cad/geda/geda-gaf-1.8.2/gnetlist/scheme/
H A Dgnet-gsch2pcb.scm.in91 ;; footprints are enabled, writes in a format suitable for
93 ;; M4 footprints are protected from macro-expansion.
114 ;; Write the footprints for all the refdes' in `lst'.
115 (define (gsch2pcb:write-value-footprints port lst)
191 ;; If we have defined gsch2pcb:use-m4 then run the footprints
198 (display "Using the m4 processor for pcb footprints\n")
200 (gsch2pcb:write-value-footprints pipe packages)
205 (display "Skipping the m4 processor for pcb footprints\n")
206 (gsch2pcb:write-value-footprints port packages)
/dports/cad/pcb/pcb-4.2.0/lib/
H A DREADME-m4libs2 a bit of caution is needed here. A number of these footprints are
5 identify affected footprints at release time.
32 of any footprints which failed to be loaded will be created. In addition,
41 The footprints in PCB take 3 arguments. Here is an example of checking
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/demos/video/
H A Dfp-lib-table2 …(lib (name "footprints")(type "KiCad")(uri "${KIPRJMOD}/libs/footprints.pretty")(options "")(descr…
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/TerminalBlock_Phoenix.pretty/
H A DREADME.md3 Phoenix (https://www.phoenixcontact.com/) terminal block footprints.
5 (Most of) These footprints have been script-generated with a python script available https://github…
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/TerminalBlock_WAGO.pretty/
H A DREADME.md3 WAGO (http://www.wago.de/) terminal block footprints
5 (Most of) These footprints have been script-generated with a python script available https://github…
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/TerminalBlock_4Ucon.pretty/
H A DREADME.md3 4Ucon (http://www.4uconnector.com) terminal block footprints.
5 (Most of) These footprints have been script-generated with a python script available https://github…
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/TerminalBlock_Philmore.pretty/
H A DREADME.md3 Philmore (http://www.philmore-datak.com/) terminal block footprints.
5 (Most of) These footprints have been script-generated with a python script available https://github…
/dports/cad/lepton-eda/lepton-eda-1.9.17/m4/
H A Dpcb-data-dirs.m422 # Check where to look for PCB footprints.
29 AC_MSG_CHECKING([where to look for PCB footprints])
42 AC_MSG_CHECKING([where to look for PCB m4 footprints])
55 AC_MSG_CHECKING([search path for PCB newlib footprints])
/dports/cad/geda/geda-gaf-1.8.2/m4/
H A Dpcb-data-dirs.m422 # Check where to look for PCB footprints.
29 AC_MSG_CHECKING([where to look for PCB footprints])
42 AC_MSG_CHECKING([where to look for PCB m4 footprints])
55 AC_MSG_CHECKING([search path for PCB newlib footprints])
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/TerminalBlock_RND.pretty/
H A DREADME.md3 RND Connect (http://www.rnd-electronics.com/) terminal block footprints
5 (Most of) These footprints have been script-generated with a python script available https://github…
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/TerminalBlock_MetzConnect.pretty/
H A DREADME.md3 Metz-Connect (http://www.metz-connect.com) terminal block footprints.
5 (Most of) These footprints have been script-generated with a python script available https://github…
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/Connector_PinSocket_2.00mm.pretty/
H A DREADME.md3 These footprints have been script-generated with a python script available at https://github.com/po…
5 NOTE: the footprints carried over from KiCad 4.0.7 retains their original dimensions
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/Connector_PinSocket_1.27mm.pretty/
H A DREADME.md3 These footprints have been script-generated with a python script available at https://github.com/po…
5 NOTE: the footprints carried over from KiCad 4.0.7 retains their original dimensions

12345678910>>...38