搜索资源列表
output_of_DCT_in_image_fusion
- u can calculate DCT clc inp = imread( Im1.jpg ) inp1 = imread( Im2.jpg ) A = double(inp(:,:,1)) B = double(inp1(:,:,1)) A1=double(blkproc(A,[8 8], dct2 )) B1=double(blkproc(B,[8 8], dct2 )) [r,c] = size(A
Hand-Gesture-Recognition
- Hand Gesture Recognition NOTES: 1) For the details of the algorithm investigate the following images: -AlgorithmOverall.jpg -MKRoDAlgorithm.jpg 2) The prototype is implemented on MATLAB 7.0 and revised in MATLAB 7.10.0 3) The backgroun