搜索资源列表
-
0下载:
模式识别大作业题目和实习代码:
(1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。
(2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。
(3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
-
-
1下载:
基于Canny算子检测图像的边缘 读入一张图片,显示该图片经过canny算子处理后的边缘检测结果(要求不能直接调用canny算子)-Canny operator based on image edge detection of a read into the picture, showing the picture after a canny operator after the deal with the edge detection results (request can n
-
-
1下载:
利用matlab,读入一幅图片,输出它的7个不变矩-Using matlab, read a picture, the output of its seven invariant moments. . . .
-
-
0下载:
关于从摄像头实时读取图片的源码,并可以捕捉图片帧-Read about real-time images from the camera source, and can capture the picture frame
-
-
0下载:
这是matlab批量读入图片的程序,很好用,里面有详细的说明-This is read into the picture matlab batch process, useful, which is described in detail
-
-
0下载:
Matlab 如何閱讀照片再處裏圖相,blurring and sharpening-Matlab, how to read a pic and enhance the picture by using blurring and sharpening technique
-
-
0下载:
matlab标定工具箱,用于图像标定。
设置
1.File-set path-add folder 添加解压缩的工具箱路径
2.Current Directory:设置为要标定图片的文件夹路径
3.command window 键入 calib 调出标定工具箱 开始标定
read images-extract grid corners-calibration (此为内参数)
Comp.Extrinsic 标定外参数
注意事项:
1.wintx wint
-
-
0下载:
用matlab读取PGM格式图片,简单易懂,参考性强-Matlab read the PGM format picture, straightforward reference
-
-
0下载:
读取RGB24彩色图像的dat文件,没帧图片大小为320*240,然后对图片进行直方图均衡,一种是调用matlab接口,一种是自己写的,读取C语言处理的dat文件,都显示出来进行对比-Read the RGB24 color image dat file, no frame picture size is 320* 240, and then the image histogram equalization, a call matlab interface, one is to write yo
-
-
0下载:
(1)利用“文件”菜单中的“打开”、“保存为…”分别实现图片的读取与保存。利用matlab中 “ uigetfile”、“imread” “imshow”实现图像文件的读取与显示:-(1) using the " File" menu in the " Open" , " Save As ..." picture read and save. Use matlab uigetfile " ," imread imshow im
-
-
0下载:
用Matlab读取RAW格式(单反相机)图片,然后进行插值处理并存为JPG格式图片。-Read RAW format using Matlab (SLR) picture, and then interpolated coexist as a JPG format picture.
-
-
0下载:
Matlab读取BMP_JPG图片显示直方图并以直方图谷底为阈值进行阈值分割-Matlab read BMP_JPG picture shows a histogram and histogram threshold segmentation of the bottom threshold
-
-
0下载:
matlab读入任意格式的图片 显示图片并对图片进行快速傅立叶变换 分析图片的清晰度
-Matlab read in any format picture display pictures and fast Fu Liye transform of image clarity on the picture
-
-
0下载:
matlab实现的LBP算法,读取当前文件夹的所有图片,并计算特征,一幅图片的特征一行,最后导出到txt文档中。-Matlab implementation of the LBP algorithm, the current folder to read all the pictures, and calculate the characteristics of a picture of the characteristics of a line, and finally exported to
-
-
0下载:
matlab读取图片,最基本的图片操作,内附有原图片和相关代码-matlab read the image, basic image manipulation, enclosing have original pictures and associated code
-
-
2下载:
三维模型数据中包含“Princeton Shape Benchmark dataset”,三维模型数据库,其中的.off文件为三维模型,这些模型可以使用文件夹中的“打开三维模型的软件”打开查看。
matlab代码中“读取三维模型”为matlab读取.off文件的代码,得到的是三角面片信息和点云坐标
“三维模型切割”中为切割三维模型的一个例子,具体是从三维模型上找三个点构成一个平面,找到这个平面与三维模型的交点,这只是一个例子,具体如何切割三维模型需要自己实现,其中读取的三维模
-
-
0下载:
matlab图像处理,读入图片二值化,并进行细化图像(MATLAB image processing, read into the picture two values, and thinning images)
-
-
0下载:
这是使用MATLAB读取文件夹中的图片的几种方法(this is a combination of reading pictures in the files with matlab)
-
-
0下载:
用于Opencv样本制作,读取文件夹下的图片转为灰度和设定大小的图片(For Opencv sample production, read the folder under the picture to grayscale and set the size of the picture)
-
-
2下载:
一、课题介绍:本课题为基于MATLAB的平面参数测量系统,是以一个带缺陷的光伏面板作为素材,检测出缺陷所在,定位后计算出每个缺陷的面积大小。本设计带有一个人机界面GUI.
二、算法流程:读入测试图片——rgb转换——分割——开闭运算——空洞填充——过滤微小连通域面积——计算缺陷面积和个数。(1. Topic introduction: this topic is a plane parameter measurement system based on MATLAB. It uses a ph
-