搜索资源列表
TableToolTipsDemo
- The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That call is necessary because if the user moves the columns around, the view s index for the column doesn t match the model s index for the column. For exa
hyCecamera
- This sample demonstrates how to take pictures and videos using the CameraCaptureDialog managed API. If a default filename is used: - if a still picture is taken, the \".jpg\" extension is appended to the default filename. (Otherw
extraction-and-match
- 指纹识别中的后期指纹特征点提取与匹配算法程序,包括有自定义的.m文件,与之前的预处理联合使用效果更好-Fingerprint in the latter part of the fingerprint feature point extraction and matching algorithm, including custom. M files, in combination with pre-treatment before better
siftDemoV4
- 图像匹配的实现,其中match.m:测试程序,sift.m :尺度不变特征变换(SIFT算法)的核心算法程序,appendimages.m: 该函数创建一个新的图像分别包含两个匹配的图像和他们之间的匹配对的连接直线,可以运行。 -The realization of image matching, which match.m: test program, sift.m: scale-invariant feature transform (SIFT algorithm) of the cor
SIFT
- MATLAB实现图像的SIFT特征提取,并做在不同光照、不同视角下的特征匹配-SIFT MATLAB for image feature extraction, and to do in different lighting, different from the Perspective of feature matching
10010
- Where s Waldorf? Given a m by n grid of letters, ( 1<=m, n<=50), and a list of words, find the location in the grid at which the word can be found. A word matches a straight, uninterrupted line of letters in the grid. A word can match
A_New_Algorithm_ofFastFaceDetection_underComplexCo
- 使用一种新的假面变换和模板匹配的人脸检测算法,能够对复杂环境中大小不等的人脸 进行快速、准确的检测.算法首先通过假面变换来预测人脸位置上边沿的中心,然后对图像中的预 测位置进行模板匹配,设计了一类对照明变化、噪声干扰具有较强适应性的模板匹配方法,最后对 匹配结果进行验证,确定人脸准确位置.采用多种环境下的大量图片进行实验,结果显示该算法具 有较快的检测速度和较高的准确性及鲁棒性. -A novelalgorithm offacedetection based on mask
match_filter
- 匹配滤波器的形式实现雷达信号(LFM)的脉冲压缩-Matched filter in the form of radar signal (LFM) pulse compression
choose_picture
- Tongji.m 统计指定图片的颜色信息 sousuo.m 得出各个图片之间的匹配矩阵 jieguo.m 算出结果 Pflag.mat flag文件件中图片的匹配矩阵 Pflower.mat flower文件夹中图片的匹配矩阵 Pwinter.mat winter文件夹中图片的匹配矩阵-Tongji.m statistics specify the image' s color information sousuo.m drawn match between the m
M
- Low教授推荐的关于图相匹配和三维重建的优秀论文,实现多视图的立体匹配-Professor Low recommended on the map to match and three-dimensional reconstruction of fine papers, multi-view stereo matching
Match
- m.file match algorithm for image processing applications
wode1
- 是一个很好的图像拼接程序,先用sift算法提取两幅图片的特征点再用算法筛去错配点,把匹配点用线连接起来,注意:主函数是match.m,运行主函数后在命令框输入运行match( image1.jpg , image2.jpg )-Is a good image stitching program, the first two pictures with the sift algorithm feature extraction algorithm and then weed out the wro
streo-match
- 可以通过给以的左右视图来提取视差的算法程序,用MATLAB与C来混合编写的。-These codes are used for stero matching about the 3D graphes. You can get a disparity map from the left and right pictures.
icp.m
- ICP(二个点集之间的匹配),传统而重要的匹配方法-ICP (match) between two point sets, traditional and important match method
image-match-matlab
- 图像配准技术及其MATLAB编程实现源码及自己测试M文件,希望对大家有所帮助-Image Registration and MATLAB programming source code and test their own M-files, we hope to help
img-Match
- testpipei_1.m 基于灰度的归一化匹配算法 testpipei_2.m 基于灰度的快速模板匹配算法 getOrder.m 二进制编码 gettezheng.m 求特征值-Testpipei_1. M normalized matching algorithm based on gray level Testpipei_2. M fast template matching algorithm based on gray level GetOrder. M binar
Match-point-correlation-coefficient
- 相关系数法的点匹配 void draw(int x,int y,Mat mat,Mat mod,int xx,int yy)通过十字丝表明匹配点 void ImgMarch(Mat s,Mat m,Mat roi,int x,int y)相关系数法匹配函数-Match point correlation coefficient method void draw (int x, int y, Mat mat, Mat mod, int xx, int yy) indicate the
Match
- 有N男N女,每个人都按照他对异性的喜欢程度排名。现在需要写出一个算法安排这N个男的、N个女的结婚,要求两个人的婚姻应该是稳定的。-There are N M N M, and everyone ranked according to the extent of his love for the opposite sex. Now you need to write an algorithm to arrange a male N, N-woman marriage, marriage requi
radar_sp2016.m
- 线性调频脉冲雷达信号的整个处理流程,包括脉冲压缩、MTI、MTD。代码规整,注释详细。-The whole LFM radar pulse signal processing,concluding match filtering、MTI、MTD.the code is clear and complex, the code annotation is detailed.
matched_filter.m
- 雷达信号处理中的匹配滤波MATLAB程序,程序完整,注释详细。-match filtering for radar signal processing.the code annotation is detailed