Performance Of Systems For 3D Surface Measurements
Major figure of merits for some 3D surface measurements systems.
@kaggle.giacomomarchioro_systemsfor3dsurfacemeasurements
Major figure of merits for some 3D surface measurements systems.
@kaggle.giacomomarchioro_systemsfor3dsurfacemeasurements
I collected the data from the brochures of metrology instruments during my PhD thesis in surface metrology applied to Cultural Heritage diagnostics. In some case, I left the website where the specs can be found. My main goal was to perform a technology exploration and assess the performance of the system I was developing.
The data presented is an exported version of the spreadsheet I have created on Google sheets at this link. It contains the specifications of instruments used for dimensional analysis and surface metrology. I copied manually the field from the datasheet and performed the conversions to a common unit. It contains coherence scanning interferometers, structured-light scanners, focus variation and many other systems used in surface metrology and dimensional analysis. It does not contain LiDAR system or depth-cameras or pure photogrammetric stereo systems.
This dataset is not an exhaustive list but contains a variety of techniques and specifications. All the instruments shown are commercial products except the conoscopy holography system which is a prototype.
Note that there is not an accepted common way to express many figures of merits, and actually in many cases is not possible to express the performance using a single value. Hence the values reported are only indicative.
What's the portable system with the highest accuracy on the market? What non-contact instruments can be used on fragile materials?
You can cite it from the metadata page.
CREATE TABLE systemsfor3dsurface_measurements (
"company" VARCHAR,
"model" VARCHAR,
"lens" VARCHAR,
"na" DOUBLE,
"zoom_x" DOUBLE,
"core_technology" VARCHAR,
"configuration" VARCHAR,
"type_of_interaction" VARCHAR,
"acquisition_mode" VARCHAR,
"str_nm" DOUBLE,
"accuracy_microns" DOUBLE,
"accuracy_percentage" DOUBLE,
"vertical_resolution_nm" DOUBLE,
"sq_repeatability_nm" DOUBLE,
"repeatability_nm" DOUBLE,
"ra_repeatability_nm" DOUBLE,
"rz_repeatability_nm" VARCHAR,
"angular_coverage_perfectdiffuser_deg" DOUBLE,
"angular_coverage_mirrorlike_deg" DOUBLE,
"lata_microns" DOUBLE,
"optical_resolution_microns" DOUBLE,
"spatial_sampling_microns" DOUBLE,
"img_width" DOUBLE,
"img_height" DOUBLE,
"area_mm2" DOUBLE,
"line_lenght_mm" DOUBLE,
"xyspeed_mm_sec" DOUBLE,
"working_disitance_mm" DOUBLE,
"z_speed_sca_micron_sec" DOUBLE,
"z_stage" VARCHAR,
"z_working_range_mm" DOUBLE,
"xy_stage" VARCHAR,
"weight_kg" DOUBLE,
"max_sample_weight_kg" DOUBLE,
"frequency_khz" DOUBLE,
"max_number_of_points_per_scan" DOUBLE,
"sample_reflectivity_percentage" VARCHAR,
"measurement_time_s" DOUBLE,
"cost" DOUBLE,
"high_res_color_texture" DOUBLE,
"max_sample_stage_positioning_range" VARCHAR -- Max. Sample Stage Positioning Range,
"intorduction_date" VARCHAR,
"reference_document" VARCHAR
);Anyone who has the link will be able to view this.