资源列表
[图形图像处理(光照,映射..)] erzhihua201504102
说明:图像的二值化,不使用Matlab自带的语句处理,使用的是自己的编程语句。-Binary image, do not use Matlab s own statement processing, using their own programming statements.<李健> 在 2025-09-06 上传 | 大小:1kb | 下载:0
[其他小程序] viterbi-matlab
说明: 卷积编码器g1=111,g2=101 x为输入的待译码序列 x=[1,0,1,0,0,1,0,0,0,1,0,1,1,1] x=[1,1,0,1,0,1,1,0,0,1] x=[1,1,1,0,0,0,1,0,1,1] a=size(x) 输入序列的长度 s=a(2)/2 译码后的m序列长度为x的一半 m=zeros(1,s) 最终结果存放 ma=zeros(1,s+1) 存放Fa路径的 mb=zeros(1,s+1) 存放Fb路径的 mc=ze<yanming> 在 2025-09-06 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] my_camera
说明:使用vision.cascadeobjectdetector检测视频帧中的人眼的位置。检测器使用提琴琼斯检测算法和检测训练分类模型。人脸跟踪使用KLT算法.能够减少人头倾斜造成的影响,只有第一次检测人眼,以后都是检测特征点,运算速度快。-Use vision.cascadeobjectdetector detects video fr a mes eye position. The detector uses a detection algorithm Tiqinqiongsi classifi<lidong> 在 2025-09-06 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] easy2
说明:基于肤色的人脸检测,首先根据ntsc空间色调范围找到皮肤的联通区域,再切割这个联通区域的上4/10,逐步缩小联通区域,找到人脸的位置。-Face Detection Based on skin color, first find the location of the area of skin Unicom, China Unicom and then cut on 4/10 this area, gradually narrowing Unicom area, fi<lidong> 在 2025-09-06 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] light_log
说明:图片光照补偿算法。类似“指数变换+参考白”算法,将亮度值排列的大5 设置为255,小5 设置为0;中间亮度值进行指数变换。-Pictures illumination compensation algorithm. Similar " exponential transform+ reference white" algorithm, arrangement of a large luminance value of 5 is set to 255, the small 5<lidong> 在 2025-09-06 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] light_rw
说明:图像光照补偿算法, 参考白 算法。将整个图像中所有像素的亮度从高到低进行排列,取前5 的像素,如果这些像素的数目足够多(例如》100),就将它们的亮度作为参考白,将它们的RGB分量都调整为最大255;其他像素点的色彩值也按这一尺度调整。-Image illumination compensation algorithm, " reference white" algorithm. The brightness of all pixels in the entire image<lidong> 在 2025-09-06 上传 | 大小:1kb | 下载:0