登录
首页 » matlab » Areaofinterestselectioninanimage

Areaofinterestselectioninanimage

于 2007-12-21 发布 文件大小:2KB
0 199
下载积分: 1 下载次数: 197

代码说明:

  实现图像感兴趣区域的选取,代码完整,可直接调用,具有一定的参考价值(Image of the selected region of interest, code integrity, and can be directly called, has a certain reference value)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mechine-learning
    本书第一部分主要介绍机器学习基础,以及如何利用算法进行分类,并逐步介绍了多种经典的监督学习算法,如k近邻算法、朴素贝叶斯算法、Logistic回归算法、支持向量机、AdaBoost集成方法、基于树的回归算法和分类回归树(CART)算法等。第三部分则重点介绍无监督学习及其一些主要算法:k均值聚类算法、Apriori算法、FP-Growth算法。第四部分介绍了机器学习算法的一些附属工具。 全书通过精心编排的实例,切入日常工作任务,摒弃学术化语言,利用高效的可复用Python代码来阐释如何处理统计数据,进行数据分析及可视化。通过各种实例,...( U672C u4E66 u7B2C u4E00 u90E8 u5206 u5206 u4E3B u8991 u4ECB u7ECD u673A u5668 u5B66 u4E60 u57FA u7840 uFF0C u4EE5 u53CA u5982 u4F55 u5229 u7528 u7B97 u6CD5 U8FDB u883C u5206 u7C7B uFF0C u5E76 u9010 u6B65 u4ECB u7ECD u4E86 u591A U90BB u6CD2 u3001 u6734 u7D2 u8D1D u53F6 u65AF u7B97 u6CD5 u3001Logistic u56DE u5F52 u7B97 u6CD5 u3001 u652F u6301 u5411 u91CF u673A u3001AdaBoost u96C6 u6210 U65B9 u6CD5 u3001 u57FA u4E8E u6811 u7R4 u5F52 u7B97 u6CD2 u5286 u5206 u7C7B u56DE u5F52 u6811 uFF08CART uFF09 u7B97 u6CD5 u7B49 u3002 u7B2C u4E09 U90E8 u5209 u5109 u91A u0312 u4E9B u8E1B u8981 u7B97 u6CD5 uFF1Ak u5747 u503C u805A u7B7B U7B97 u6CD3 u30011 by default for uppercase and uupstr U4E9B u9644 u5C5E u5DE5 u5177 u3002 u5168 u4E66 u901A u8FC7 u7CBE U5FC3 u7396 u7392 u7B09 u5B09 u5B09 u5B09 u5B03 U7528 u9184 u5R4 u5904 u7403 u7R03 u7 U5206 u6790 u53CA u53EF u89)
    2017-05-24 16:06:49下载
    积分:1
  • PicMatch
    本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。 3、保存视图数据为图片文件,支持TIFF、PNG、JPEG、JPG、BMP、GIF格式保存。 4、TreeCtrl控件、ListCtrl控件的基本操作。 5、MFC单文档程序视图通讯、更换视图、视图分割。(This program of image features automatic extraction point, use Morevac, Forstner, Harris3 a classic operator. Based on the correlation coefficient method using the image matching, realization and introducing least squares adjustment, the matching point to improve precision. In the search process, the use of the image characteristics of nuclear line, 2d image search using the heuristic method of climbing. For large quantity of data using image processing image pyramid structure. 1, using film, read GDAL repository support JPEG, TIFF, PNG, GIF, BMP, JPG, read IMG format. Use GDI drawing. 2 and prevent large amount of data, drawing view pictures showed adopt double caching techniques. 3, save for the image file, views data support JPEG, TIFF, JPG, PNG, GIF, BMP format. 4 and TreeCtrl controls, the basic operation ListCtrl controls. 5 and MFC single document procedure view communication, replace view, view.)
    2010-05-22 00:46:30下载
    积分:1
  • face
    用matlab写的人脸检测代码,具有很好的识别率,对做人脸识别,检测的研究有一定的帮助(the code is used to face detaction and it has a high rate.It is very useful for the search of face detaction )
    2011-01-03 20:57:16下载
    积分:1
  • houghtoedge
    hough变换对圆的检测源代码,附带图片以及程序说明(hough transform the detection of circular source code, fringe shows and procedures Photo)
    2006-09-10 09:17:41下载
    积分:1
  • Pilot
    关于导频的算法,可以给一些新手提供一些帮助,但是不敢保证一定正确,请见谅(About pilots algorithm can give some newcomers to provide some help, but can not guarantee a certain right , please forgive me)
    2014-06-05 18:41:38下载
    积分:1
  • work1
    说明:  提取纹理图像特征,包括平均值、标准差、平滑度、三阶矩、一致性、和熵。(Extract texture features, including mean, standard deviation, smoothness, third moment, consistency, and entropy.)
    2010-04-21 17:47:50下载
    积分:1
  • im_denoise
    几种经典的图像平滑去噪算法程序,其中包括小波软阈值和硬阈值处理。还附送三个图像质量评价程序(several classic image denoising smoothing algorithm procedures, which include thresholding wavelet soft and hard threshold processing. Also attached three image quality evaluation procedures)
    2006-11-06 10:02:10下载
    积分:1
  • fourier
    傅里叶变换的基本概念介绍和应用,做计算和频谱分析时蛮有用的。(fourier transform)
    2012-04-10 09:44:29下载
    积分:1
  • SR
    说明:  利用稀疏矩阵思想进行图像的超分辨率重建,效果较好。(Thinking of using sparse matrix for image super-resolution reconstruction, the effect is better.)
    2011-04-24 16:11:40下载
    积分:1
  • tuz
    1、可制作圆形、椭圆形、菱形、方形、三角形印章。 2、支持多种特效:翻转图形、透明处理、高斯模糊、亮度/对比度/饱和度/锐化/反相/海绵/陨化(磨砂)/浮雕等等。 3、可将制作好的印章保存至印章库。 4、支持1%-1000%比例缩放。 5、支持导出印章图片(透明图章使用GIF格式)。 6、支持预览/打印。(1, can be made round, oval, diamond, square, triangular seal. 2, supports a wide range of effects: flip graphics, transparent deal, Gaussian blur, brightness/contrast/Saturation/Sharpness/RP/sponge/meteorite of (Matte)/relief and so on. 3, can be saved to create a good seal of the Treasury seal. 4, in support of 1-1000 scaling. 5, support for export seal picture (stamp the use of transparent GIF format). 6, support for preview/print.)
    2007-09-30 08:16:56下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载