3DF Zephyr Dev Status (Eggplant): Difference between revisions

From 3Dflow Development Status
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:
! scope="row" style="width: 20%;" | Photoconsistency Improvements
! scope="row" style="width: 20%;" | Photoconsistency Improvements
| style="width: 60%;" |  The photoconsistency algorithm of 3DF Zephyr has been furtherly optimized to allow better management of high frequencies during the similarity check between pair of images.  
| style="width: 60%;" |  The photoconsistency algorithm of 3DF Zephyr has been furtherly optimized to allow better management of high frequencies during the similarity check between pair of images.  
| style="background: LawnGreen;" | Advanced Development (75%)
|- style="vertical-align: top;"
! scope="row" style="width: 20%;" | MVS Improvements
| style="width: 60%;" |  The Multiview stereo depth map extraction have been improved. Finer details and thin structures are recovered better. In addition, the aggregation phase is also faster than before.
| style="background: LawnGreen;" | Advanced Development (75%)
| style="background: LawnGreen;" | Advanced Development (75%)


Line 25: Line 30:


|- style="vertical-align: top;"
|- style="vertical-align: top;"
! scope="row" style="width: 20%;" |Sphere detection
! scope="row" style="width: 20%;" |Modular save
| style="width: 60%;" | Sphere detection tool targeted to the forensics industry.
| style="width: 60%;" | Zep project files have been reorganized in a modular way. Point clouds, meshes and textured mesh are now unloaded on disk and loaded only on demand. This lead to dramatic speed-ups of loading and saving time.
| style="background: LawnGreen;" | Advanced Development (75%)
| style="background: LawnGreen;" | Advanced Development (75%)


Line 45: Line 50:


|- style="vertical-align: top;"
|- style="vertical-align: top;"
! scope="row" style="width: 20%;" |Modular save
! scope="row" style="width: 20%;" |Sphere detection
| style="width: 60%;" | Zep project files have been reorganized in a modular way. Point clouds, meshes and textured mesh are now unloaded on disk and loaded only on demand. This lead to dramatic speed-ups of loading and saving time.
| style="width: 60%;" | Sphere detection tool targeted to the forensics industry.
| style="background: LawnGreen;" | Advanced Development (75%)
| style="background: LawnGreen;" | Advanced Development (75%)


Line 52: Line 57:


== Minor bug fixes and updates ==
== Minor bug fixes and updates ==
|- style="vertical-align: top;"
! scope="row" style="width: 20%;" |Faster mesh decimation
| style="width: 60%;" | The decimation algorithm has been speeded up. This intrinsically speed up also the photoconsistency initialization.
| style="background: LawnGreen;" | Advanced Development (75%)


{| class="wikitable" style="width: 800px;"
{| class="wikitable" style="width: 800px;"

Revision as of 17:38, 3 February 2021

The next version of 3DF Zephyr (Codename Eggplant) is already in development.

The tentative release date is still not being set.

Here's a brief report of the planned features in development and their status.

Note: this is not the final feature lists: new planned features will be unveiled as we get closer to release!

Major features and updates

Photoconsistency Improvements The photoconsistency algorithm of 3DF Zephyr has been furtherly optimized to allow better management of high frequencies during the similarity check between pair of images. Advanced Development (75%)
MVS Improvements The Multiview stereo depth map extraction have been improved. Finer details and thin structures are recovered better. In addition, the aggregation phase is also faster than before. Advanced Development (75%)
3DF Scarlet Improvements 3DF Scarlet’s user experience will significantly change thanks to a “non-blocking” rendering that will ensure a better and more fluid scan visualization within the software. In addition, users will be able to automatically perform some basic preprocessing on a project’s scans such as: range filtering, sampling distance filtering , sampling limit filtering. Advanced Development (75%)
Modular save Zep project files have been reorganized in a modular way. Point clouds, meshes and textured mesh are now unloaded on disk and loaded only on demand. This lead to dramatic speed-ups of loading and saving time. Advanced Development (75%)
Marker detection 3DF Zephyr already allows for automatic coded target detection; however, our latest implementation now improves the manual marker detection algorithm to find the cross pattern at their center more accurately. Advanced Development (75%)
Python Console The new Python console enables a brand-new way to interact with the 3DF Zephyr workspace and its objects. It’s not meant to supersede the batching tool but allow more experienced users to automate and simplify specific workflows Advanced Development (75%)
Volume of Interest The Volume of Interest (VoI) is a new experimental feature designed to aid users during the visualization and editing of huge datasets. The user specifies a three-dimensional clipping region by visually editing it (works very similar to the bounding box editing tool). Advanced Development (75%)
Sphere detection Sphere detection tool targeted to the forensics industry. Advanced Development (75%)

Minor bug fixes and updates

|- style="vertical-align: top;" ! scope="row" style="width: 20%;" |Faster mesh decimation | style="width: 60%;" | The decimation algorithm has been speeded up. This intrinsically speed up also the photoconsistency initialization. | style="background: LawnGreen;" | Advanced Development (75%)



Other stuff

Improved FlowEngine interface More functions have been exposed in FlowEngine Advanced Development (75%)