搜索资源列表
biaoding
- 一种基于单幅棋盘格的标定算法opencv程序,可以很好的计算外参数和内参数-A cell based on single board opencv calibration algorithm procedure can be well outside the parameters and the calculated parameters
分治算法
- 君主和殖民者们所成功运用的分而治之策略也可以运用到高效率的计算机算法的设计过程中。本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 本章给出了用来分析分而治之算法复杂性的数学方法,并通过推导最小最大问题和排序问题的复杂性下限来证明分而治-monarchy and colonialists who have successfully used the divid
wuziqi
- 1、首先遍历整个棋盘,找到一个可以落子的点,然后假设自己在该点落子,再然后判断如果棋子落到这个点上后会对自己有什么利益,比如会不会形成冲4活三、双活三等等,(事先将冲四活三、双活三等效果定义上利益值,当然,如果是五个子连起来了的话,利益值要被定义成最高,最好是无穷大的),将各种效果的利益值相加,得到己方的利益值。 2、将角色互换一下,重复第一步,得到对方的利益值(其实是递桂算法)。 3、将己方的利益值减去对方的利益值,得到该点的总利益值。 4、整个棋盘所有能落子的点都计算出利益值之后
cvut_test
- 这是一个关于摄像机标定的程序,是在vc下用opencv实现的。主要算法就是张正友的棋盘格标定法。-This is a calibration procedure is under vc using opencv achieved. Zhang Zhengyou main algorithm is the checkerboard calibration.
DrawChessBoard
- C++实现的,绘制一个二维棋盘的算法,适合图形学人员学习-A C++ Program to draw a Chess Board
cvCalibaa
- 相机标定程序,采用棋盘格形式,实现角点检测,标定算法的实现-Camera calibration procedures, the use of checkerboard form, bring corner detection, calibration algorithm implementation
camera-calibration
- 利用opencv实现相机的标定,算法采用张正友的棋盘法。结构很清晰易懂。-Opencv camera calibration algorithm using the checkerboard method of Zhang Zhengyou. The structure is clear and easy to understand.
distance
- 距离变换,包括路径距离、欧氏距离、棋盘距离变换算法-distance caculate
jiaodian
- 计算机视觉领域,检测棋盘格角点算法:可以读取不同的图像及数量,并返回角点坐标-In the fields of computer vision, detection checkerboard Angle point is: can read different image and quantity, and returns Angle point coordinates
eight
- 八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空格中。要求解决的问题是:给出一个初始状态和一个目标状态,找出一种从初始转变成目标状态的移动棋子步数最少的移动步骤。所谓问题的一个状态就是棋子在棋盘上的一种摆法。棋子移动后,状态就会发生改变。解八数码问题实际上就是找出从初始状态到达目标状态所经过的一系列中间过渡状态。 八数码问题一般使用搜索法来解。搜索法有广度优先搜索法、深度优先搜索法
corner_Harris
- 在摄像机标定中,提取角点这个步骤至关重要。本文件采用harris算法提取棋盘格角点,精度为像素级。-In camera calibration, to extract corner this step is crucial. This document harris algorithm to extract the checkerboard corners, the accuracy of the pixel level.
CalibrationToolboxBeta0.5.2
- 标定相机的一个工具,可以对连接在电脑上的相机直接标定,算法基础是张正友的棋盘标定算法,有良好的人机操作界面,操作简单-Calibration of the camera as a tool, can be directly connected to the computer' s camera calibration algorithm based on Zhang Zhengyou the checkerboard calibration algorithm, a good man-ma
harris
- 利用harris算法实现棋盘平面上的角点的检测。-Harris algorithm using the chessboard plane corner detection.
cylinder_calibration
- vs2008+opencv环境下,圆柱形棋盘的自标定程序,不使用库函数,自定义算法。可自动判别不同角度拍摄的圆柱棋盘照片上的可用网格数量,进而成功实现标定。-Vs2008+ opencv environment, cylindrical board since the calibration procedure, do not use the library function, the custom algorithm. Can automatically recognize cylindric
circleCenterExtraction
- 机器视觉相关,张正友的棋盘格靶标有时不方便,可换成圆形靶标。程序是在matlab下利用重心法编写的圆靶标中心点提取算法-Machine vision, Zhang Zhengyou checkerboard target sometimes inconvenient, can be replaced by a circular target. Program is written in the center of gravity method matlab center of a circle
queen8
- 遗传算法解决八皇后问题。八皇后问题是一个NP问题,它的目标是把国际象棋的八个皇后摆在8X8的棋盘上,使得没有一个皇后能俘获任何别的皇后,即每一行每一列仅有一个皇后,每条对角线上至多有一个皇后。-Genetic algorithms to solve the eight queens problem. Eight queens problem is an NP problem, and its goal is to place the chess queen on the eight 8X8 ch
8006608
- MFC实现用分治算法中的用L型骨牌的棋盘覆盖的问题,()
roolrd
- 对弈程序采用了多种搜索算法 以下是本程序主要的类说明 1 CEveluation类 估值类,对给定的棋盘进行估值 2 CMoveG()
curwohliterative
- 求最小棋盘的算法原代码,以调试成功,并包含四个用例,()
clhability_programs
- 设B是一个n×n棋盘,n 2k,(k 1,2,3,…),用分治法设计一个算法,使得:用若干个L型条块可以覆盖住B的除一个特殊方()