Synthetic collection generation
Compare changes
- Felipe Delestro authored
+ 3
− 3
@@ -10,7 +10,7 @@ def blob(
@@ -24,7 +24,7 @@ def blob(
@@ -93,7 +93,7 @@ def blob(
Refactoring of synthetic blob generation
generate
module in library and corresponding page in the documentationgenerate_volume
function from qim3d/utils/img.py
to qim3d/generate/blob_.py
, and re-named function to blob
overlay_rgb_images
function from qim3d/utils/img.py
to qim3d/processing/operations.py
qim3d.generate.blob
function with vectorized approach for faster computationsauto_clip
boolean parameter for allowing automatic threshold computation to ensure blobs without straight cutsImplementation of synthetic collection generation
collection
function in the generate
module (qim3d/generate/collection_.py
), and corresponding page in the documentationcollection
function generates and returns a 3D volume with a collection of blobs from specified parameter ranges, along with a connected components CC object. Blobs are placed without overlap, and can either be placed randomly or at specific positions within the collection.