资源列表
hessian_frangi_filter_version2a
- 基于Hessian矩阵增强提取二维或三维医学图像中的血管(Vessel enhancement and extraction from 2D or 3D medical images)
face_01
- 很好用的人脸识别的python代码,内含有数据文件,可以直接运行。(Very good use of face recognition Python code, contains data files, can be directly run.)
Change Detection Code
- cva变化检测程序,用于遥感影像的变化检测,使用MATLAB进行程序运行(CVA change detection program for remote sensing image change detection, using MATLAB to run the program.)
CIE_co_ordinate_calculator
- 导入光谱找x,y色坐标点, 当你已知光源光谱,导入此软件后可以生成相应的色度坐标,并提取出相应颜色。(CIE_co_ordinat_calculator.zip)
xxd
- 生成卫星的星下点轨迹,matlab编程,用于SAR覆盖分析(Subastral point, generation of satellite matlab programming for SAR coverage analysis)
最大熵法简单图像分割
- 最大熵法简单图像分割,先进行阈值计算,在进行像素判断(Maximum entropy method for simple image segmentation)
axis_4_7
- 栅格,用matlab软件编写的一个简单易行的栅格(Grid,a simple and easy grid written by MATLAB software.)
matlab多边形识别
- 能用matlab识别简单的多边形,其中的LunKuo2.m文件为主程序(to identify simple polygons with MATLAB)
均匀方格法点云精简
- 能实现最小包围盒法方格划分,并利用中值进行点云精简(The minimum bounding box method can be implemented and the median value can be used to simplify the point cloud.)
Canny
- 在计算机视觉领域,边缘检测的改进,和MATLAB系统函数的对比。(Edge detection improvement)
sobel
- sobel算子的vhdl实现,顶层用verilog(vhdl implement on sobel)
opencv拍照
- 利用opencv拍照并且保存图片,短短二三十行代码,就可以实现这个功能,方便快捷,是嵌入式中实现拍照的一个很好的方法,亲测可用,但前提是你得把opencv的环境配好。(Using OpenCV to take pictures and save the picture, just twenty or thirty lines of code, you can achieve this function, convenient and quick, it is a good way to take