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.pswp.cn/news/254612.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/254612.shtml
英文地址,請注明出處:http://en.pswp.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)) #預期結果 ^匹配字符開…