資源簡介
NISwGSP (natural image stitching with the global similarity prior)算法采用局部扭曲模型,用網格網格引導每個圖像的變形。目標函數用于指定經線的所需特征。除了良好的對齊和最小的局部失真之外,我們還在目標函數中添加了全局相似性。該先驗約束每個圖像的扭曲,使其類似于整體的相似變換。選擇相似性變換對結果的自然性至關重要。我們提出了為每個圖像選擇合適的比例和旋轉的方法。所有圖像的扭曲被一起解決,以最小化全局失真。
代碼片段和文件信息
//
//??main.cpp
//??UglyMan_Stitching
//
//??Created?by?uglyman.nothinglo?on?2015/8/15.
//??Copyright?(c)?2015?nothinglo.?All?rights?reserved.
//
#include?
#include?“NISwGSP_Stitching.h“
#include?“TimeCalculator.h“
using?namespace?std;
int?main(int?argc?const?char?*?argv[])?{
????Eigen::initParallel();?/*?remember?to?turn?off?“Hardware?Multi-Threading?*/
????cout?<“nThreads?=?“?<????cout?<“[#Images?:?“?<
????TimeCalculator?timer;
????for(int?i?=?1;?i?????????cout?<“i?=?“?<????????MultiImages?multi_images(argv[i]?LINES_FILTER_WIDTH?LINES_FILTER_LENGTH);
????????
????????timer.start();
????????/*?2D?*/
????????NISwGSP_Stitching?niswgsp(multi_images);
????????niswgsp.setWeightToAlignmentTerm(1);
????????niswgsp.setWeightToLocalSimilarityTerm(0.75);
????????niswgsp.setWeightToGlobalSimilarityTerm(6?20?GLOBAL_ROTATION_2D_METHOD);
????????niswgsp.writeImage(niswgsp.solve(BLEND_AVERAGE)?BLENDING_METHODS_NAME[BLEND_AVERAGE]);
????????niswgsp.writeImage(niswgsp.solve(BLEND_LINEAR)??BLENDING_METHODS_NAME[BLEND_LINEAR]);
????????/*?3D?*/
????????niswgsp.setWeightToAlignmentTerm(1);
????????niswgsp.setWeightToLocalSimilarityTerm(0.75);
????????niswgsp.setWeightToGlobalSimilarityTerm(6?20?GLOBAL_ROTATION_3D_METHOD);
????????niswgsp.writeImage(niswgsp.solve(BLEND_AVERAGE)?BLENDING_METHODS_NAME[BLEND_AVERAGE]);
????????niswgsp.writeImage(niswgsp.solve(BLEND_LINEAR)??BLENDING_METHODS_NAME[BLEND_LINEAR]);
????????timer.end(“[NISwGSP]?“?+?multi_images.parameter.file_name);
????}
????return?0;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-05-15?06:47??NISwGSP-master\
?????文件????????9509??2018-05-15?06:47??NISwGSP-master\README.md
?????目錄???????????0??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\
?????目錄???????????0??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching.xcodeproj\
?????文件???????86915??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching.xcodeproj\project.pbxproj
?????目錄???????????0??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching.xcodeproj\project.xcworkspace\
?????文件?????????170??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching.xcodeproj\project.xcworkspace\contents.xcworkspacedata
?????目錄???????????0??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching.xcodeproj\project.xcworkspace\xcuserdata\
?????目錄???????????0??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching.xcodeproj\project.xcworkspace\xcuserdata\nothinglo.xcuserdatad\
?????文件???????30801??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching.xcodeproj\project.xcworkspace\xcuserdata\nothinglo.xcuserdatad\UserInterfaceState.xcuserstate
?????目錄???????????0??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching.xcodeproj\xcuserdata\
?????目錄???????????0??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching.xcodeproj\xcuserdata\nothinglo.xcuserdatad\
?????目錄???????????0??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching.xcodeproj\xcuserdata\nothinglo.xcuserdatad\xcdebugger\
?????文件??????????91??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching.xcodeproj\xcuserdata\nothinglo.xcuserdatad\xcdebugger\Breakpoints_v2.xcbkptlist
?????目錄???????????0??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching.xcodeproj\xcuserdata\nothinglo.xcuserdatad\xcschemes\
?????文件????????4386??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching.xcodeproj\xcuserdata\nothinglo.xcuserdatad\xcschemes\UglyMan_NISwGSP_Stitching.xcscheme
?????文件?????????497??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching.xcodeproj\xcuserdata\nothinglo.xcuserdatad\xcschemes\xcschememanagement.plist
?????目錄???????????0??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching\
?????文件????????3113??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching\Configure.h
?????目錄???????????0??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching\Debugger\
?????文件?????????812??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching\Debugger\ColorMap.cpp
?????文件?????????492??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching\Debugger\ColorMap.h
?????文件?????????270??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching\Debugger\ErrorController.cpp
?????文件?????????415??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching\Debugger\ErrorController.h
?????文件????????1552??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching\Debugger\ImageDebugger.cpp
?????文件?????????531??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching\Debugger\ImageDebugger.h
?????文件?????????482??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching\Debugger\TimeCalculator.cpp
?????文件?????????561??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching\Debugger\TimeCalculator.h
?????目錄???????????0??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching\Feature\
?????文件????????3344??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching\Feature\FeatureController.cpp
?????文件?????????938??2018-05-15?06:47??NISwGSP-master\UglyMan_NISwGSP_Stitching\UglyMan_NISwGSP_Stitching\Feature\FeatureController.h
............此處省略635個文件信息
- 上一篇:世上最全電磁兼容EMC.rar
- 下一篇:禾匠3143獨立版.zip
評論
共有 條評論