搜索资源列表
EmdL1_v2
- NOTES: 1. This implemention borrowed some basic framework from Rabner s original EMD code. 2. Histogram matrices are assumed to be arranged in the "matlab" style, i.e, the [i,j,k]-th element is located in the position i*(n2*n3) + j*(n3
zhipaishibie
- 在VC++环境下实现打开、显示一幅纸牌图。将提供的几幅图片中的纸牌进行分类和识别,功能:a、判断出是哪种类型(共四类:红桃,梅花、黑桃、方块);b、检测出点数(1,2,3,4,5,6,7,8,9,10,J,Q,K);c:将上述检测的结果通过窗口输出。-In VC++ environment to achieve open, showing a card map. Will provide the pieces of the picture cards for sorting and identi
BmpToJpg
- 用将VC实现将BMP图片转换成JPG格式的图片,供初学者参考使用 仅供交流 -The method to conver the picture of BMP to the picture of JPG
reg-03-miccai03-intensity
- 医学图像处理,医学图像2D_3D配准,基于vc++开发。-(¨a© ?« ?¬ ,- ® f« dˉ$° m jTonm? m?tYlhvft?mp±2mp_plnrs m rst`lnmptu r3l `′¥} v? m w$i?mplnaTb`wμe\b?ohonrszdr¶ wIonm?zf′ rs
EdgeContour1
- 用于进行对BMP位图的边缘检测,支持在VC++环境下使用那个。(for(i=0;i<m_imgHeight;i++){ for(j=0;j<m_imgWidth;j++) *(m_pImgDataOut+i*lineByteOut+j)=0.11**(m_pImgData+i*lineByteIn+j*pixelByteIn+0) +0.59**(m_pImgData+i*lineByteIn+j*pixelByteIn+1) +