numero8

About

Username
numero8
Joined
Visits
10
Last Active
Roles
Member

Comments

  • I made several errors. Finally, the following code worked for me: ` via_centers = [] shapes_iterator = main_cell_view.cell.begin_shapes_rec_overlapping(via_layer_index, tile_bbox)while not shapes_iterator.at_end(): via_bbox = shapes_iterato…
  • Thank you for your feedback, Mathias. My project finally decided to investigate a fourth option, which is to use the "subprocess" module to call an independent Python script in a separate process with all the modules we need. This require…
  • Thank you very much for these explanations, Matthias (and for all your work, indeed!). That's clear for me now. So, as I do need to work on a Windows platform, I have at least three alternatives at the moment: 1) rebuild OpenCV in the same way th…