搜索资源列表
moravecxin
- 首先, 计算每个像素点的兴趣值, 即以该像素点为中心, 取一个w×w(如:5×5)的方形窗口, 计算0度、45度、90度、135度四个方向灰度差的平方和, 取其中的最小值作为该像素点的兴趣值。 其次,根据实际图像设定一个阈值,遍历图像以兴趣值大于该阈值的点为候选点。 最后,选一个一定大小的窗口,让该窗口遍历灰度图象,在此过程中取窗口中兴趣值最大的候选点为特征点,算法结束。 -First, calculate the value of each pixel of interest, t
ImgMatch
- 合并两幅图像为一副图像。ImgMatch.m 为主文件。采用的是兴趣点合并。-Merge the two images as an image based on interest point. ImgMatch.m is the main file.
VHDL_Complacated_divider_multiplier_technic
- Described as a way difficult to express in the language VHDL complicated point calculation method can be easily expressed in a FPGA-based 2 n wins to reference video signal YCbCr to RGB conversion will be created. This material has a lot of technic
hog
- HOG角点检测,兴趣点检测的matlab 源码,用于动作识别-HOG corner detection, interest point detection matlab source code for the action recognition
jiaojiance
- harris角检测方法,从图像中提取兴趣点的程序算法-harris corner detection methods to extract an image point of interest program algorithm