基于MATLAB平台上,计算HU矩的算法编程。可以不用花时间去考虑怎么计算那些不变矩了。-MATLAB-based platform, the algorithm for calculating the moment HU programming. Can not take the time to consider how those calculated by moment invariants.
文 件 列 表
Hu Moment lena.tif M_GetImageHuJu.m M_GetImageHuJu_Fast.m M_GetM.m M_GetN.m M_GetU.m test.m
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001117s ]
SELECT `a`.`aid`,`a`.`title`,`a`.`create_time`,`m`.`username` FROM `jrk_downrecords` `a` INNER JOIN `jrk_member` `m` ON `a`.`uid`=`m`.`id` WHERE `a`.`status` = 1 GROUP BY `a`.`aid` ORDER BY `a`.`create_time` DESC LIMIT 10 [ RunTime:0.086346s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001017s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001127s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.000972s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003491s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.000868s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.003638s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.015881s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001144s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 7033 [ RunTime:0.019653s ]