登录
首页 » Visual C++ » cameraCali

cameraCali

于 2015-05-03 发布 文件大小:5668KB
0 242
下载积分: 1 下载次数: 16

代码说明:

  张正友标定法,标定图像,将图像进行校正,是当今用的最多的方式方法(This method is so good, I have transferred through this. And it is very useful for the IT workers. This is my first code. Thank you every one.)

文件列表:

cameraCali
..........\CAMcal.exe,683520,2009-11-03
..........\ipl.dll,53248,2009-11-03
..........\ipla6.dll,2973696,2009-11-03
..........\pattern.pdf,5237,2009-11-03
..........\pattern.ps,20638,2009-11-03
..........\ReadMe.doc,28160,2009-11-03
..........\ReadMe.txt,1280,2009-11-03
..........\test_images
..........\...........\4x4.JPG

..........\...........\calib_data.mat,24504,2009-11-03
..........\...........\Calib_Results.m,3999,2009-11-03
..........\...........\Calib_Results.mat,94808,2009-11-03
..........\...........\caliresult.txt1,7128,2009-11-03
..........\...........\caliresult.txt2,7128,2009-11-03
..........\...........\caliresult.txt3,7128,2009-11-03
..........\...........\caliresult.txt4,7128,2009-11-03
..........\...........\caliresult.txt5,7128,2009-11-03
..........\...........\caliresult.txt6,7128,2009-11-03
..........\...........\caliresult.txt7,6480,2009-11-03
..........\...........\olym.cal,300,2009-11-03
..........\...........\olym.points,45402,2009-11-03



..........\...........\olympus 006.jpg,51771,2009-11-03
..........\...........\olympus 007.jpg,52425,2009-11-03
..........\...........\olympus 008.jpg,49493,2009-11-03
..........\...........\olympus 009.jpg,61433,2009-11-03
..........\...........\olympus 00_rect3.bmp,308278,2009-11-03
..........\...........\olympus 00_rect4.bmp,308278,2009-11-03
..........\...........\olympus 00_rect5.bmp,308278,2009-11-03
..........\...........\olympus 00_rect6.bmp,308278,2009-11-03
..........\...........\olympus 00_rect7.bmp,308278,2009-11-03
..........\...........\olympus 00_rect8.bmp,308278,2009-11-03
..........\...........\olympus 00_rect9.bmp,308278,2009-11-03
..........\...........\olympus 010.jpg,54051,2009-11-03
..........\...........\olympus 011.jpg,57973,2009-11-03
..........\...........\olympus 012.jpg,55999,2009-11-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VCtracking
    用visual c++编写的飞机飞行模拟航迹,其中包括VC源代码和模拟飞行图。(Written with visual c++ simulation of aircraft flight tracks, including the VC source code and simulation of flight plans.)
    2021-05-13 03:30:03下载
    积分:1
  • smooth
    对图像进行平滑去噪,提高图像的质量,为后期的图像处理打基础(very good)
    2013-09-24 10:01:40下载
    积分:1
  • ImageBoard
    图像处理软件,功能齐全,简单,而且逻辑清除,很适合图像处理编程初学者(Image processing software, full-featured, simple, clear and logical, it is suitable for image processing programming beginners)
    2020-12-27 20:19:02下载
    积分:1
  • business-card
    自动匹配下拉列表框中的内容,根据所选下拉列表框的不同去加载不同的名片(Automatic matching of the drop-down list box in the content, according to the selected drop-down list box is different to load a different card )
    2014-07-21 11:51:22下载
    积分:1
  • KMeans-with-opencv
    k均值分类在遥感影像中的应用,完整的c++代码,注释详细易懂,并且已经验证过(k-means classification in remote sensing images in the application, complete c++ code, comments, detailed and easy to understand, and have been verified)
    2021-01-24 20:28:37下载
    积分:1
  • EC1211Source
    this is a project about animation. how do we form the shape to make it look like car, house abd so on. with the colours that wee like and the movement.
    2009-05-29 21:31:36下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • yudp
    运动目标检测与跟踪,包括目标定位,匹配与跟踪!(moving target detection and tracking, including Target, matching and tracking!)
    2020-06-26 05:20:01下载
    积分:1
  • KMS_project
    KMS跟踪算法源代码,目前最快的但目标跟踪算法(没有之一)。工程可以直接运行(KMS tracking algorithm source code, but the fastest target tracking algorithm. Project can be run directly)
    2014-11-06 09:21:39下载
    积分:1
  • 5c0ca027bb58
    meanshift 图像分割及平滑 包括meanshift的论文及ppt(Code for the Edge Detection and Image Segmentation system and the paper)
    2012-03-06 23:19:42下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载