搜索资源列表
vcmat
- 以前使用matlab和vc混合编程都使用的是先将m程序用mcc转化成dll,再在vc中调用 的方法。这种方法对比较复杂的m文件很方便,但是对一些小的程序,如曲线可视化、计算矩阵特征值等,对这些只需要一两行代码的小程序,再使用dll就得不偿失了。经过试验后,发现可以直接在C++程序中调用matlab c/c++ math & graphic library的函数。-before using Matlab and vc mixed programming using the first proc
box_count
- matlab 盒维数分形计算,m文件,包括两个测试曲线
avegradaedge_intensity
- 计算图像的平均梯度和边缘强度的matlab源码,M文件形式-Calculating the average image intensity gradient and the edge of the matlab source, M documents in the form
xinxishang
- 使用matlab编写的一个m文件,主要是计算图像的信息熵-Matlab use m the preparation of a document, the main image is the calculation of information entropy
gear
- 使用matlab计算齿轮图片中齿的个数的程序(内附图及代码)-This file demonstrates how the Cell Execution Mode is useful in creating and publishing MATLAB scr ipt M-files. Starting with a picture of a clock gear, we work step by step to determine how many teeth are on the gear.
A_Phase-based_Approach_to_the_Estimation_of_the_Op
- 一种基于相位的光流计算方法,该方法不同于以往基于微分的计算方法,而是采用空间滤波器,取得非常好的效果。该结果发表于IEEE Trans. Neural Networks,13(5), 1127--1136. -Gautama, T. and Van Hulle, M.M. (2002). A Phase-based Approach to the Estimation of the Optical Flow Field Using Spatial Filtering, IEEE Tr
Matlabppt
- MATLAB教程:概述,程序设计,绘图,数值计算,符号计算,图形用户界面设计,笔记本,M环境下的仿真-MATLAB Tutorial: an overview, program design, graphics, numerical computing, symbolic computation, graphical user interface design, notebook, M Simulation Environment ... ...
rigid_motion
- 刚性位置变化计算,输入物体在空间坐标系中的坐标,以及旋转向量和平移向量,计算其在摄像机坐标系中的坐标。- [Y,dYdom,dYdT] = rigid_motion(X,om,T) Computes the rigid motion transformation Y = R*X+T, where R = rodrigues(om). INPUT: X: 3D structure in the world coordinate frame (3xN matrix for
test1.m.tar
- 读图片,从图片中选取一点,计算该点与相邻四点的色彩相关系数。-Reading images, select one point from the picture and calculate its color correlation coefficient with the adjacent four points.
zernike
- 从一个模式识别toolbox摘取的计算zernike不编矩的源代码 结果为图像的n阶m重zernike不变矩-Removal of a pattern recognition toolbox from the calculation of moments zernike source code is not compiled the results of the n-order m for the re-image the same moment zernike
ImageBinaryzation
- image_binaryzation.m : 图像二值化主函数,调用otsu、kittler otsu.m : 类判别分类法(otsu全局二值化算法) kittler : 最小分类错误(minimum error thresholding)全局二值化算法 image_refining.m : 图像细化主程序,调用otsu、refining refining.m : 计算骨架的一种实用方法对图像进行细化 coins.bmp lenna.bmp woman_
ImageBoundaryExtraction
- 该文件夹中有六个M文件,说明如下: boundary_extraction.m : 目标区域边界抽取主函数,其中调用ostu、four_neighbor、eight_neighbor、globe_graph otsu.m : 类判别分类法(otsu全局二值化算法) four_neighbor.m : 四邻域法边界抽取 eight_neighbor.m : 八邻域法边界抽取 globe_graph.m : 全局检测法边界抽取 area_peri.m : 目标区域
fractaldim(y-Q-M)
- 计盒分形维数计算的matlab源代码编程实现过程-Function [Fdgen NoisfreFD ]=fractaldim(y,Q,M) __________________________________________________________________________ Usage: Computes fractal dimension by box counting(BC) method. NOTE: Running the code may ta
track-red-matlab-algorithm
- 实时跟踪摄像头获取视频中的红色部分,算法由Matlab实现。计算机要有摄像头或连接USB摄像头,Matlab通过自身函数提取视频跟踪。 包含两个文件,word说明了matlab提取视频方法。m文件实现算法,其中摄像头参数部分代码可能视具体情况修改。-Get real-time tracking camera video in the red part of the algorithm by Matlab implementation. Computer must have a camera
dft1.m
- 图像处理,在matlab上对图像进行DFT计算-Image processing on the image DFT calculation matlab
face_rec
- ## 人脸识别GUI设计 这是我在理解PCA算法后,设计`MATLAB GUI`实现人脸识别。 ### 使用方法: 1. 运行face.m主脚本 2. 点击`训练机器`选择train文件夹 3. 点击`choose photo`选择test文件夹下的一张图片 4. 最后点击`recognize`即可进行识别 5. 点击`Accuracy`可计算整个test文件夹下所有图识别准确率 ###(## face recognition GUI design This i
depth
- 压缩包内m文件可以用于画图,针对 特征线法计算训练 见其它上传文件。(The package includes m-file used to draw the figure of depth, which is based on the data calculated by program characteristics.rar uploaded by the author.)
NC
- 实现归一化相关系数NC的计算,测试有效,需自己替换两张所需计算的图片(The calculation of normalized correlation coefficient NC is effective, and we need to replace two pictures that we need to calculate.)
toolbox_nyu_depth_v2
- NYU Depth Dataset V2数据集的开发工具箱,包含计算图片各种特征的matlab文件.如: camera_params.m - Contains the camera parameters for the Kinect used to capture the data. crop_image.m – Crops an image to use only the area when the depth signal is projected. fill_depth_colori
LKpyramid_backup
- 金字塔LK光流计算的代码。运行时在当前目录下添加需要检测的视频或照片。 运行'main_video.m' 或 'main_image.m'(Run 'main_video.m' or 'main_image.m' Put your video or images in the current folder when running)