搜索资源列表
biaoding
- 主程序为 Tsai 参考 TestData 以了解调用方法 Ncx,Nfx,Cx,Cy,dx,dy,sx 七个参数可以这样得到: Ncx,Nfx,sx 简单的设为1。 Cx,Cy 设为像素中心,也即是如果图像是800×600,那就设为400、300。 但我的例子中的值是用其它的方法标定出来的。可以参考Tsai的另外一篇论文: Techniques for Calibration of the Scale Factor and Image Center fo
PlateNumberLocalization
- 汽车牌照定位VC++cpdw.rar,只能读取800*600的BMP位图 --汽车牌照定位
MV-800
- MV_800图像采集卡图像处理源程序,非常难得的,主要用在测控领域-MV_800 image acquisition card image processing source code, and very rare, mainly used in the field of measurement and control
HY_800Cut
- 自己写的百度贴吧 吧刊图片裁剪器 贴吧图片只支持 800*800,把裁剪改大小等过程集成了过来 顺便还有CImange下的图片缩小算法,为了效率没使用CImage类的GetPixel,直接对内存操作。。。 还有图片裁剪算法,可以用于参考理解CImage-Write your own Baidu Post Bar Bar Bar Journal posted pictures picture cutting device only supports 800* 800, chang
RDPC
- 用遗传算法( Genetic Algorithm,GA) 搜寻可识别被不同农药污染脐橙的可见/近红外光谱的最佳特征光 谱区间及波长,并建立了支持向量机( Support Vector Machines,SVM) 定性分析模型。实验供试农药为灭多威、 氰戊菊酯和氧乐果3 种。通过GA 来搜寻整个波段范围( 460 ~ 1 800 nm) ,将得到的9 个最佳特征光谱区间所 包含的波长( 共318 个) 作为SVM 建模的输入变量,对识别被3 种农药污染脐橙的准确率为100 。并继续应
ImageRectification
- This tool helps you rectify a facade image by click on 4 corners of a rectangle. Call: ImageRectificationTool imagePath <windowWidth windowHeight> Argument: imagePath - the image path windowWidth - width of the operate window, 8
SelectROI
- This tool helps you select a target rectanglar window of a image by moving 4 boundaries! Used in choosing region of interest(ROI) especially when rectifing a facade image. Call: SelectROI imagePath(rectified) <windowWidth windowHeight>
K-means_C
- 用K-means算法实现数据聚类。首先利用C随机产生800个数据,并将这800个数据作为一组训练样本;其次利用K-means的原理跟方法将这组样本聚类成8个类,从而实现数据的分类。-Data Clustering with K-means Algorithm. First, 800 data were randomly generated by C and the 800 data were used as a set of training samples. Secondly, the K-m