登录
首页 » Visual C++ » CodeMatch

CodeMatch

于 2020-12-18 发布 文件大小:1060KB
0 278
下载积分: 1 下载次数: 27

代码说明:

  视觉测量中编码点与非编码点的匹配的方法实现(Vision measuring, coding point and the coding point matching )

文件列表:

CodeMatch
.........\1.bmp
.........\1.txt,1066,2008-06-21
.........\2.bmp
.........\2.txt,1079,2008-06-21
.........\3.bmp
.........\3.txt,1104,2008-06-21
.........\6.txt,869,2008-06-21
.........\7.txt,907,2008-06-21
.........\8.txt,911,2008-06-21
.........\9.txt,949,2008-06-21
.........\DIBAPI.CPP,17481,2008-04-27
.........\DIBAPI.H,1280,2008-04-27
.........\help.txt,958,2008-06-10
.........\MainFrm.cpp,2506,2008-06-02
.........\MainFrm.h,1581,2008-06-02
.........\Match.aps,28580,2008-06-25
.........\Match.clw,2157,2008-06-25
.........\Match.cpp,4191,2008-06-02
.........\Match.dsp,4718,2008-06-02
.........\Match.dsw,533,2008-06-02
.........\Match.h,1345,2008-06-02
.........\Match.ncb,189440,2008-06-25
.........\Match.opt,56832,2008-06-25
.........\Match.plg,244,2008-06-25
.........\Match.rc,11530,2008-06-16
.........\MatchDoc.cpp,1722,2008-06-02
.........\MatchDoc.h,1464,2008-06-02
.........\MatchView.cpp,9370,2008-06-11
.........\MatchView.h,2571,2008-06-04
.........\mydiblib.h,40617,2008-06-21
.........\pipei.txt,2925,2008-06-25
.........\ReadMe.txt,4287,2008-06-02
.........\Release
.........\.......\Match.exe,180269,2008-06-21
.........\res

.........\...\Match.rc2,397,2008-06-02


.........\resource.h,921,2008-06-04
.........\StdAfx.cpp,207,2008-06-02
.........\StdAfx.h,1054,2008-06-02

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

发表评论

0 个回复

  • Basic-knowledge-of-image-processing3
    This program contains some basic image processing things, such as: 256 colors to grayscale, contrast stretching, anti-color, brightness change, etc.
    2012-01-20 12:37:56下载
    积分:1
  • RingSDK
    RINGSDK包含界面库和图象库,我编译过,可以使用(RINGSDK is a interface lib )
    2012-11-29 09:48:40下载
    积分:1
  • C++.netBMP24bitTo8bit
    此程序实现二十四位BMP到八位BMP图像的转换(this program to 24 BMP eight BMP image conversion)
    2007-04-04 15:20:57下载
    积分:1
  • weina
    本代码可以实现图像的维纳滤波,经过调试无错误,对于学习图像处理有较好帮助。(This code can achieve the image filtering, error-free through the debugging, better for learning image processing help.)
    2011-05-31 22:10:17下载
    积分:1
  • DDE
    本程序的作用,完成了一种图像的DDE算法,数字图像细节增强。(The role of this procedure, the completion of an image of the DDE algorithm, digital image detail enhancement.)
    2021-02-02 22:49:59下载
    积分:1
  • 深度的快速实现增强的算法 GUIDED
    深度图像的快速实现增强的算法,效果非常好,但是速度很快(Quick to realize the depth of image enhancement algorithms, the effect is very good, but fast)
    2015-04-17 11:22:58下载
    积分: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
  • readpic
    说明:  VC bmp图像数据读取和输出代码程序,经过编译可行(compiled vc program in reading image )
    2010-04-07 11:02:37下载
    积分:1
  • tiaoshi1
    计算机图像处理,MFC实现图像的直方图显示、直方图的均衡化,以及中值滤波等功能(Computer image processing, MFC histogram of image display, histogram equalization and median filter and other functions)
    2010-10-19 13:10:31下载
    积分:1
  • Kinect_DepthCanny
    用kinect获取3D图像,并从3D图像中用OpenCV方法从深度图中获取梯度边缘,从而得到更多信息,做后续处理(Get with kinect 3D images, and get the edge gradient from the depth map from a 3D image using OpenCV method to obtain more information, do follow-up treatment)
    2014-02-21 21:19:53下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载