3D Reconstruction三维重建halcon算子,持续更新

目录

  • 3D Reconstruction三维重建
    • Binocular Stereo双目立体
          • binocular_disparity
          • binocular_disparity_mg
          • binocular_disparity_ms
          • binocular_distance
          • binocular_distance_mg
          • binocular_distance_ms
          • disparity_image_to_xyz
          • disparity_to_distance
          • disparity_to_point_3d
          • distance_to_disparity
          • essential_to_fundamental_matrix
          • gen_binocular_proj_rectification
          • gen_binocular_rectification_map_
          • intersect_lines_of_sight
          • match_essential_matrix_ransack
          • match_fundamental_matrix_distortion_ransac
          • match_fundamental_matrix_ransack
          • match_rel_pose_ransack
          • reconst3d_from_fundamental_matrix
          • rel_pose_to_fundamental_matrix
          • vector_to_essential_matrix
          • vector_to_fundamental_matrix
          • vector_to_fundamental_matrix_distortion
          • vector_to_rel_pose
    • Depth From Focus焦点深度
          • depth_from_focus
          • select_grayvalues_from_channels
    • Multi View Stereo多视角立体模型
          • clear_stereo_model
          • create_stereo_model
          • get_stereo_model_image_pairs
          • get_stereo_model_object
          • get_stereo_model_object_model_3d
          • get_stereo_model_param
          • reconstruct_points_stereo
          • reconstruct_surface_stereo
          • set_stereo_model_image_pairs
          • set_stereo_model_param
    • Photometric Stereo估测光源
          • estimate_al_am
          • estimate_sl_al_lr
          • estimate_sl_al_zc
          • estimate_tilt_lr
          • estimate_tilt_zc
          • photometric_stereo
          • reconstruct_height_field_from_gradient
          • sfs_mod_lr
          • sfs_orig_lr
          • sfs_pentland
          • shade_height_field
          • uncalibrated_photometric_stereo
    • Sheet of Light片光
          • apply_sheet_of_light_calibration
          • calibrate_sheet_of_light
          • clear_sheet_of_light_model
          • create_sheet_of_light_calib_object
          • create_sheet_of_light_model
          • deserialize_sheet_of_light_model
          • get_sheet_of_light_param
          • get_sheet_of_light_result
          • get_sheet_of_light_result_object_model_3d
          • measure_profile_sheet_of_light
          • query_sheet_of_light_params
          • read_sheet_of_light_model
          • reset_sheet_of_light_model.
          • serialize_sheet_of_light_model
          • set_profile_sheet_of_light
          • set_sheet_of_light_param
          • write_sheet_of_light_model

3D Reconstruction三维重建

Binocular Stereo双目立体

binocular_disparity

功能:通过互相关系来计算两个图形的双目视觉差。

binocular_disparity_mg

功能:通过多格子方法来计算两个图形的双目视觉差。

binocular_disparity_ms

功能:利用多扫描线优化方法计算校正后的立体图像对的视差。

binocular_distance

功能:通过互相关系来计算两个立体图形的双目视觉差。

binocular_distance_mg

功能:通过多格子方法来计算两个立体图形的双目视觉差。

binocular_distance_ms

功能:使用多扫描线优化计算校正立体图像对的距离值。

disparity_image_to_xyz

功能:吧一个观影距离转换为一个被矫正的3D立体点。

disparity_to_distance

功能:将影视距离转换矫正双目视觉立体系统中的间隔值。

disparity_to_point_3d

功能:将一个图像点和观影距离转换为一个矫正立体系统中的三维点。

distance_to_disparity

功能:将一个间隔值转换为一个矫正立体系统中的观影距离。

essential_to_fundamental_matrix

功能:计算一个从原始矩阵衍生而来的基本矩阵。

gen_binocular_proj_rectification

功能:计算弱双目视觉立体系统图像的投射矫正值。

gen_binocular_rectification_map_

功能:创建传输图,其描述从一个双目相机到一个普通的矫正图像面的图像的映射。

intersect_lines_of_sight

功能:从一个双目相机系统视觉中两条线的交点中获取一个三维点。

match_essential_matrix_ransack

功能:通过自动发掘图像点间对应关系来计算立体图像对的原始(本质)矩阵。

match_fundamental_matrix_distortion_ransac

功能:通过自动寻找图像点之间的对应关系,计算一对立体图像的基本矩阵和径向畸变系数。

match_fundamental_matrix_ransack

功能:通过自动发掘图像点间对应关系来计算立体图像对的基本矩阵。

match_rel_pose_ransack

功能:通过自动发掘图像点间对应关系来计算两个相机间的相对方位。

reconst3d_from_fundamental_matrix

功能:计算基于基本矩阵的点的投影的三维重建。

rel_pose_to_fundamental_matrix

功能:计算两个相机相关方向中获取的基本矩阵。

vector_to_essential_matrix

功能:计算给定图像点间映射和已知相机矩阵的原始矩阵,重建三维点。

vector_to_fundamental_matrix

功能:计算给定图像点间映射的集合的基本矩阵,重建三维点。

vector_to_fundamental_matrix_distortion

功能:给出一组图像点对应关系,计算基本矩阵和径向畸变系数,重建三维点。

vector_to_rel_pose

功能:计算给定图像点对应关系和已知相机参数的两相机相对方位,重建三维点。

Depth From Focus焦点深度

depth_from_focus

功能:利用多倍聚焦灰度级提取高度(厚度)。

select_grayvalues_from_channels

功能:利用索引图像选择一个多通道图像的灰度值。

Multi View Stereo多视角立体模型

clear_stereo_model

功能:清除指定多视角立体模型,释放内存空间。

create_stereo_model

功能:创建一个多视角立体模型。

get_stereo_model_image_pairs

功能:返回在立体模型中设置的图像对列表。

get_stereo_model_object

功能:获取立体重建的中间结果(图标)。

get_stereo_model_object_model_3d

功能:获取立体重建的中间三维对象模型

get_stereo_model_param

功能:提取多视角立体模型参数。

reconstruct_points_stereo

功能:重建多视角立体3D参考点。

reconstruct_surface_stereo

功能:重建多视角3D曲面。

set_stereo_model_image_pairs

功能:指定双目(成对)图像的表面立体重建。

set_stereo_model_param

功能:设置多视角立体模型参数。

Photometric Stereo估测光源

estimate_al_am

功能:估测一个平面的反射率和反射光的数目。

estimate_sl_al_lr

功能:估测一个光源的倾斜度和一个平面的反射率。

estimate_sl_al_zc

功能:估测一个光源的倾斜度和一个平面的反射率。

estimate_tilt_lr

功能:估测一个光源的倾斜。

estimate_tilt_zc

功能:估测一个光源的倾斜。

photometric_stereo

功能:根据光度立体技术重建曲面。

reconstruct_height_field_from_gradient

功能:从曲面渐变重建曲面。

sfs_mod_lr

功能:从一个灰度值图像重建一个平面。

sfs_orig_lr

功能:从一个灰度值图像重建一个平面。

sfs_pentland

功能:从一个灰度值图像重建一个平面。

shade_height_field

功能:重建一个表面灰色突起的图像。

uncalibrated_photometric_stereo

功能:从几个不同照明的图像重建一个表面。

Sheet of Light片光

apply_sheet_of_light_calibration

功能:应用校准变换到不一致的图像。

calibrate_sheet_of_light

功能:使用3D校准对象校准sheet-of-light设置表。

clear_sheet_of_light_model

功能:清除指定片光模型,释放内存空间。

create_sheet_of_light_calib_object

功能:为光校准工作表创建校准对象。

create_sheet_of_light_model

功能:创建一个基于3D测量的片光模型。

deserialize_sheet_of_light_model

功能:反序列化sheet-of-light model。

get_sheet_of_light_param

功能:提取片光模型的参数。

get_sheet_of_light_result

功能:提取一个通过片光技术获得的测量结果(图标)。

get_sheet_of_light_result_object_model_3d

能:提取一个通过片光技术获得的3D对象模型测量结果。

measure_profile_sheet_of_light

功能:对输入和存储的轮廓图像进行片光技术处理。

query_sheet_of_light_params

功能:对于给定的sheet-of-light model,获取可用于不同灯光操作器的通用图标或控制参数的名称。

read_sheet_of_light_model

功能:从文件中读取sheet-of-light 模型,然后创建一个新模型。

reset_sheet_of_light_model.

功能:重置sheet-of-light 模型。

serialize_sheet_of_light_model

功能:序列化sheet-of-light模型。

set_profile_sheet_of_light

功能:通过测量的视差设置sheet-of-light轮廓。

set_sheet_of_light_param

功能:设置片光模型对应的参数。

write_sheet_of_light_model

功能:将sheet-of-light模型表写入文件。

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/254612.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

遗传算法初级

遗传算法是一种基于仿生学的计算机算法,通过模拟自然进化和优胜劣汰法则来搜索问题的最优解(我会说这其实就是稍微改良了一下的暴搜?) 它是由美国的J.Holland于1975年提出来的玄学概率学混合暴力搜索方法,广泛适用于寻找算法优解、机器学习、…

C++ vector容器类型

vector类为内置数组提供了一种替代表示&#xff0c;与string类一样 vector 类是随标准 C引入的标准库的一部分 &#xff0c;为了使用vector 我们必须包含相关的头文件 &#xff1a;#include <vector> 使用vector有两种不同的形式&#xff0c;即所谓的数组习惯和 STL习惯…

redis在linux命令行下连续进行命令操作

redis-cli -a password -n 9 keys "friend*" -a 是auth -n 是选择数据池 keys就是找key啦、 要是后面再跟上 xargs */redis-cli del redis-cli -a password -n 9 keys "friend*" | xargs redis-cli -a password -n 9 del 就完美了23333 转载于:https://www…

Calibration校准halcon算子,持续更新

目录Calibration校准Binocular双目相机binocular_calibrationCalibration Object 校准物体caltab_pointscreate_caltabdisp_caltabfind_calib_objectfind_caltabfind_marks_and_posegen_caltabsim_caltabCamera parameter相机参数cam_mat_to_cam_parcam_par_to_cam_matdeserial…

javascript:正则表达式、一个表单验证的例子

阅读目录 本文内容&#xff1a;正则表达式&#xff1a;利用正则表达式进行表单验证的例子&#xff1a;回到顶部本文内容&#xff1a; 正则表达式正则表达式的使用方法正则表达式的特殊匹配字符正则表达式修饰符利用正则表达式进行表单验证的例子首发日期&#xff1a;2018-05-13…

Spring_01 spring容器、控制反转(IOC)、依赖注入(DI)

目录 1 什么是spring框架 2 spring框架的特点 3 spring容器 3.1 什么是spring容器 3.2 spring容器创建对象的编程步骤 3.4 spring容器创建对象的方式 3.5 bean元素的几个重要属性 4 IOC 4.1 什么是IOC 4.2 什么事DI 4.3 DI的三种方式 1 什么是spring框架 是一个开源的用来简化企…

EntityFramework 插件之EntityFramework.Extended (批量处理)

接手了一个用EF来做的项目&#xff0c;由于项目中使用的原生处理&#xff0c;导致很多update都是采用先select 后 update的方式来实现&#xff0c;同时无法批量执行逻辑如&#xff1a;根据订单类型统一更新状态等。所以在经过了N多查找之后 发现了一个国外写的扩展插件EntityFr…

一个传值的问题”*”与”*”

1/********************************************************* 2* Desc:参数传递&#xff1a;使用引用传递指针和直接传递指针地址的区别 3* Author:charley 4* DateTime:2010-12-7 11:00 02***********************************************************/ 03#include <…

Classification分类halcon算子,持续更新

目录ClassificationGaussian Mixture Models高斯混合模型add_class_train_data_gmmadd_sample_class_gmmclassify_class_gmmclear_class_gmmclear_samples_class_gmmcreate_class_gmmdeserialize_class_gmmevaluate_class_gmmget_class_train_data_gmmget_params_class_gmmget_…

spring boot 扩展之AutoConfigurationImportListener

最近阅读spring boot源码时发现&#xff0c;发现当spring使用ConfigurationClassParser加载使用Configuration注解类后&#xff0c;会使用AutoConfigurationImportSelector对加载的 Configuration注解的类进行一次过滤。当AutoConfigurationImportSelector过滤完成后会自动加载…

classpath: spring 中的查找方式

Spring可以通过指定classpath*:与classpath:前缀加路径的方式从classpath加载文件,如bean的定义文件.classpath*:的出现是为了从多个jar文件中加载相同的文件.classpath:只能加载找到的第一个文件. 比如 resource1.jar中的package com.test.rs 有一个 jarAppcontext.xml 文件,内…

《高效程序员的45个习惯》-之一

敏捷开发是当下最流行的开发方法&#xff0c;它采用的是一种以人为核心、迭代、循序渐进的开发思想&#xff0c;值得你关注和学习。 最近我就阅读了一本有关敏捷开发的书籍&#xff0c;《高效程序员的45个习惯》。 它以“举反例”的方式来讲述了敏捷开发中程序员应该运用的…

教你如何在 elasticsearch 中重建索引

序言 Elasticsearch 是一个实时的分布式搜索分析引擎。Teambition 使用 Elastisearch 作为搜索引擎&#xff0c;为用户提供搜索服务&#xff0c;当我们决定存储某种数据时&#xff0c;我们需要使用PUT /teambition创建索引&#xff0c;在创建索引的时候需要将数据结构完整确定下…

halcon控制算子Control,持续更新

目录Controlassignassign_atbreakcasecatchcommentcontinueconvert_tuple_to_vector_1dconvert_vector_to_tupledefaultelseelseifendforendifendswitchendtryendwhileexecutable_expressionexitexport_defforglobalififelseimportinsertpar_joinrepeatreturnstopswitchthrowtr…

《CLR via C#》之线程处理——线程基础

《CLR via C#》之线程处理——线程基础 《CLR via C#》之线程处理——线程基础windows为什么要支持线程线程开销CPU发展趋势CLR线程和Windows线程使用专用线程执行异步的计算限制操作线程调度和优先级windows为什么要支持线程 早期的操作系统只有一个执行线程&#xff0c;但同时…

《高效程序员的45个习惯》-之二

请您在阅读本文之前&#xff0c;先了解《高效程序员的45个习惯》-之一。 每一期都会涉及15个话题&#xff0c;用3期来列出这45个习惯&#xff0c;每次不贪多&#xff0c;贪精&#xff0c;大家如果有空&#xff0c;一定要细细品味这15个习惯。 注意&#xff1a;每一个好的习…

MIME Type的介绍

转载自&#xff1a; http://www.cnblogs.com/jsean/articles/1610265.html 一、 首先&#xff0c;我们要了解浏览器是如何处理内容的。在浏览器中显示的内容有 HTML、有 XML、有 GIF、还有 Flash ……那么&#xff0c;浏览器是如何区分它们&#xff0c;决定什么内容用什么形式来…

spring boot之从零开始开发自己的网站

概述 首先要感谢两位大神&#xff0c;该项目的想法来源自tale和MyBlog。 做了一些改造&#xff0c;增加了一些功能和一些代码的重构&#xff0c;并且更换了博客主题。 关于项目&#xff0c;对于开发的练手项目&#xff0c;能够工程化&#xff0c;严谨一些。 关于文档&#x…

halcon深度学习算子,持续更新

目录Deep Learning 深度学习Classification&#xff1a;分类apply_dl_classifierclear_dl_classifierclear_dl_classifier_resultclear_dl_classifier_train_resultdeserialize_dl_classifierget_dl_classifier_paramget_dl_classifier_resultget_dl_classifier_train_resultre…

python day5--正则表达式

#----正则表达式 import re elink <a href"(.*)">(.*)</a> info <a href"http://www.baidu.com">baidu</a> cinfo re.findall(elink,info) print (cinfo) import re print(re.search (r^a,abc\neee)) #预期结果 ^匹配字符开…